Definition in file pmSubtractBias.h.
#include <stdio.h>
#include <math.h>
#include "pslib.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 | |
| psReadout * | pmSubtractBias (psReadout *in, void *fitSpec, const psList *overscans, pmOverscanAxis overScanAxis, psStats *stat, int nBin, pmFit fit, const psReadout *bias) |
| A possibly NULL bias psReadout which is to be subtracted. | |
|
|
Definition at line 16 of file pmSubtractBias.h. |
|
|
Definition at line 33 of file pmSubtractBias.h. |
|
|
Definition at line 26 of file pmSubtractBias.h. |
|
||||||||||||||||||||||||||||||||||||
|
A possibly NULL bias psReadout which is to be subtracted.
|
1.4.1