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/psphotSourceMatch.c

    r32666 r32924  
    261261            source->imageID = index;
    262262            source->mode2 |= PM_SOURCE_MODE2_MATCHED; // source is generated based on another image
     263            source->type = PM_SOURCE_TYPE_STAR; // until we know more, assume a PSF fit
    263264
    264265            // add the peak
Note: See TracChangeset for help on using the changeset viewer.