ThreeBinToPhase is part of the WaveTrain system class library.
This component was designed to do 3-bin SRI data reduction. It takes 3 intensity inputs and then converts them to phase.
|
Parameters
|
normalizedRelativeThreshold |  float | The 0 to 1 threshold for determining an aperture based on the inZero data. | 0.2 |
denomFactor |  float | This is the factor on the zero phase (scintillation) term in the denominator. | 2.0 |
Inputs
|
inMinus |  Grid<float> | The minus pi/2 phase shift input | Grid() |
inZero |  Grid<float> | The zero phase shift input | Grid() |
inPlus |  Grid<float> | The plus pi/2 phase shift input | Grid() |
Outputs
|
phase |  Grid<float> | The phase output | Grid() |
Subsystems |
|
|
Last Saved: Wed Sep 21 14:00:43 MDT 2005 by TVE version 2009B
|
|