TransformationExecutionOrder Parameter

Default Value: 0

Minimum Value: 0

Maximum Value: 1

Units: None

Type: int

IMPORTANT: You must reset the controller for these changes to have an effect. Setting this parameter in an AeroScript program does not set the active value and does not have an effect on program execution.

Use this parameter to change if IFOV executes before C Transformations or if IFOV executes after C Transformations. By default, the controller executes all C Transformations before IFOV, and the output is not transformed. You can change the parameter settings to execute all C Transformations after IFOV so that the output is transformed. This lets you specify the order of chained transformations and the order in which all chained C Transformations execute. You can specify the two different values that follow.

  • 0: Apply Matrix, then C, then IFOV (default).

    • The controller executes all Matrix Transformations, then all C Transformations, and then IFOV.

  • 1: Apply Matrix, then IFOV, then C

    • The controller executes all Matrix Transformations, then IFOV, then all C Transformations.

Related Topics 

Transformation Functions