IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23466


Ignore:
Timestamp:
Mar 20, 2009, 6:00:49 PM (17 years ago)
Author:
eugene
Message:

adding mask values for star diff spikes, star cores, and bad cte; minor bit-value reorganization

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r21185 r23466  
    1212DARK            U8      0x0004          # Pixel doesn't dark-subtract properly
    1313BLANK           U8      0x0008          # Pixel doesn't contain valid data
     14CTE             U8      0x0010          # Pixel has poor cte
    1415
    1516# Mask values which represent invalid signal ranges
    16 RANGE           U8      0x0010          # Pixel is out-of-range of linearity
    17 SAT             U8      0x0020          # Pixel is saturated
    18 BAD             U8      0x0040          # Pixel is low (can we rename this 'LOW'?)
     17RANGE           U8      0x0020          # Pixel is out-of-range of linearity
     18SAT             U8      0x0040          # Pixel is saturated
     19BAD             U8      0x0080          # Pixel is low (can we rename this 'LOW'?)
    1920
    2021# Mask values which represent non-astronomical structures
    21 GHOST           U8      0x0100          # Pixel contains an optical ghost
    22 CR              U8      0x0200          # Pixel contains a cosmic ray
    23 STREAK          U8      0x0400          # Pixel contains a streak
     22CR              U8      0x0100          # Pixel contains a cosmic ray
     23SPIKE           U8      0x0200          # Pixel contains a diffraction spike
     24GHOST           U8      0x0400          # Pixel contains an optical ghost
     25STREAK          U8      0x0800          # Pixel contains a streak
     26STARCORE        U8      0x1000          # Pixel contains a streak
    2427
    2528# Mask values which identify pixels badly affected by convolutions and interpolations
    26 BAD.WARP        U8      0x1000          # Pixel is bad after convolution with a bad pixel
    27 POOR.WARP       U8      0x2000          # Pixel is poor after convolution with a bad pixel
     29BAD.WARP        U8      0x2000          # Pixel is bad after convolution with a bad pixel
     30POOR.WARP       U8      0x4000          # Pixel is poor after convolution with a bad pixel
    2831
  • trunk/ippconfig/recipes/masks.config

    r20631 r23466  
    1414FLAT            U8      0x04            # Pixel doesn't flat-field properly =4
    1515DARK            U8      0x40            # Pixel doesn't dark-subtract properly =64
     16CTE             U8      0x40            # Pixel has poor cte
     17
    1618# Filling in the rest with whatever makes some sense
    1719BLANK           U8      0x01            # Pixel doesn't contain valid data
     
    2426GHOST           U8      0x20            # Pixel contains an optical ghost
    2527STREAK          U8      0x20            # Pixel contains a streak
     28
     29SPIKE           U8      0x20            # Pixel contains a diffraction spike
     30STARCORE        U8      0x20            # Pixel contains a streak
    2631
    2732###### The following values are what I'm aiming to have in the long term (PAP, 2008-09-09)
Note: See TracChangeset for help on using the changeset viewer.