IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.