IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2006, 6:16:11 PM (20 years ago)
Author:
eugene
Message:

fixed some errors with double sources, added second-pass linear PSF fit, multiple-depths

File:
1 edited

Legend:

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

    r6427 r6481  
    1010
    1111    // smooth the image and weight map
    12 
    13     psphotSaveImage (NULL, readout->image, "image.fits");
    14 
    1512    psTimerStart ("psphot");
    1613
     
    2219    psLogMsg ("psphot", 4, "smooth image: %f sec\n", psTimerMark ("psphot"));
    2320
    24     psphotSaveImage (NULL, smooth_im, "smooth_im.fits");
    25 
    2621    psImage *smooth_wt = psImageCopy (NULL, readout->weight, PS_TYPE_F32);
    2722    psImageSmooth (smooth_wt, SIGMA, NSIGMA);
    2823    psLogMsg ("psphot", 4, "smooth weight: %f sec\n", psTimerMark ("psphot"));
    29 
    30     psphotSaveImage (NULL, smooth_wt, "smooth_wt.fits");
    3124
    3225    psTimerStart ("psphot");
Note: See TracChangeset for help on using the changeset viewer.