IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2021, 2:24:36 PM (5 years ago)
Author:
tdeboer
Message:

add recipe to avoid burntool masking

File:
1 edited

Legend:

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

    r41614 r41828  
    19621962  PATTERN.CONTINUITY.WIDTH S32 2
    19631963END
     1964
     1965# burntool turned off for manual reprocessing of problematic exposures
     1966# https://jira.ipp.ifa.hawaii.edu/browse/IPP-1451
     1967# modified from gpc2 default CHIP recipe
     1968CHIP_NOBURNTOOL METADATA
     1969  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     1970  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     1971  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     1972  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     1973  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     1974  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     1975  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     1976  NONLIN             BOOL    FALSE           # apply non-linearity correction
     1977  BIAS               BOOL    FALSE           # Bias subtraction
     1978  DARK               BOOL    TRUE            # Dark subtraction
     1979  NOISEMAP           BOOL    FALSE           # Apply noise read map
     1980  REMNANCE           BOOL    FALSE           # Remnance masking
     1981  SHUTTER            BOOL    FALSE           # Shutter correction
     1982  FLAT               BOOL    TRUE            # Flat-field normalisation
     1983  MASK               BOOL    TRUE            # Mask bad pixels
     1984  MASK.BUILD         BOOL    TRUE            # Build internal mask?
     1985  MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
     1986  MASK.AUXMASK       BOOL    FALSE           # augment mask with more restrictive auxiliary mask
     1987  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
     1988  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     1989  PATTERN.CONTINUITY BOOL    FALSE           # Cell pattern correction using edge continuity
     1990  FRINGE             BOOL    FALSE           # Fringe subtraction
     1991  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     1992  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     1993  PHOTOM             BOOL    TRUE            # Source identification and photometry
     1994  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     1995  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     1996  BACKGROUND         BOOL    TRUE            # Subtract background?
     1997  CROSSTALK.MEASURE  BOOL    FALSE           # Subtract model background?
     1998END
Note: See TracChangeset for help on using the changeset viewer.