IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2011, 1:42:35 PM (15 years ago)
Author:
eugene
Message:

fix forced photometry of matched objects (psf model only) : needed to generate a guess model, which meant re-working psphotGuessModels to apply to only the unguessed objects in the allSources detections, not the newSources, so they could be applied to the matched objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psphot/src/psphotReadoutFindPSF.c

    r30624 r32924  
    5454    }
    5555
     56    // merge the newly selected sources into the existing list
     57    // NOTE: merge OLD and NEW
     58    psphotMergeSources (config, view, filerule);
     59
    5660# if 0
    5761    // XXX if we want to determine the aperture residual correction here, we either
     
    6165    psphotGuessModels (config, view, filerule);
    6266# endif
    63 
    64     // merge the newly selected sources into the existing list
    65     // NOTE: merge OLD and NEW
    66     psphotMergeSources (config, view, filerule);
    6767
    6868# if 0
Note: See TracChangeset for help on using the changeset viewer.