IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2007, 6:05:03 PM (19 years ago)
Author:
Paul Price
Message:

Adding masks.config, to provide mask values.

File:
1 edited

Legend:

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

    r12583 r13592  
    1919MASK.SUSPECT    F32     5.0             # Threshold for suspect pixels (sigma)
    2020MASK.BAD        F32     -4.0            # Threshold for bad pixels (sigma)
    21 MASKVAL         S32     0xff            # Mask value for input data
     21MASKVAL         STR     SAT,BAD         # Mask value for input data
    2222COMBINE         STR     CLIPPED         # Statistic to use for combination
    2323MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
     
    3232        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    3333        WEIGHTS         BOOL    FALSE           # Use image weights?
    34         MASKVAL         S32     0               # Mask value for input data
    3534        COMBINE         STR     CLIPPED         # Statistic to use for combination:
    3635END
     
    4544        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    4645        WEIGHTS         BOOL    FALSE           # Use image weights?
    47         MASKVAL         S32     0               # Mask value for input data
    4846        COMBINE         STR     CLIPPED         # Statistic to use for combination:
    4947END
     
    5654        FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    5755        NKEEP           S32     5               # Minimum number of pixels in stack to keep
    58         MASKVAL         S32     0xff            # Mask value for input data
    5956        WEIGHTS         BOOL    TRUE            # Use image weights?
    6057        COMBINE         STR     MEAN            # Statistic to use for combination:
Note: See TracChangeset for help on using the changeset viewer.