IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2007, 4:48:20 PM (19 years ago)
Author:
eugene
Message:

added deblend for saturated stars, fixed AddNoise

File:
1 edited

Legend:

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

    r12372 r12689  
    3939    // optionally save example images under trace
    4040    if (psTraceGetLevel("psphot") > 5) {
    41         psphotSaveImage (NULL, smooth_im, "imsmooth.fits");
    42         psphotSaveImage (NULL, smooth_wt, "wtsmooth.fits");
     41        char name[64];
     42        sprintf (name, "imsmooth.v%d.fits", pass);
     43        psphotSaveImage (NULL, smooth_im, name);
     44        sprintf (name, "wtsmooth.v%d.fits", pass);
     45        psphotSaveImage (NULL, smooth_wt, name);
    4346    }
    4447
     
    5861    // optionally save example images under trace
    5962    if (psTraceGetLevel("psphot") > 5) {
    60         psphotSaveImage (NULL, smooth_im, "snsmooth.fits");
     63        char name[64];
     64        sprintf (name, "snsmooth.v%d.fits", pass);
     65        psphotSaveImage (NULL, smooth_im, name);
    6166    }
    6267
Note: See TracChangeset for help on using the changeset viewer.