Changeset 41623 for branches/eam_branches/relphot.20210521/src/relphot.c
- Timestamp:
- May 27, 2021, 3:55:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot.c
r41606 r41623 34 34 switch (mode) { 35 35 case UPDATE_IMAGES: 36 // calculate zero points for images (may group my exposure [mosaic], night [tgroups]; may measure flat-correction)36 // calculate zero points for images (may group by exposure [mosaic], night [tgroups]; may measure flat-correction) 37 37 // IF CALLED WITH NLOOP == 0, DOES NOT LOAD bcatalog, just loads image table and generates ImageSubset.dat 38 38 // If called with -update, calls reload_catalogs() just like apply_offsets … … 72 72 exit (2); 73 73 } 74 // we do not need to load grid corrections here. the value of 75 // GRID_MEANFILE, if specified, is passed to the clients 74 76 reload_catalogs (skylist, 0, NULL); 75 77 relphot_free (sky, skylist);
Note:
See TracChangeset
for help on using the changeset viewer.
