Changeset 33551
- Timestamp:
- Mar 16, 2012, 10:13:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/update_catalog_setphot.c
r33549 r33551 4 4 5 5 off_t i, j, found; 6 7 // if we are resetting, reset all flags 8 DVOMeasureFlags photomFlags = ID_MEAS_POOR_PHOTOM | ID_MEAS_SKIP_PHOTOM | ID_MEAS_PHOTOM_UBERCAL; 6 9 7 10 found = 0; … … 28 31 myAssert(isfinite(catalog[0].measure[m].Mcal), "oops: ubercal made a nan"); 29 32 33 if (RESET) { 34 catalog[0].measure[m].dbFlags &= ~photomFlags; 35 } 36 30 37 // if we are setting the zero points from an UBERCAL database, and this detection is from one of those images, 31 38 // then tag the measurement as well
Note:
See TracChangeset
for help on using the changeset viewer.
