IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2009, 11:05:42 AM (17 years ago)
Author:
Paul Price
Message:

Updating mask bits. Renamed BAD --> LOW to more simply conveys the intent; removed the RANGE mask keyword since it was originally intended as an alias for SAT|LOW (for non-linear pixels, SAT is suitable); renamed BAD.WARP and POOR.WARP --> CONV.BAD and CONV.POOR, since they are used for convolution/interpolation, not just warping; added SUSPECT, intended for the pixels that have been modified by burntool --- we would like to use them if possible, but will quickly throw them away if they don't behave as they ought (similar to CONV.POOR).

File:
1 edited

Legend:

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

    r23212 r23498  
    55COMBINE.SYS     F32     0.08            # Relative systematic error in combination
    66COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    7 MASK.VAL        STR     MASK.VALUE,BAD.WARP     # Mask value of input bad pixels
     7MASK.VAL        STR     MASK.VALUE,CONV.BAD     # Mask value of input bad pixels
    88MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    9 MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
     9MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
    1010POOR.FRACTION   F32     0.01            # Maximum fraction of bad variance for poor pixels
    1111THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
Note: See TracChangeset for help on using the changeset viewer.