IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2008, 8:40:35 AM (18 years ago)
Author:
eugene
Message:

overhaul of the mask bit names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ippconfig/recipes/masks.config

    r13592 r18475  
    11### Recipe specifying values for various mask concepts
     2
     3# this file defines bit values for various abstract mask concepts.  It
     4# is not necessary for all bit values to be unique.  Note that there
     5# are two main classes: detector-intrinsic and detector-extrinsic
     6# effects.  The former will default to DETECTOR and the latter to
     7# RANGE if those values are not specifed
     8
     9# Note that it is necessary to leave at least a single unassigned bit
     10# for internal marking (or ppImage will complain)
     11
     12# these mask values are used for detector intrinsic effects
     13# BLANK and FLAT will be set to DETECTOR if not specified
     14DETECTOR        U8      0x01            # Generic detector-intrinsic defect
    215BLANK           U8      0x01            # The pixel is blank or has no (valid) data
     16DARK            U8      0x02            # The pixel is not correctable for dark current
    317FLAT            U8      0x02            # The pixel is non-positive in the flat-field
    4 DETECTOR        U8      0x02            # The detector pixel is bad (e.g., bad column, charge trap)
     18
     19# these mask values are used for detector extrinsic effects
     20# SAT and BAD will be set to RANGE if not specified
     21RANGE           U8      0x04            # The pixel is out of range in the image of interest
    522SAT             U8      0x04            # The pixel is saturated in the image of interest
    623BAD             U8      0x04            # The pixel is low in the image of interest
    7 RANGE           U8      0x04            # The pixel is out of range in the image of interest
     24
    825CR              U8      0x08            # The pixel is probably a CR
    9 SUSPECT         U8      0x40            # The pixel is suspected of being bad, but may not be
    10 MARK            U8      0x80            # The pixel is marked as temporarily ignored
     26GHOST           U8      0x08            # The pixel is probably a CR
Note: See TracChangeset for help on using the changeset viewer.