Slopes2Grid is part of the WaveTrain system class library.
Takes slopes generated by HWFS as inputs. Uses WFS subaperture location information from a DM model structure to put slopes on a grid spanning the WFS. Outputs two grids, one for X derivatives & one for Y derivatives.
|
|
Parameters
|
| subapWidth |  float | WFS subaperture width (m) | dmModel.xMeasurementWidth() |
| wavelength |  float | WFS wavelength (m) | |
| xSubap |  Vector<float> | WFS subaperture locations (m) | dmModel.xMeasurementLocations() |
| ySubap |  Vector<float> | WFS subaperture locations (m) | dmModel.yMeasurementLocations() |
|
Inputs
|
| Slopes |  Vector<float> | Slopes vector output from WFS (rad) | |
|
Outputs
|
| Dx |  Grid<float> | Derivatives of phase w.r.t. X at subapeture locations | |
| Dy |  Grid<float> | Derivatives of phase w.r.t. Y at subapeture locations | |
|
Subsystems |
|
|
|
|
Last Saved: Wed Mar 02 14:24:28 MST 2005 by TVE version 2009B
|
|