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

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

Go to the source code of this file.
Data Structures | |
| struct | pmOverscanOptions |
Defines | |
| #define | PM_SUBTRACT_BIAS_H |
Enumerations | |
| enum | pmOverscanAxis { PM_OVERSCAN_NONE, PM_OVERSCAN_EDGE, PM_OVERSCAN_ROWS, PM_OVERSCAN_COLUMNS, PM_OVERSCAN_ALL } |
| enum | pmFit { PM_FIT_NONE, PM_FIT_POLY_ORD, PM_FIT_POLY_CHEBY, PM_FIT_SPLINE } |
Functions | |
| pmOverscanOptions * | pmOverscanOptionsAlloc (bool single, pmFit fitType, unsigned int order, psStats *stat) |
| bool | pmSubtractBias (pmReadout *in, pmOverscanOptions *overscanOpts, const pmReadout *bias, const pmReadout *dark) |
|
|
Definition at line 21 of file pmSubtractBias.h. |
|
|
Definition at line 41 of file pmSubtractBias.h. |
|
|
Definition at line 33 of file pmSubtractBias.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.4.4