- Timestamp:
- Jul 7, 2020, 9:30:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20200519/src/relphot_images.c
r41362 r41387 81 81 MARKTIME("-- set up mosaic indexes: %f sec\n", dtime); 82 82 83 findTGroups (catalog, Ncatalog); /* also sets Grid values */83 findTGroups (catalog, Ncatalog); 84 84 MARKTIME("-- set up mosaic indexes: %f sec\n", dtime); 85 85 … … 158 158 if ((i > 8) && (i % 8 == 3)) clean_stars (catalog, Ncatalog); 159 159 if ((i > 8) && (i % 8 == 5)) clean_mosaics (); 160 if ((i > 8) && (i % 8 == 5)) clean_tgroups (); 160 161 if ((i > 8) && (i % 8 == 5)) clean_images (); 161 162 … … 258 259 freeImageBins (Ncatalog, TRUE); 259 260 freeMosaicBins (Ncatalog, TRUE); 261 freeTGroupBins (Ncatalog); 260 262 freeGridBins (Ncatalog); 261 263
Note:
See TracChangeset
for help on using the changeset viewer.
