cacao  Release 0.1.03-dev
Compute And Control For Adaptive Optics
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 
6 
8  const char *IDin_name
9 );
10 
11 
13  const char *IDname,
14  const char *IDbadpix_name,
15  const char *IDoutname,
16  int streamMode
17 );
18 
19 
21  const char *IDin_name,
22  const char *IDref_name,
23  const char *IDout_name,
24  long xcent0,
25  long ycent0,
26  long xcentsize,
27  long ycentsize,
28  int mode,
29  int semtrig
30 );
31 
32 
34  const char *IDin_name
35 );
36 
37 #endif
errno_t IMG_REDUCE_cubeprocess(const char *IDin_name)
Definition: img_reduce.c:1075
imageID 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:821
int errno_t
Definition: AOloopControl_IOtools.h:20
long imageID
Definition: CLIcore.h:54
imageID IMG_REDUCE_cleanbadpix_fast(const char *IDname, const char *IDbadpix_name, const char *IDoutname, int streamMode)
Definition: img_reduce.c:618
imageID IMG_REDUCE_cubesimplestat(const char *IDin_name)
Definition: img_reduce.c:300
void __attribute__((constructor)) libinit_img_reduce()
Initialize module.
Definition: ImageStreamIO.c:77