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/ppSub.config

    r23237 r23498  
    1515
    1616# EAM : we now ignore these: BAD.WARP is always bad, POOR.WARP is always defined
    17 MASK.IN         STR     MASK.VALUE,BAD.WARP     # Mask value for input
    18 MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    19 MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
     17MASK.IN         STR     MASK.VALUE,CONV.BAD     # Mask value for input
     18MASK.BAD        STR     CONV.BAD        # Mask value to give bad pixels
     19MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
    2020
    2121POOR.FRACTION   F32     0.10            # Maximum fraction of bad weight for poor pixels
Note: See TracChangeset for help on using the changeset viewer.