IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2010, 7:21:53 PM (16 years ago)
Author:
eugene
Message:

update PCM fitting (not quite ready)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/objects/pmSourcePhotometry.c

    r28687 r28692  
    7676
    7777// XXX masked region should be (optionally) elliptical
    78 bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode, psImageMaskType maskVal)
     78bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode, psImageMaskType maskVal, psImageMaskType markVal)
    7979{
    8080    PS_ASSERT_PTR_NON_NULL(source, false);
     
    160160    // measure the contribution of included pixels
    161161    if (mode & PM_SOURCE_PHOT_DIFFSTATS) {
    162         pmSourceMeasureDiffStats (source, maskVal);
     162        pmSourceMeasureDiffStats (source, maskVal, markVal);
    163163    }
    164164
Note: See TracChangeset for help on using the changeset viewer.