TwiceAsNice
2019-02-18
|
#include "fits/fitscat.h"
Classes | |
struct | structcheck |
Macros | |
#define | CHECKINTERPW 6 /* Interpolation function range */ |
#define | CHECKINTERPFAC 3.0 /* Interpolation envelope factor */ |
#define | CHECKINTERPF(x) |
Typedefs | |
typedef struct structcheck | checkstruct |
Functions | |
checkstruct * | initcheck (char *, checkenum, int next) |
void | addcheck (checkstruct *, float *, int, int, int, int, float) |
void | addcheck_resample (checkstruct *, float *, int, int, int, int, float, float) |
void | blankcheck (checkstruct *, PIXTYPE *, int, int, int, int, PIXTYPE) |
void | endcheck (checkstruct *) |
void | reendcheck (picstruct *field, checkstruct *) |
void | reinitcheck (picstruct *, checkstruct *) |
void | writecheck (checkstruct *, PIXTYPE *, int) |
#define CHECKINTERPF | ( | x | ) |
#define CHECKINTERPFAC 3.0 /* Interpolation envelope factor */ |
#define CHECKINTERPW 6 /* Interpolation function range */ |
typedef struct structcheck checkstruct |
void addcheck | ( | checkstruct * | , |
float * | , | ||
int | , | ||
int | , | ||
int | , | ||
int | , | ||
float | |||
) |
void addcheck_resample | ( | checkstruct * | , |
float * | , | ||
int | , | ||
int | , | ||
int | , | ||
int | , | ||
float | , | ||
float | |||
) |
void blankcheck | ( | checkstruct * | , |
PIXTYPE * | , | ||
int | , | ||
int | , | ||
int | , | ||
int | , | ||
PIXTYPE | |||
) |
void endcheck | ( | checkstruct * | ) |
checkstruct* initcheck | ( | char * | , |
checkenum | , | ||
int | next | ||
) |
void reendcheck | ( | picstruct * | field, |
checkstruct * | |||
) |
void reinitcheck | ( | picstruct * | , |
checkstruct * | |||
) |
void writecheck | ( | checkstruct * | , |
PIXTYPE * | , | ||
int | |||
) |