Changeset 41604 for branches/eam_branches/relphot.20210521/src/relphot.c
- Timestamp:
- May 21, 2021, 11:11:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot.c
r39481 r41604 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 37 // IF CALLED WITH NLOOP == 0, DOES NOT LOAD bcatalog, just loads image table and generates ImageSubset.dat 38 // If called with -update, calls reload_catalogs() just like apply_offsets 37 39 relphot_images (skylist); 38 40 relphot_free (sky, skylist); … … 52 54 53 55 case PARALLEL_REGIONS: 54 // run image updates in parallel across multiple remote machines 56 // calculate zero points for images (may group my exposure [mosaic], night [tgroups]; may measure flat-correction) 57 // equivalent to relphot_images, but run in parallel across multiple remote machines 55 58 relphot_parallel_regions (sky); 56 59 relphot_free (sky, skylist);
Note:
See TracChangeset
for help on using the changeset viewer.
