IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14346


Ignore:
Timestamp:
Jul 20, 2007, 2:04:04 PM (19 years ago)
Author:
eugene
Message:

move model test after sky subtraction

File:
1 edited

Legend:

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

    r14336 r14346  
    5757    psphotMaskReadout (readout, recipe, maskBad);
    5858
    59     // run a single-model test if desired
    60     psphotModelTest (config, view, recipe, maskVal, maskMark);
    61 
    6259    if (psTraceGetLevel("psphot") >= 5) {
    6360        psphotSaveImage (NULL, readout->image,  "image.fits");
     
    7875        return psphotReadoutCleanup (config, readout, recipe, NULL, NULL);
    7976    }
     77
     78    // run a single-model test if desired
     79    psphotModelTest (config, view, recipe, maskVal, maskMark);
    8080
    8181    // find the peaks in the image
Note: See TracChangeset for help on using the changeset viewer.