IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25598


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

remove SKYBIAS, SKYSAT references; careful to mask the desired aperture only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotOutput.c

    r21366 r25598  
    160160    psMetadataItemSupplement (header, recipe, "DAPMIFIT");
    161161    psMetadataItemSupplement (header, recipe, "NAPMIFIT");
    162     psMetadataItemSupplement (header, recipe, "SKYBIAS");
    163     psMetadataItemSupplement (header, recipe, "SKYSAT");
    164162
    165163    // PSF model parameters (shape values for image center)
     
    256254        psImageKeepCircle (source->maskObj, x, y, radius, "OR", markVal);
    257255        pmModelSub (source->pixels, source->maskObj, source->modelPSF, PM_MODEL_OP_FULL, maskVal);
    258         psImageKeepCircle (source->maskObj, x, y, radius, "AND", PS_NOT_IMAGE_MASK(markVal));
     256        psImageMaskPixels (source->maskObj, "AND", PS_NOT_IMAGE_MASK(markVal));
    259257    }
    260258
Note: See TracChangeset for help on using the changeset viewer.