Definition in file pmFringeStats.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | pmFringeRegions |
| Structure to hold the fringe measurement regions. More... | |
| struct | pmFringeStats |
| Structure to hold the fringe measurements for a particular image. More... | |
| struct | pmFringeScale |
| the pmFringeScale structure defines the relationship between two fringe measurements More... | |
Functions | |
| pmFringeRegions * | pmFringeRegionsAlloc (int nPts, int dX, int dY, int nX, int nY) |
| Allocate fringe regions. | |
| bool | pmFringeRegionsCreatePoints (pmFringeRegions *fringe, const psImage *image) |
| pmFringeStats * | pmFringeStatsAlloc (pmFringeRegions *regions) |
| Allocate fringe statistics. | |
| pmFringeStats * | pmFringeStatsMeasure (pmFringeRegions *fringe, pmReadout *readout, psMaskType maskVal) |
| Measure the fringe stats for an image. | |
| bool | pmFringeStatsWriteFits (psFits *fits, const pmFringeStats *fringe, const char *extname) |
| pmFringeStats * | pmFringeStatsReadFits (const psFits *fits, const char *extname) |
| pmFringeScale * | pmFringeScaleMeasure (pmFringeStats *science, psArray *fringes, float rej, unsigned int nIter, float keepFrac) |
| Determine the scales for the fringe correction. | |
| pmFringeScale * | pmFringeScaleAlloc (int nFringeFrames) |
| Allocate fringe scales. | |
| psImage * | pmFringeCorrect (pmReadout *in, pmFringeRegions *fringes, psArray *fringeImages, psArray *fringeStats, psMaskType maskVal, float rej, unsigned int nIter, float keepFrac) |
| Fringe correct the science image. | |
|
||||||||||||||||||||||||||||||||||||
|
Fringe correct the science image. Given a science image, a set of fringe stats and a matched set of fringe images, correct the science image for the fringe images.
|
|
||||||||||||||||||||||||
|
Allocate fringe regions.
|
|
||||||||||||
|
|
|
|
Allocate fringe scales.
|
|
||||||||||||||||||||||||
|
Determine the scales for the fringe correction. Given an input fringe measurement, and an array of template fringe measurements, measure the contribution of each of the templates to the input. Rejection is performed on the fringe regions, to weed out stars etc.
|
|
|
Allocate fringe statistics.
|
|
||||||||||||||||
|
Measure the fringe stats for an image. Given an input image and a fringe stats structure, measure the statistics for each of the fringe points on the image. If the fringe vectors are NULL, new vectors are created. XXX should the structure carry the image dimensions for validation?
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.4.4