Changeset 39288 for trunk/Ohana/src/uniphot/include/setastrom.h
- Timestamp:
- Dec 17, 2015, 8:53:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/include/setastrom.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/include/setastrom.h
r38986 r39288 30 30 Matrix **matrix; // allocate an array of pointers 31 31 // index = ix + iy*Nx + filter*Nchips + dir*Ngroup 32 } Cam Correction;32 } CamAstromCorrection; 33 33 34 34 /* global variables set in parameter file */ … … 48 48 char *KH_FILE; 49 49 char *DCR_FILE; 50 char *CAM_FILE;51 50 char *TYC_FILE; 51 52 char *CAM_ASTROM_FILE; 52 53 53 54 int KH_RESET; … … 91 92 int get_dcr_correction (int filter, double *dX, double *dY, float Color); 92 93 93 int load_cam_correction(char *filename);94 int get_cam_correction(int chipID, int filter, float Xccd, float Yccd, double *dX, double *dY);94 int CamAstromCorrectionLoad (char *filename); 95 int CamAstromCorrectionValue (int chipID, int filter, float Xccd, float Yccd, double *dX, double *dY); 95 96 96 97 int load_tyc_correction (char *filename);
Note:
See TracChangeset
for help on using the changeset viewer.
