#include <pslib.h>
Include dependency graph for pmShutterCorrection.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | pmShutterCorrection |
| Shutter correction parameters, applicable for a single pixel. More... | |
Functions | |
| pmShutterCorrection * | pmShutterCorrectionAlloc () |
| Allocator for shutter correction parameters. | |
| pmShutterCorrection * | pmShutterCorrectionGuess (const psVector *exptime, const psVector *counts) |
| Guess a shutter correction, based on plot of counts vs exposure time. | |
| pmShutterCorrection * | pmShutterCorrectionLinFit (const psVector *exptime, const psVector *counts, const psVector *cntError, const psVector *mask, float offref, int nIter, float rej, psMaskType maskVal) |
| Generate shutter correction based on a linear fit. | |
| pmShutterCorrection * | pmShutterCorrectionFullFit (const psVector *exptime, const psVector *counts, const psVector *cntError, const pmShutterCorrection *guess) |
| Generate shutter correction based on a full non-linear fit. | |
| psImage * | pmShutterCorrectionMeasure (const psArray *readouts, int size, psStatsOptions meanStat, psStatsOptions stdevStat, int nIter, float rej, psMaskType maskVal) |
| Measure a shutter correction image from an array of images. | |
| bool | pmShutterCorrectionApply (pmReadout *readout, const pmReadout *shutter) |
| Apply a shutter correction. | |
1.5.1