IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 3:26:19 PM (19 years ago)
Author:
Paul Price
Message:

Was binding reference mask and weight to the input instead of the reference.

File:
1 edited

Legend:

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

    r13665 r13737  
    6060
    6161    // Reference mask
    62     pmFPAfile *refMask = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.REF.MASK", "REF.MASK");
     62    pmFPAfile *refMask = pmFPAfileBindFromArgs(&status, ref, config, "PPSUB.REF.MASK", "REF.MASK");
    6363    if (!status) {
    6464        psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
     
    7171
    7272    // Reference weight map
    73     pmFPAfile *refWeight = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.REF.WEIGHT", "REF.WEIGHT");
     73    pmFPAfile *refWeight = pmFPAfileBindFromArgs(&status, ref, config, "PPSUB.REF.WEIGHT", "REF.WEIGHT");
    7474    if (!status) {
    7575        psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note: See TracChangeset for help on using the changeset viewer.