cfitsTK
img_reduce.h
Go to the documentation of this file.
1 #ifndef _IMGREDUCE_H
2 #define _IMGREDUCE_H
3 
4 int_fast8_t init_img_reduce();
5 
6 long IMG_REDUCE_cleanbadpix_fast(const char *IDname, const char *IDbadpix_name, const char *IDoutname);
7 
8 long IMG_REDUCE_cubesimplestat(const char *IDin_name);
9 int IMG_REDUCE_cubeprocess(const char *IDin_name);
10 
11 #endif
int IMG_REDUCE_cubeprocess(const char *IDin_name)
Definition: img_reduce.c:607
int_fast8_t init_img_reduce()
Definition: img_reduce.c:114
long IMG_REDUCE_cubesimplestat(const char *IDin_name)
Definition: img_reduce.c:164
long IMG_REDUCE_cleanbadpix_fast(const char *IDname, const char *IDbadpix_name, const char *IDoutname)
Definition: img_reduce.c:460