Definition in file pmReadoutCombine.h.
#include <stdio.h>
#include <math.h>
#include "pslib.h"
#include "psConstants.h"
#include "pmAstrometry.h"
Include dependency graph for pmReadoutCombine.h:

Go to the source code of this file.
Data Structures | |
| struct | psCombineParams |
| struct | pmFringePoint |
Defines | |
| #define | PM_READOUT_COMBINE_H |
Functions | |
| psImage * | pmReadoutCombine (psImage *output, const psList *inputs, psCombineParams *params, const psVector *zero, const psVector *scale, bool applyZeroScale, float gain, float readnoise) |
| psStats * | pmFringeStats (psArray *fringePoints, psImage *image, psMetadata *config) |
| This function measures the robust median at each of the minimum and maximum coordinates and determines the difference and mean of the two values. | |
|
|
Definition at line 15 of file pmReadoutCombine.h. |
|
||||||||||||||||
|
This function measures the robust median at each of the minimum and maximum coordinates and determines the difference and mean of the two values. The size of the box used to make the measurement at each point is specified by the configuration variable FRINGE_SQUARE_RADIUS. From the collection of differences, the robust median is calculated, and returned as part of the fringe statistics. For each fringe point, the values of delta and midValue are also assigned and available to the user on return. |
|
||||||||||||||||||||||||||||||||||||
|
|
1.4.5