IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25593


Ignore:
Timestamp:
Sep 27, 2009, 10:28:46 AM (17 years ago)
Author:
eugene
Message:

unset markVal for full image array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmPSFtryFitEXT.c

    r25496 r25593  
    7676
    7777        // clear object mask to define valid pixels
    78         psImageKeepCircle (source->maskObj, source->peak->x, source->peak->y, options->fitRadius, "AND", PS_NOT_IMAGE_MASK(markVal));
     78        psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(markVal)); // clear the circular mask
    7979
    8080        // exclude the poor fits
Note: See TracChangeset for help on using the changeset viewer.