- Timestamp:
- May 21, 2021, 11:11:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot_images.c
r41603 r41604 45 45 if (!UPDATE) dvo_image_unlock (&db); 46 46 47 // load the flat correction table (if defined) 48 // we no longer need to do this: the flatcorrection is now saved in measure.Mflat 49 # if (0) 50 char flatcorrfile[256]; 51 sprintf (flatcorrfile, "%s/flatcorr.fits", CATDIR); 52 FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE); 53 # endif 54 FlatCorrectionTable *flatcorr = NULL; 47 FlatCorrectionTable *flatcorr = NULL; // no longer used here 55 48 56 49 initGridBins (); // allocates the empty array of corrections (elements are build below)
Note:
See TracChangeset
for help on using the changeset viewer.
