IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2008, 8:40:35 AM (18 years ago)
Author:
eugene
Message:

overhaul of the mask bit names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ppStats/src/ppStatsSetupFromRecipe.c

    r13999 r18475  
    127127    }
    128128
     129    // set the mask value used for stand-alone analyses.
    129130    if (data->maskVal == 0) {
    130131        const char *names = psMetadataLookupStr(&mdok, recipe, "MASKVAL"); // Names for mask value
    131132        if (mdok) {
    132             data->maskVal = pmConfigMask(names, config);
     133            data->maskVal = pmConfigMaskGet(names, config);
    133134        } else {
    134135            psWarning("MASKVAL in recipe is not of type STR --- retaining default.\n");
Note: See TracChangeset for help on using the changeset viewer.