IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25533


Ignore:
Timestamp:
Sep 23, 2009, 5:32:50 PM (17 years ago)
Author:
eugene
Message:

use moments sigma if previously determined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotReadout.c

    r25452 r25533  
    7979
    8080    // construct sources and measure basic stats
    81     psArray *sources = psphotSourceStats (config, readout, detections);
     81    psArray *sources = psphotSourceStats (config, readout, detections, true);
    8282    if (!sources) return false;
    8383    if (!strcasecmp (breakPt, "PEAKS")) {
     
    142142    // psphotGuessModels or fitted until psphotFitSourcesLinear.
    143143    psphotVisualShowPSFStars (recipe, psf, sources);
    144     psphotVisualShowSatStars (recipe, psf, sources);
    145144
    146145    // identify CRs and extended sources
     
    149148        goto finish;
    150149    }
     150    psphotVisualShowSatStars (recipe, psf, sources);
    151151
    152152    // non-linear PSF and EXT fit to brighter sources
     
    180180
    181181    // define new sources based on only the new peaks
    182     psArray *newSources = psphotSourceStats (config, readout, detections);
     182    psArray *newSources = psphotSourceStats (config, readout, detections, false);
    183183
    184184    // set source type
Note: See TracChangeset for help on using the changeset viewer.