IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33140


Ignore:
Timestamp:
Jan 24, 2012, 1:25:49 PM (14 years ago)
Author:
bills
Message:

in psphotForced merge the new and old sources before trying to guess the model. they are
needed there

File:
1 edited

Legend:

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

    r32996 r33140  
    5555    psphotLoadExtSources (config, view, filerule);
    5656
     57    // merge the newly selected sources into the existing list
     58    // NOTE: merge OLD and NEW
     59    psphotMergeSources (config, view, filerule);
     60
    5761    // Construct an initial model for each object, set the radius to fitRadius, set circular
    5862    // fit mask.  NOTE: only applied to sources without guess models
    5963    psphotGuessModels (config, view, filerule);
    60 
    61     // merge the newly selected sources into the existing list
    62     // NOTE: merge OLD and NEW
    63     psphotMergeSources (config, view, filerule);
    6464
    6565    // linear PSF fit to source peaks, subtract the models from the image (in PSF mask)
Note: See TracChangeset for help on using the changeset viewer.