Changeset 9576 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Oct 13, 2006, 5:13:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r9565 r9576 24 24 psphotModelTest (readout, recipe); 25 25 26 if (psTraceGetLevel("psphot .images") > 5) {26 if (psTraceGetLevel("psphot") > 5) { 27 27 psphotSaveImage (NULL, readout->image, "image.fits"); 28 28 psphotSaveImage (NULL, readout->mask, "mask.fits"); … … 95 95 // measure aperture photometry corrections 96 96 if (!psphotApResid (readout, sources, recipe, psf)) { 97 psTrace ("psphot Readout", 4, "failure on psphotApResid");97 psTrace ("psphot", 4, "failure on psphotApResid"); 98 98 psError(PSPHOT_ERR_PHOTOM, false, "Measure aperture photometry corrections"); 99 99 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
