cfitsTK
SCExAO_control.h
Go to the documentation of this file.
1 #ifndef _SCEXAOCONTROL_H
2 #define _SCEXAOCONTROL_H
3 
4 int_fast8_t init_SCExAO_control();
5 
6 long SCExAOcontrol_mkSegmentModes(const char *IDdmmap_name, const char *IDout_name);
7 int SCExAOcontrol_mv_DMstage(long stepXpos, long stepYpos);
8 
9 long SCExAOcontrol_Average_image(const char *imname, long NbAve, const char *IDnameout, long semindex);
10 int SCExAOcontrol_PyramidWFS_AutoAlign_TT(const char *WFScam_name, float XposStart, float YposStart);
12 
13 int SCExAOcontrol_PyramidWFS_Pcenter(const char *IDwfsname, float prad, float poffset);
14 int SCExAOcontrol_Pyramid_flattenRefWF(const char *WFScam_name, long zimaxmax, float ampl0);
15 int SCExAOcontrol_optPSF(const char *WFScam_name, long zimaxmax, float alpha);
16 int SCExAOcontrol_SAPHIRA_cam_process(const char *IDinname, const char *IDoutname);
17 
18 long SCExAOcontrol_vib_ComputeCentroid(const char *IDin_name, const char *IDdark_name, const char *IDout_name);
19 long SCExAOcontrol_vib_mergeData(const char *IDacc_name, const char *IDttpos_name, const char *IDout_name, int mode);
20 
21 #endif
int SCExAOcontrol_optPSF(const char *WFScam_name, long zimaxmax, float alpha)
Definition: SCExAO_control.c:1804
long SCExAOcontrol_vib_ComputeCentroid(const char *IDin_name, const char *IDdark_name, const char *IDout_name)
Definition: SCExAO_control.c:2229
int SCExAOcontrol_PyramidWFS_AutoAlign_cam(const char *WFScam_name)
Definition: SCExAO_control.c:1093
int_fast8_t init_SCExAO_control()
Definition: SCExAO_control.c:243
int SCExAOcontrol_Pyramid_flattenRefWF(const char *WFScam_name, long zimaxmax, float ampl0)
Definition: SCExAO_control.c:1641
long SCExAOcontrol_Average_image(const char *imname, long NbAve, const char *IDnameout, long semindex)
static char WFScam_name[200]
Definition: SCExAO_control.c:70
int SCExAOcontrol_SAPHIRA_cam_process(const char *IDinname, const char *IDoutname)
Definition: SCExAO_control.c:2092
long SCExAOcontrol_vib_mergeData(const char *IDacc_name, const char *IDttpos_name, const char *IDout_name, int mode)
Definition: SCExAO_control.c:2382
int SCExAOcontrol_PyramidWFS_AutoAlign_TT(const char *WFScam_name, float XposStart, float YposStart)
Definition: SCExAO_control.c:823
int SCExAOcontrol_mv_DMstage(long stepXpos, long stepYpos)
Move DM stage.
Definition: SCExAO_control.c:670
long SCExAOcontrol_mkSegmentModes(const char *IDdmmap_name, const char *IDout_name)
Definition: SCExAO_control.c:363
int SCExAOcontrol_PyramidWFS_Pcenter(const char *IDwfsname, float prad, float poffset)
Definition: SCExAO_control.c:1316