- Timestamp:
- May 21, 2021, 2:04:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot_parallel_regions.c
r41556 r41606 14 14 exit (2); 15 15 } 16 17 // load the flat correction table (if defined)18 # if (0)19 char flatcorrfile[256];20 sprintf (flatcorrfile, "%s/flatcorr.fits", CATDIR);21 FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE);22 # endif23 FlatCorrectionTable *flatcorr = NULL;24 16 25 17 // register database handle with shutdown procedure … … 81 73 82 74 /* update catalogs (in parallel) */ 83 reload_catalogs (skylist, flatcorr,0, NULL);75 reload_catalogs (skylist, 0, NULL); 84 76 85 77 // save the changes to the image parameters
Note:
See TracChangeset
for help on using the changeset viewer.
