coffee
Coronagraph Optimization For Fast Exoplanet Exploration
img_reduce.h
Go to the documentation of this file.
1 #ifndef _IMGREDUCE_H
2 #define _IMGREDUCE_H
3 
4 void __attribute__ ((constructor)) libinit_img_reduce();
5 int_fast8_t init_img_reduce();
6 
7 long IMG_REDUCE_cleanbadpix_fast(const char *IDname, const char *IDbadpix_name, const char *IDoutname, int streamMode);
8 
9 long IMG_REDUCE_cubesimplestat(const char *IDin_name);
10 
11 
12 int IMG_REDUCE_centernormim(const char* IDin_name, const char *IDref_name, const char *IDout_name, long xcent0, long ycent0, long xcentsize, long ycentsize, int mode, int semtrig);
13 
14 int IMG_REDUCE_cubeprocess(const char *IDin_name);
15 
16 #endif
int IMG_REDUCE_cubeprocess(const char *IDin_name)
Definition: img_reduce.c:904
int IMG_REDUCE_centernormim(const char *IDin_name, const char *IDref_name, const char *IDout_name, long xcent0, long ycent0, long xcentsize, long ycentsize, int mode, int semtrig)
Definition: img_reduce.c:681
int_fast8_t init_img_reduce()
Definition: img_reduce.c:147
void __attribute__((constructor)) libinit_img_reduce()
Definition: 00CORE.c:87
long IMG_REDUCE_cubesimplestat(const char *IDin_name)
Definition: img_reduce.c:209
long IMG_REDUCE_cleanbadpix_fast(const char *IDname, const char *IDbadpix_name, const char *IDoutname, int streamMode)
Definition: img_reduce.c:507