Changeset 7342 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Jun 5, 2006, 11:55:41 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r7329 r7342 11 11 // XXX does this need to invoke I/O? 12 12 // XXX move this input the psphotImageLoop level? 13 pmReadoutSetMaskWeight (readout); 13 if (!pmReadoutSetMaskWeight (readout)) { 14 return false; 15 } 14 16 15 17 // I have a valid mask, now mask in the analysis region of interest … … 59 61 60 62 // measure aperture photometry corrections 61 psphotApResid (readout, sources, recipe, psf); 63 if (!psphotApResid (readout, sources, recipe, psf)) { 64 psError(PSPHOT_ERR_PHOTOM, false, "Measure aperture photometry corrections"); 65 return false; 66 } 62 67 63 68 // calculate source magnitudes
Note:
See TracChangeset
for help on using the changeset viewer.
