IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6922


Ignore:
Timestamp:
Apr 20, 2006, 7:13:23 AM (20 years ago)
Author:
eugene
Message:

removing test write

Location:
trunk/psphot/src
Files:
2 edited

Legend:

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

    r6862 r6922  
    2222    psImageSmooth (smooth_wt, SIGMA, NSIGMA);
    2323    psLogMsg ("psphot", 4, "smooth weight: %f sec\n", psTimerMark ("psphot"));
    24 
    25     // psphotSaveImage (NULL, smooth_im, "smooth.fits");
    2624
    2725    psTimerStart ("psphot");
  • trunk/psphot/src/psphotImageMedian.c

    r6900 r6922  
    119119    }
    120120
    121     psphotSaveImage (NULL, background->image, "back.fits");
    122     psphotSaveImage (NULL, image, "image.fits");
    123     psphotSaveImage (NULL, mask, "mask.fits");
    124 
    125121    psLogMsg ("psphot", 3, "subtracted background model: %f sec\n", psTimerMark ("psphot"));
    126122    psImageClippedStatsCleanup();
Note: See TracChangeset for help on using the changeset viewer.