Changeset 13196
- Timestamp:
- May 3, 2007, 10:57:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMakeResiduals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMakeResiduals.c
r13056 r13196 266 266 psFree (fluxClipDef); 267 267 268 psphotSaveImage (NULL, resid->Ro, "resid.ro.fits"); 269 psphotSaveImage (NULL, resid->Rx, "resid.rx.fits"); 270 psphotSaveImage (NULL, resid->Ry, "resid.ry.fits"); 271 psphotSaveImage (NULL, resid->weight, "resid.wt.fits"); 272 psphotSaveImage (NULL, resid->mask, "resid.mk.fits"); 268 if (psTraceGetLevel("psphot") > 5) { 269 psphotSaveImage (NULL, resid->Ro, "resid.ro.fits"); 270 psphotSaveImage (NULL, resid->Rx, "resid.rx.fits"); 271 psphotSaveImage (NULL, resid->Ry, "resid.ry.fits"); 272 psphotSaveImage (NULL, resid->weight, "resid.wt.fits"); 273 psphotSaveImage (NULL, resid->mask, "resid.mk.fits"); 274 } 273 275 274 276 psf->residuals = resid;
Note:
See TracChangeset
for help on using the changeset viewer.
