Changeset 9565 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Oct 13, 2006, 3:00:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r9519 r9565 24 24 psphotModelTest (readout, recipe); 25 25 26 // psphotSaveImage (NULL, readout->image, "image.fits"); 27 // psphotSaveImage (NULL, readout->mask, "mask.fits"); 28 // psphotSaveImage (NULL, readout->weight, "weight.fits"); 26 if (psTraceGetLevel("psphot.images") > 5) { 27 psphotSaveImage (NULL, readout->image, "image.fits"); 28 psphotSaveImage (NULL, readout->mask, "mask.fits"); 29 psphotSaveImage (NULL, readout->weight, "weight.fits"); 30 } 29 31 30 32 // generate a background model (median, smoothed image) … … 71 73 psphotEnsemblePSF (readout, sources, recipe, psf, FALSE); 72 74 if (!strcasecmp (breakPt, "ENSEMBLE")) { 75 psphotMagnitudes (sources, recipe, psf); 73 76 if (!psphotReadoutCleanup (config, readout, recipe, psf, sources)) return false; 74 77 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
