IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19135


Ignore:
Timestamp:
Aug 20, 2008, 11:42:11 AM (18 years ago)
Author:
eugene
Message:

better use of all 7 available bits
unique values for BAD.WARP vs POOR.WARP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/masks.config

    r18563 r19135  
    2121RANGE           U8      0x04            # The pixel is out of range in the image of interest
    2222SAT             U8      0x04            # The pixel is saturated in the image of interest
    23 BAD             U8      0x04            # The pixel is low in the image of interest
     23BAD             U8      0x08            # The pixel is low in the image of interest
    2424
    25 CR              U8      0x08            # The pixel is probably a CR
    26 GHOST           U8      0x08            # The pixel is probably a CR
     25GHOST           U8      0x08            # The pixel is probably part of a ghost
     26CR              U8      0x10            # The pixel is probably a CR
    2727
     28BAD.WARP        U8      0x20            # The pixel is low in the image of interest
     29POOR.WARP       U8      0x40            # The pixel is low in the image of interest
    2830
    29 BAD.WARP        U8      0x04            # The pixel is low in the image of interest
    30 POOR.WARP       U8      0x04            # The pixel is low in the image of interest
     31# 9 total distinct concepts in here
     32# we need one bit for MARK
Note: See TracChangeset for help on using the changeset viewer.