- Timestamp:
- May 22, 2020, 5:12:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20200519/src/relphot_parallel_images.c
r40291 r41362 116 116 setMcal (catalog, FALSE, flatcorr); 117 117 setMmos (catalog, FALSE, flatcorr); 118 // setMgrp (catalog, FALSE, flatcorr); XXX think this through: this may not make sense for tgroups 118 119 MARKTIME("-- set Mrel, Mcal, Mmos, Mgrid : %f sec\n", dtime); 119 120 … … 152 153 setMcal (catalog, onlyPoorImages, flatcorr); 153 154 setMmos (catalog, onlyPoorImages, flatcorr); 155 // setMgrp (catalog, onlyPoorImages, flatcorr); XXX see above 154 156 MARKTIME("-- finalize Mcal values: %f sec\n", dtime); 155 157 156 setMcalFinal (); // copy per-mosaic calibrations to the images 158 setMcalFromMosaics (); // copy per-mosaic calibrations to the images 159 // XXX keep? setMcalFromTGroups (); // copy per-tgroup calibrations to the images 157 160 158 161 share_image_mags (regionHosts, -1);
Note:
See TracChangeset
for help on using the changeset viewer.
