IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17488


Ignore:
Timestamp:
Apr 28, 2008, 11:12:39 AM (18 years ago)
Author:
eugene
Message:

change input names to PPIMAGE.INPUT.*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageParseCamera.c

    r16951 r17488  
    2222    // if MASK or WEIGHT was supplied on command line, bind files to 'input'
    2323    // the mask and weight will be mosaicked with the image
    24     pmFPAfile *inputMask = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.MASK", "INPUT.MASK");
     24    pmFPAfile *inputMask = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.MASK", "PPIMAGE.INPUT.MASK");
    2525    if (!status) {
    2626        psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
     
    3232    }
    3333
    34     pmFPAfile *inputWeight = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.WEIGHT", "INPUT.WEIGHT");
     34    pmFPAfile *inputWeight = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.WEIGHT", "PPIMAGE.INPUT.WEIGHT");
    3535    if (!status) {
    3636        psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note: See TracChangeset for help on using the changeset viewer.