Changeset 30169
- Timestamp:
- Dec 24, 2010, 3:21:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotSourceSize.c
r29936 r30169 499 499 500 500 // 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); 504 503 pmSourceMagnitudes (source, psf, photMode, maskVal, markVal); 505 504 506 505 // 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)); 508 507 509 508 // re-subtract the object, leave local sky
Note:
See TracChangeset
for help on using the changeset viewer.
