IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2009, 4:56:14 PM (17 years ago)
Author:
watersc1
Message:

alterations to ppImage to allow masking of burntool remnants by ppImage.

Location:
branches/czw_branch/cleanup/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/cleanup/ippconfig/recipes/masks.16bit.config

    r23498 r25210  
    2020
    2121# Mask values which represent non-astronomical structures
     22BURNTOOL        U16     0x0080          # Pixel may contain uncorrected streak.
    2223CR              U16     0x0100          # Pixel contains a cosmic ray
    2324SPIKE           U16     0x0200          # Pixel contains a diffraction spike
  • branches/czw_branch/cleanup/ippconfig/recipes/ppImage.config

    r24951 r25210  
    1616MASK.SATURATED     BOOL    TRUE            # Mask the saturated pixels
    1717MASK.LOW           BOOL    TRUE            # Mask pixels below valid range
     18MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    1819VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
    1920PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
     
    5455## if we use multithreaded detrending, detrend this number of rows per thread
    5556SCAN.ROWS        S32     100
     57
     58BURNTOOL.TRAILS U16 0x01
    5659
    5760# Non-linearity correction
Note: See TracChangeset for help on using the changeset viewer.