Changeset 39289 for trunk/Ohana/src/relphot/src/relphot_parallel_images.c
- Timestamp:
- Dec 17, 2015, 8:56:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/relphot_parallel_images.c
r38986 r39289 44 44 45 45 // load the flat correction table (if defined) 46 # if (0) 46 47 char flatcorrfile[256]; 47 48 sprintf (flatcorrfile, "%s/flatcorr.fits", CATDIR); 48 49 FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE); 50 # endif 51 FlatCorrectionTable *flatcorr = NULL; 49 52 50 53 SkyTable *sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE);
Note:
See TracChangeset
for help on using the changeset viewer.
