Changeset 37807 for trunk/Ohana/src/uniphot/include/setastrom.h
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/uniphot/include/setastrom.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/uniphot/include/setastrom.h
r35103 r37807 25 25 char *SINGLE_CPT; 26 26 27 char *KH_FILE; 28 char *DCR_FILE; 29 30 int KH_RESET; 31 int DCR_RESET; 32 27 33 SkyRegion UserPatch; 28 34 … … 46 52 // int SetSignals PROTO((void)); 47 53 48 int update_dvo_setastrom PROTO(( char *corrfile));49 int update_dvo_setastrom_parallel PROTO((SkyTable *sky , char *corrfile));54 int update_dvo_setastrom PROTO(()); 55 int update_dvo_setastrom_parallel PROTO((SkyTable *sky)); 50 56 51 57 int update_catalog_setastrom PROTO((Catalog *catalog)); 52 58 53 59 // spline correction functions 54 int load_astrom_correction (char *filename);55 int get_astrom_correction (int sub, int chip, double *dX, double *dY, float Minst);56 60 double spline_apply_dbl (double *x, double *y, double *y2, int N, double X); 61 62 int load_kh_correction (char *filename); 63 int get_kh_correction (int sub, int chip, double *dX, double *dY, float Minst); 64 65 int load_dcr_correction (char *filename); 66 int get_dcr_correction (int filter, double *dX, double *dY, float Color);
Note:
See TracChangeset
for help on using the changeset viewer.
