IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2009, 8:40:07 PM (17 years ago)
Author:
eugene
Message:

incorporating changes from 16bit mask upgrades (eam_branch_20081230)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBlendFit.c

    r21166 r21183  
    133133
    134134    // bit-masks to test for good/bad pixels
    135     psMaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT");
     135    psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT");
    136136    assert (maskVal);
    137137
    138138    // bit-mask to mark pixels not used in analysis
    139     psMaskType markVal = psMetadataLookupU8(&status, recipe, "MARK.PSPHOT");
     139    psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT");
    140140    assert (markVal);
    141141
Note: See TracChangeset for help on using the changeset viewer.