IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2007, 5:51:03 PM (19 years ago)
Author:
Paul Price
Message:

Adding pmConfigMask to use symbolic names for mask values. Need to adapt APIs that use mask values to accept the values for those masks (which can be obtained from pmConfigMask).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r12696 r13591  
    2929    params->combine = combine;
    3030    params->maskVal = 0;
     31    params->blank = 0;
    3132    params->nKeep = 0;
    3233    params->fracHigh = 0.0;
     
    335336
    336337            if (numValid == 0) {
    337                 outputMask[yOut][xOut] = PM_MASK_FLAT;
     338                outputMask[yOut][xOut] = params->blank;
    338339                outputImage[yOut][xOut] = NAN;
    339340                continue;
Note: See TracChangeset for help on using the changeset viewer.