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

    r32695 r32924  
    137137        // psAssert (source->peak, "source without peak??");
    138138        // psAssert (source->peak->footprint, "peak without footprint??");
     139
     140        // XXX TEST
     141        if (source->mode2 & PM_SOURCE_MODE2_MATCHED) {
     142            fprintf (stderr, "forced photometry on supplied source\n");
     143        }
    139144
    140145        // turn this bit off and turn it on again if we pass this test
Note: See TracChangeset for help on using the changeset viewer.