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/psphotSourceStats.c

    r21166 r21183  
    1717        nThreads = 0;
    1818    }
    19     // nThreads = 0; // XXX until testing is complete, do not thread this function
    2019
    2120    // determine properties (sky, moments) of initial sources
     
    144143
    145144    // bit-masks to test for good/bad pixels
    146     psMaskType maskVal = psMetadataLookupU8(&status, recipe, "MASK.PSPHOT");
     145    psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT");
    147146    assert (maskVal);
    148147
    149148    // bit-mask to mark pixels not used in analysis
    150     psMaskType markVal = psMetadataLookupU8(&status, recipe, "MARK.PSPHOT");
     149    psImageMaskType markVal = psMetadataLookupImageMask(&status, recipe, "MARK.PSPHOT");
    151150    assert (markVal);
    152151
Note: See TracChangeset for help on using the changeset viewer.