IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 2:30:35 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation error following new API for pmReadoutGenerateMask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r14107 r14111  
    4343    psMaskType maskBlank = psMetadataLookupU8(NULL, config->arguments, "MASK.BLANK"); // Mask for blank reg.
    4444
    45     if (!inRO->mask && !pmReadoutGenerateMask(inRO)) {
     45    if (!inRO->mask && !pmReadoutGenerateMask(inRO, pmConfigMask("SAT", config),
     46        pmConfigMask("BAD", config))) {
    4647        psError(PS_ERR_UNKNOWN, false, "Unable to generate mask for input image");
    4748        return false;
     
    5152        return false;
    5253    }
    53     if (!refRO->mask && !pmReadoutGenerateMask(refRO)) {
     54    if (!refRO->mask && !pmReadoutGenerateMask(refRO, pmConfigMask("SAT", config),
     55        pmConfigMask("BAD", config))) {
    5456        psError(PS_ERR_UNKNOWN, false, "Unable to generate mask for reference image");
    5557        return false;
Note: See TracChangeset for help on using the changeset viewer.