CFwhm:Class Properties
The CFwhm class has several properties that control the computation of the FWHM. Properties in the table below are accessed using the dot operator on the CFwhm object, for example, F.bPositive. All these parameters are set to default values when a new CFwhm object is created.
FWHM Class Properties |
|
Centroid Properties |
|
radiusX |
The pixel radius for computing the centroid position in the x direction. Defaults to 5 pixels. |
radiusY |
The pixel radius for computing the centroid position in the y direction. Defaults to 5 pixels. |
trackX |
The pixel radius for tracking the peak or valley in the x direction from the initial position to the centroid position. Defaults to 9 pixels. |
trackY |
The pixel radius for tracking the peak or valley in the y direction from the initial position to the centroid position. Defaults to 9 pixels. |
bPositive |
True if centroids are computed for peaks, or false if computed for valleys. Defaults to true. |
FWHM Properties |
|
nMinIter |
The minimum number of iterations used in fitting the radial intensity profile. Defaults to 300. |
bSnWeighting |
True to weight the data by signal to noise ratio when computing the fit. Defaults to true. |
bAutoCentroid |
True computes the centroid before fitting the radial profile data. Defaults to true. |
nInitialFwhm |
The trial value, in pixels, of the FWHM used in the iterative solution. Defaults to 2 pixels. |
nMaxRadius |
The maximum radius in pixels, of the radial profile sample. Defaults to 9 pixels. |