IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13592


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

Adding masks.config, to provide mask values.

Location:
trunk/ippconfig
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/ipprc.config.in

    r13467 r13592  
    6363
    6464RECIPES         METADATA                # Site-level recipes
     65        MASKS           STR             recipes/masks.config    # Mask values
    6566        PPIMAGE         STR             recipes/ppImage.config  # Image reduction
    6667        PPMERGE         STR             recipes/ppMerge.config  # Image combination
  • trunk/ippconfig/recipes/ppImage.config

    r13553 r13592  
    1111FLAT            BOOL    TRUE            # Flat-field normalisation
    1212MASK            BOOL    FALSE           # Mask bad pixels
    13 MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
     13MASK.VALUE      STR     SAT,BAD         # Mask pixels with these attributes
    1414FRINGE          BOOL    FALSE           # Fringe subtraction
    1515PHOTOM          BOOL    FALSE           # Source identification and photometry
  • 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:
  • trunk/ippconfig/recipes/ppStack.config

    r13488 r13592  
    55CONVOLVE.REJ    F32     10.0            # Rejection threshold in convolution (sigma)
    66EXTENT          F32     3.0             # Extent of Gaussian convolution (sigma)
    7 MASK.BAD        U8      0x0f            # Mask value of bad pixels
    8 MASK.BLANK      U8      0xf0            # Mask value to give blank pixels
     7MASK.BAD        U8      SAT,BAD         # Mask value of bad pixels
     8MASK.BLANK      U8      BLANK           # Mask value to give blank pixels
  • trunk/ippconfig/recipes/ppStats.config

    r12574 r13592  
    33# Options governing statistics
    44SAMPLE          F32     0.1     # Fraction of cell to sample
    5 MASKVAL         U8      0xff    # Mask value to use for statistics
     5MASKVAL         STR     SAT,BAD # Mask value to use for statistics
    66
    77# Define the outputs as MULTI
     
    1818
    1919### ppStats recipe for Phase 0
    20 PPSTATS_PHASE0  METADATA
     20PPSTATS_REGISTER  METADATA
    2121
    2222  # Options governing statistics
    2323  SAMPLE        F32     0.1     # Fraction of cell to sample
    24   MASKVAL       U8      0xff    # Mask value to use for statistics
     24  MASKVAL       STR     SAT,BAD # Mask value to use for statistics
    2525
    2626  # Define the outputs as MULTI
  • trunk/ippconfig/recipes/ppSub.config

    r13507 r13592  
    99ITER            S32     10              # Number of rejection iterations
    1010REJ             F32     2.5             # Rejection level (std dev)
    11 MASK.BAD        U8      0xff            # Mask value for bad pixels
    12 MASK.BLANK      U8      0xff            # Mask value to give blank pixels
     11MASK.BAD        STR     BAD,SAT         # Mask value for bad pixels
     12MASK.BLANK      STR     BLANK           # Mask value to give blank pixels
    1313@ISIS.WIDTHS    F32     0.7 1.5 3       # Gaussian widths for ISIS kernels
    1414@ISIS.ORDERS    S32     6 4 2           # Polynomial orders for ISIS kernels
  • trunk/ippconfig/recipes/pswarp.config

    r13171 r13592  
    44GRID.NY                 S32     128             # Iso-astrom grid size in y (pixels)
    55INTERPOLATION.MODE      STR     LANCZOS3        # Interpolation mode to use
    6 MASK.IN                 U8      0               # Mask for input data
    7 MASK.POOR               U8      0x40            # Mask for "poor" warped data
    8 MASK.BAD                U8      0x80            # Mask for bad warped data
     6MASK.IN                 STR     BAD,SAT         # Mask for input data
     7MASK.POOR               STR     SUSPECT         # Mask for "poor" warped data
     8MASK.BAD                STR     BLANK           # Mask for bad warped data
    99POOR.FRAC               F32     0.01            # Max fraction of bad flux for a "poor" warped pixel
Note: See TracChangeset for help on using the changeset viewer.