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

Go to the source code of this file.
Defines | |
| #define | PM_SUBTRACT_BIAS_H |
Enumerations | |
| enum | pmOverscanAxis { PM_OVERSCAN_NONE, PM_OVERSCAN_ROWS, PM_OVERSCAN_COLUMNS, PM_OVERSCAN_ALL } |
| enum | pmFit { PM_FIT_NONE, PM_FIT_POLYNOMIAL, PM_FIT_SPLINE } |
Functions | |
| pmReadout * | pmSubtractBias (pmReadout *in, void *fitSpec, const psList *overscans, pmOverscanAxis overScanAxis, psStats *stat, int nBin, pmFit fit, const pmReadout *bias) |
| A possibly NULL bias pmReadout which is to be subtracted. | |
|
|
Definition at line 16 of file pmSubtractBias.h. |
|
|
Definition at line 34 of file pmSubtractBias.h. |
|
|
Definition at line 27 of file pmSubtractBias.h. |
|
||||||||||||||||||||||||||||||||||||
|
A possibly NULL bias pmReadout which is to be subtracted.
|
1.4.2