IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19236


Ignore:
Timestamp:
Aug 27, 2008, 10:53:51 AM (18 years ago)
Author:
Paul Price
Message:

Refining source mask: get rid of anything that might be junk.

File:
1 edited

Legend:

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

    r19192 r19236  
    1414//#define TESTING                         // For test output
    1515
    16 #define SOURCE_MASK (PM_SOURCE_MODE_FAIL | PM_SOURCE_MODE_DEFECT | PM_SOURCE_MODE_SATURATED | \
    17                      PM_SOURCE_MODE_CR_LIMIT) // Mask to apply to input sources
     16#define SOURCE_MASK (PM_SOURCE_MODE_FAIL | PM_SOURCE_MODE_SATSTAR | PM_SOURCE_MODE_BLEND | \
     17                     PM_SOURCE_MODE_BADPSF | PM_SOURCE_MODE_DEFECT | PM_SOURCE_MODE_SATURATED | \
     18                     PM_SOURCE_MODE_CR_LIMIT | PM_SOURCE_MODE_EXT_LIMIT) // Mask to apply to input sources
    1819
    1920
Note: See TracChangeset for help on using the changeset viewer.