- Timestamp:
- May 31, 2021, 11:45:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot_parallel_images.c
r41606 r41625 8 8 * update the unowned detections for owned objects from neighbor regions 9 9 * update the unowned objects for owned detections 10 11 * TGROUP and GRID corrections are not calculated. 10 12 */ 11 13 … … 105 107 setMcal (catalog); 106 108 setMmos (catalog); 107 // setMgrp (catalog, FALSE); XXX think this through: this may not make sense for tgroups108 109 MARKTIME("-- set Mrel, Mcal, Mmos, Mgrid : %f sec\n", dtime); 109 110 … … 117 118 global_stats (catalog, Ncatalog, i); 118 119 119 SetZeroPointModes ( );120 SetZeroPointModes (catalog, Ncatalog); 120 121 MARKTIME("-- finished loop %d: %f sec\n", i, dtime); 121 122 } … … 138 139 139 140 setMcalFromMosaics (); // copy per-mosaic calibrations to the images 140 // XXX keep? setMcalFromTGroups (); // copy per-tgroup calibrations to the images141 141 142 142 share_image_mags (regionHosts, -1); … … 152 152 freeImageBins(Ncatalog, TRUE); 153 153 freeMosaicBins (Ncatalog, TRUE); 154 freeGridBins ();155 154 freeImages((char *)image); 156 155 free (image);
Note:
See TracChangeset
for help on using the changeset viewer.
