IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30169


Ignore:
Timestamp:
Dec 24, 2010, 3:21:49 PM (15 years ago)
Author:
eugene
Message:

do not clear out the object mask after getting magnitudes

File:
1 edited

Legend:

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

    r29936 r30169  
    499499
    500500        // clear the mask bit and set the circular mask pixels
    501         psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(options->markVal));
    502         psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, source->apRadius, "OR", options->markVal);
    503 
     501        // psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(options->markVal));
     502        // psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, source->apRadius, "OR", options->markVal);
    504503        pmSourceMagnitudes (source, psf, photMode, maskVal, markVal);
    505504
    506505        // clear the mask bit
    507         psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(options->markVal));
     506        // psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(options->markVal));
    508507
    509508        // re-subtract the object, leave local sky
Note: See TracChangeset for help on using the changeset viewer.