IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:50:35 AM (15 years ago)
Author:
eugene
Message:

allow single direction to be chosen automatically; other minor points

File:
1 edited

Legend:

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

    r30622 r31671  
    185185        break;
    186186      case PM_SUBTRACTION_MODE_UNSURE:
     187      case PM_SUBTRACTION_MODE_SINGLE_AUTO:
    187188      case PM_SUBTRACTION_MODE_DUAL:
    188189        maskRej |= PM_SUBTRACTION_MASK_CONVOLVE_1 | PM_SUBTRACTION_MASK_CONVOLVE_2;
     
    271272      case PM_SUBTRACTION_MODE_ERR:
    272273      case PM_SUBTRACTION_MODE_UNSURE:
     274      case PM_SUBTRACTION_MODE_SINGLE_AUTO:
    273275      default:
    274276        psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unsuppored subtraction mode: %x", mode);
Note: See TracChangeset for help on using the changeset viewer.