Description Data structure for Amplitude/Phase Mask Power Apodization of Detailed Sources. The array can represent a general complex quantity.
Definition Type T_SOURCEPOSAPODSAMPLED semiApeX As Double semiApeY As Double offsetX As Double offsetY As Double numRows As Long numCols As Long typeTop As String typeBot As String End Type
Members semiApeX X Semi-aperture length of data array.
semiApeY Y Semi-aperture length of data array.
offsetX X offset applied to data array.
offsetY Y offset applied to data array.
numRows Number of rows in data array.
numCols Number of columns in data array.
typeTop Data type for the array Top. The Top array values can be "pow", "amp", or "real". This string is not case sensitive. The meanings are given below:
typeBot Data type for array Bottom. The Bottom values can be in "wav", "opt", "opl", "deg", "rad", "phase", or "imag". This string is not case sensitive. The meanings are given below:
Note the "real" (top) and "imag" (bottom) data types are expected to be used together as a pair.
Used as Parameter in
|