Changeset 20631
- Timestamp:
- Nov 10, 2008, 12:01:37 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/recipes/masks.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/masks.config
r19440 r20631 23 23 CR U8 0x20 # Pixel contains a cosmic ray 24 24 GHOST U8 0x20 # Pixel contains an optical ghost 25 25 STREAK U8 0x20 # Pixel contains a streak 26 26 27 27 ###### The following values are what I'm aiming to have in the long term (PAP, 2008-09-09) … … 29 29 #### Detector-intrinsic; these will default to DETECTOR 30 30 ###DETECTOR U8 0x01 # Something is wrong with the detector 31 ###DARK U8 0x0 2# Pixel doesn't dark-subtract properly31 ###DARK U8 0x01 # Pixel doesn't dark-subtract properly 32 32 ###FLAT U8 0x01 # Pixel doesn't flat-field properly 33 33 ###BLANK U8 0x01 # Pixel doesn't contain valid data 34 34 ### 35 35 #### Detector-extrinsic; these will default to RANGE 36 ###RANGE U8 0x0 4# Pixel is out-of-range of linearity37 ###SAT U8 0x0 4# Pixel is saturated38 ###LOW U8 0x0 4# Pixel is low36 ###RANGE U8 0x02 # Pixel is out-of-range of linearity 37 ###SAT U8 0x02 # Pixel is saturated 38 ###LOW U8 0x02 # Pixel is low 39 39 ### 40 40 #### Convolution: pixels that touched a bad pixel 41 ###POOR U8 0x0 8# Pixel is poor after convolution with a bad pixel42 ###CONV U8 0x 10# Pixel is bad after convolution with a bad pixel41 ###POOR U8 0x04 # Pixel is poor after convolution with a bad pixel 42 ###CONV U8 0x08 # Pixel is bad after convolution with a bad pixel 43 43 ### 44 44 #### Objects: real signal that should be ignored 45 ###CR U8 0x20 # Pixel contains a cosmic ray 46 ###GHOST U8 0x40 # Pixel contains an optical ghost 45 ###CR U8 0x10 # Pixel contains a cosmic ray 46 ###GHOST U8 0x20 # Pixel contains an optical ghost 47 ###STREAK U8 0x40 # Pixel contains a streak 47 48 ### 48 ####MARK U8 0x80 # RESERVED for MARK49 ####MARK U8 0x80 # RESERVED for MARK
Note:
See TracChangeset
for help on using the changeset viewer.
