Moments is part of the WaveTrain system class library.
This component calculates the first-moment (centroid) and second-moment widths (Intensity map standard deviation) of a beam. In the case of a Complex input, the calculations are done on the magnitude (e.g. the real amplitude) of the input.
|
Parameters
|
threshold |  float | Relative Threshold (0 to 1) | 0.001f |
Inputs
|
inputF |  Grid<float> | | Grid() |
inputC |  Grid<Complex> | | Grid() |
Outputs
|
xc |  double | X Centroid | 0 |
yc |  double | Y Centroid | 0 |
x2 |  double | X Second Moment Width | 0 |
y2 |  double | Y Second Moment Width | 0 |
Subsystems |
|
|
Last Saved: Mon May 05 15:21:55 MDT 2008 by TVE version 2009B
|
|