IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2013, 2:28:32 PM (13 years ago)
Author:
eugene
Message:

if we thing something is a star, use the PSF model when subtracting (even if we fitted ext models)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotSourceSize.c

    r36340 r36347  
    605605            psTrace("psphotSourceClassRegion.EXT",4,"CLASS: %g %g\t%g %g\t%g %g\t%g %g\t%g EXT\n",
    606606                    source->peak->xf, source->peak->yf, Mminor, kMag, dMag, nSigmaMAG, options->sizeLimitCR, options->magLimitCR, options->nSigmaApResid);
     607            source->type = PM_SOURCE_TYPE_EXTENDED;
    607608            source->mode |= PM_SOURCE_MODE_EXT_LIMIT;
    608609            source->tmpFlags |= PM_SOURCE_TMPF_SIZE_MEASURED;
     
    624625                    source->peak->xf, source->peak->yf, Mminor, kMag, dMag, nSigmaMAG, options->sizeLimitCR, options->magLimitCR, options->nSigmaApResid,
    625626                    momentRatioVeres,options->altDiffExtThresh);
     627            source->type = PM_SOURCE_TYPE_EXTENDED;
    626628            source->mode |= PM_SOURCE_MODE_EXT_LIMIT;
    627629            source->tmpFlags |= PM_SOURCE_TMPF_SIZE_MEASURED;
Note: See TracChangeset for help on using the changeset viewer.