#include <pslib.h>
#include "pmFPA.h"
Include dependency graph for pmBias.h:

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

Go to the source code of this file.
Data Structures | |
| struct | pmOverscanOptions |
| Options for overscan subtraction. More... | |
Enumerations | |
| enum | pmFit { PM_FIT_NONE, PM_FIT_POLY_ORD, PM_FIT_POLY_CHEBY, PM_FIT_SPLINE } |
| Type of fit to perform. More... | |
Functions | |
| pmOverscanOptions * | pmOverscanOptionsAlloc (bool single, pmFit fitType, unsigned int order, psStats *stat) |
| Allocator for overscan options. | |
| bool | pmBiasSubtract (pmReadout *in, pmOverscanOptions *overscanOpts, const pmReadout *bias, const pmReadout *dark) |
| Subtract the overscan, bias and/or dark. | |
1.5.1