- Timestamp:
- May 31, 2021, 11:45:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/ZeroPointModes.c
r41603 r41625 22 22 } 23 23 24 void SetZeroPointModes ( void) {24 void SetZeroPointModes (Catalog *catalog, int Ncatalog) { 25 25 26 26 if (TGROUP_ZEROPT && MOSAIC_ZEROPT) { … … 59 59 clean_mosaics(); // do this on every pass 60 60 clean_images(); // do this on every pass 61 clean_stars(catalog, Ncatalog); // do this on every pass 61 62 } 62 63 if ((CurrentLoop >= 21) && (CurrentLoop <= 999)) { … … 71 72 clean_mosaics(); // do this on every pass 72 73 clean_images(); // do this on every pass 74 clean_stars(catalog, Ncatalog); // do this on every pass 73 75 } 74 76 }
Note:
See TracChangeset
for help on using the changeset viewer.
