IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2006, 7:08:10 PM (20 years ago)
Author:
Paul Price
Message:

Moving various ppMerge recipes into this top-level recipe.

File:
1 edited

Legend:

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

    r10456 r10495  
    66REJ             F32     3.0             # Rejection threshold (sigma)
    77ITER            S32     1               # Number of rejection iterations
    8 FRACHIGH        F32     0.3             # Fraction of high pixels to reject immediately
    9 FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
     8FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
     9FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
    1111FRINGE.NUM      S32     5000            # Number of fringe regions
     
    1919MASK.BAD        F32     -4.0            # Threshold for bad pixels (sigma)
    2020MASKVAL         S32     0xff            # Mask value for input data
    21 COMBINE         STR     MEAN            # Statistic to use for combination
     21COMBINE         STR     CLIPPED         # Statistic to use for combination
    2222MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
    2323STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
     24
     25
     26# Bias combination --- don't want min/max rejection
     27PPMERGE_BIAS    METADATA
     28        REJ             F32     3.0             # Rejection threshold (sigma)
     29        ITER            S32     2               # Number of rejection iterations
     30        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
     31        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
     32        WEIGHTS         BOOL    FALSE           # Use image weights?
     33        COMBINE         STR     CLIPPED         # Statistic to use for combination:
     34END
     35
     36
     37# Dark combination --- don't want min/max rejection
     38# More aggressive clipping than bias, so as to remove CRs
     39PPMERGE_DARK    METADATA
     40        REJ             F32     2.0             # Rejection threshold (sigma)
     41        ITER            S32     4               # Number of rejection iterations
     42        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
     43        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
     44        WEIGHTS         BOOL    FALSE           # Use image weights?
     45        COMBINE         STR     CLIPPED         # Statistic to use for combination:
     46END
     47
     48# Flat combination --- use min/max rejection
     49PPMERGE_FLAT    METADATA
     50        REJ             F32     3.0             # Rejection threshold (sigma)
     51        ITER            S32     1               # Number of rejection iterations
     52        FRACHIGH        F32     0.3             # Fraction of high pixels to reject immediately
     53        FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
     54        NKEEP           S32     5               # Minimum number of pixels in stack to keep
     55        MASKVAL         S32     0xff            # Mask value for input data
     56        WEIGHTS         BOOL    TRUE            # Use image weights?
     57        COMBINE         STR     MEAN            # Statistic to use for combination:
     58END
     59
     60
     61# Fringe combination --- already included in default, above
     62PPMERGE_FRINGE  METADATA
     63END
     64
     65# Mask generation --- already included in default, above
     66PPMERGE_MASK    METADATA
     67END
Note: See TracChangeset for help on using the changeset viewer.