IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13196


Ignore:
Timestamp:
May 3, 2007, 10:57:05 AM (19 years ago)
Author:
eugene
Message:

write resid images in trace mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMakeResiduals.c

    r13056 r13196  
    266266    psFree (fluxClipDef);
    267267
    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    }
    273275
    274276    psf->residuals = resid;
Note: See TracChangeset for help on using the changeset viewer.