Changeset 41624 for branches/eam_branches/relphot.20210521/src/ResetOps.c
- Timestamp:
- May 28, 2021, 10:15:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/ResetOps.c
r41623 r41624 39 39 40 40 41 // Used in bcatalog.c 41 // Used in bcatalog.c, applied to the subset catalogs (bright, good stars used for calibration) 42 42 void ResetAverageActivePhotcodes (SecFilt *secfilt) { 43 43 … … 56 56 } 57 57 58 // Used in bcatalog.c 58 // Used in bcatalog.c, applied to the selected measurements which are already selected by photcode 59 59 void ResetMeasureZeroPoints (MeasureTiny *measure, off_t Nmeasure, off_t Ncat) { 60 60 … … 78 78 } 79 79 80 // Used in load_images.c: 81 // XXX NOTE : This resets all images regardless of active photcode 80 // Used in load_images.c. Applied to the subset of selected images used for the calibration. 81 // This will be only those images in the selected region and only those with the active 82 // photcode *unless* -use-all-images is selected. 82 83 void ResetImages (Image *subset, off_t Nsubset) { 83 84
Note:
See TracChangeset
for help on using the changeset viewer.
