IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2013, 4:01:35 PM (13 years ago)
Author:
bills
Message:

add new recipe options to ppImage to control application of an auxiliary
mask. This is intended to be a more selective mask that will be used by M31
and STS projects for their reprocessing. This masking is added to the
mask constructed during detrending after the cells have bee mosaiced.

File:
1 edited

Legend:

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

    r35081 r35531  
    1717MASK.LOW           BOOL    TRUE            # Mask pixels below valid range
    1818MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
     19MASK.AUXMASK       BOOL    FALSE           # augment mask with auxillary mask
     20AUX.VIDEO.MASK     STR     NULL
    1921VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
    2022ADDNOISE           BOOL    FALSE           # Add noise to degrade an MD image to a 3pi image?
     
    168170# Standard chip processing
    169171CHIP    METADATA
     172  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     173  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     174  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     175  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     176  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     177  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     178  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     179  NONLIN             BOOL    FALSE           # Non-linearity correction; not implemented
     180  BIAS               BOOL    TRUE            # Bias subtraction
     181  DARK               BOOL    TRUE            # Dark subtraction
     182  SHUTTER            BOOL    FALSE           # Shutter correction
     183  FLAT               BOOL    TRUE            # Flat-field normalisation
     184  MASK               BOOL    TRUE            # Mask bad pixels
     185  FRINGE             BOOL    TRUE            # Fringe subtraction
     186  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     187  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     188  PHOTOM             BOOL    TRUE            # Source identification and photometry
     189  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     190  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     191  BACKGROUND         BOOL    TRUE            # Subtract background?
     192  MASK.STATS         BOOL    TRUE            # Calculate Mask statistics.
     193END
     194
     195# Standard chip processing
     196CHIP_AUXMASK    METADATA
    170197  BASE.FITS          BOOL    FALSE           # Save base detrended image?
    171198  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
Note: See TracChangeset for help on using the changeset viewer.