IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 2:58:21 PM (15 years ago)
Author:
eugene
Message:

only apply kron radius upper limit for faint sources; fix negative errors in forced phot; enable single direction test in ppSub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/psModules/src/imcombine/pmSubtractionMask.c

    r30622 r31459  
    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.