IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2010, 9:44:38 AM (16 years ago)
Author:
eugene
Message:

adjust test output filenames; add radius init to extended source fits; add Mminor test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psphot/src/psphotSignificanceImage.c

    r29004 r29347  
    44// (S/N)^2.  If FWMH_X,Y have been recorded, use them, otherwise use PEAKS_SMOOTH_SIGMA for the
    55// smoothing kernel.
    6 psImage *psphotSignificanceImage (pmReadout *readout, psMetadata *recipe, const int pass, psImageMaskType maskVal) {
     6psImage *psphotSignificanceImage (pmReadout *readout, psMetadata *recipe, psImageMaskType maskVal) {
    77
    88    float SIGMA_SMTH, NSIGMA_SMTH;
     
    6767    // XXX change these to recipe value checks
    6868    if (psTraceGetLevel("psphot") > 5) {
     69        static int pass = 0;
    6970        char name[64];
    7071        sprintf (name, "imsmooth.v%d.fits", pass);
     
    7273        sprintf (name, "wtsmooth.v%d.fits", pass);
    7374        psphotSaveImage(NULL, smooth_wt, name);
     75        pass ++;
    7476    }
    7577
     
    108110    if (psTraceGetLevel("psphot") > 5) {
    109111        char name[64];
     112        static int pass = 0;
    110113        sprintf (name, "snsmooth.v%d.fits", pass);
    111114        psphotSaveImage (NULL, smooth_im, name);
     115        pass ++;
    112116    }
    113117
Note: See TracChangeset for help on using the changeset viewer.