TwiceAsNice  2019-02-18
Classes | Macros | Typedefs | Functions
check.h File Reference
#include "fits/fitscat.h"
Include dependency graph for check.h:
This graph shows which files directly or indirectly include this file:

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

checkstructinitcheck (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)
 

Macro Definition Documentation

◆ CHECKINTERPF

#define CHECKINTERPF (   x)
Value:
(x<1e-5 && x>-1e-5? 1.0 \
:sinf(PI*x)*sinf(PI/CHECKINTERPFAC*x) \
x
Definition: meteoRRD_updater.py:125
#define CHECKINTERPFAC
Definition: check.h:36
#define PI
Definition: define.h:69

◆ CHECKINTERPFAC

#define CHECKINTERPFAC   3.0 /* Interpolation envelope factor */

◆ CHECKINTERPW

#define CHECKINTERPW   6 /* Interpolation function range */

Typedef Documentation

◆ checkstruct

typedef struct structcheck checkstruct

Function Documentation

◆ addcheck()

void addcheck ( checkstruct ,
float *  ,
int  ,
int  ,
int  ,
int  ,
float   
)

◆ addcheck_resample()

void addcheck_resample ( checkstruct ,
float *  ,
int  ,
int  ,
int  ,
int  ,
float  ,
float   
)

◆ blankcheck()

void blankcheck ( checkstruct ,
PIXTYPE ,
int  ,
int  ,
int  ,
int  ,
PIXTYPE   
)

◆ endcheck()

void endcheck ( checkstruct )

◆ initcheck()

checkstruct* initcheck ( char *  ,
checkenum  ,
int  next 
)

◆ reendcheck()

void reendcheck ( picstruct field,
checkstruct  
)

◆ reinitcheck()

void reinitcheck ( picstruct ,
checkstruct  
)

◆ writecheck()

void writecheck ( checkstruct ,
PIXTYPE ,
int   
)