Description Data structure holding results from a Best Focus calculation.
Definition Type T_BESTFOCUS x As Double y As Double z As Double a As Double b As Double c As Double rmsX As Double rmsY As Double rmsZ As Double angSpread As Double dir1X As Double dir1Y As Double dir1Z As Double dir2X As Double dir2Y As Double dir2Z As Double dir3X As Double dir3Y As Double dir3Z As Double rms1 As Double rms2 As Double rms3 As Double dir1Min As Double dir1Max As Double dir2Min As Double dir2Max As Double dir3Min As Double dir3Max As Double End Type
Members x X component of the position.
y Y component of the position.
z Z component of the position.
a X component of the direction vector.
b Y component of the direction vector.
c Z component of the direction vector.
rmsX Root Mean Square in X.
rmsY Root Mean Square in Y.
rmsZ Root Mean Square in Z.
angSpread Angular Spread (half-angle) in degrees.
dir1X X component of the first Principal Direction.
dir1Y Y component of the first Principal Direction.
dir1Z Z component of the first Principal Direction.
dir2X X component of the second Principal Direction.
dir2Y Y component of the second Principal Direction.
dir2Z Z component of the second Principal Direction.
dir3X X component of the third Principal Direction.
dir3Y Y component of the third Principal Direction.
dir3Z Z component of the third Principal Direction.
rms1 Root Mean Square in the first Principal Direction.
rms2 Root Mean Square in the second Principal Direction.
rms3 Root Mean Square in the third Principal Direction.
dir1Min Minimum ray position along the first Principal Direction.
dir1Max Maximum ray position along the first Principal Direction.
dir2Min Minimum ray position along the second Principal Direction.
dir2Max Maximum ray position along the second Principal Direction.
dir3Min Minimum ray position along the third Principal Direction.
dir3Max Maximum ray position along the third Principal Direction.
Used as Parameter in
|