IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36211


Ignore:
Timestamp:
Oct 13, 2013, 1:33:34 PM (13 years ago)
Author:
eugene
Message:

call psphotFullForceSourceStats instead of psphotSourceStats in src/psphotFullForceReadout.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotFullForceReadout.c

    r36164 r36211  
    4949    }
    5050
    51     // include externally-supplied sources
     51    // include externally-supplied sources (loaded onto detections->newSources)
    5252    psphotLoadExtSources (config, view, filerule);
    5353
    54     // merge the newly selected sources into the existing list
     54    // merge the newly selected sources into the existing list (detections->allSources)
    5555    // NOTE: merge OLD and NEW
    5656    psphotMergeSources (config, view, filerule);
    5757
    58     // construct sources and measure moments and other basic stats (saved on detections->newSources)
     58    // construct sources and measure moments and other basic stats (saved on detections->allSources)
    5959    // all sources use the auto-scaled window appropriate to a PSF, except for the saturated
    6060    // stars : these use a larger window (3x the basic window)
    61     if (!psphotSourceStats (config, view, filerule, true)) { // pass 1
     61    if (!psphotFullForceSourceStats (config, view, filerule, true)) { // pass 1
    6262        psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate sources");
    6363        return psphotReadoutCleanup (config, view, filerule);
Note: See TracChangeset for help on using the changeset viewer.