IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2008, 1:50:14 PM (18 years ago)
Author:
Paul Price
Message:

Adding explicit CHIP sub-recipe for PPIMAGE. REPLACE.MASKED is deprecated in favour of BACKGROUND.

File:
1 edited

Legend:

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

    r19019 r20445  
    2727
    2828## these science-image analysis recipes are placed here set MASK = FALSE
     29
     30# Standard chip processing
     31CHIP   METADATA
     32  BASE.FITS       BOOL    FALSE           # Save base detrended image?
     33  BASE.MASK.FITS   BOOL   FALSE           # Save base detrended image?
     34  BASE.WEIGHT.FITS BOOL   FALSE           # Save base detrended image?
     35  CHIP.FITS       BOOL    TRUE            # Save chip-mosaic-ed image?
     36  CHIP.MASK.FITS   BOOL   TRUE            # Save chip-mosaic-ed image?
     37  CHIP.WEIGHT.FITS BOOL   TRUE            # Save chip-mosaic-ed image?
     38  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     39  BIAS            BOOL    TRUE            # Bias subtraction
     40  DARK            BOOL    TRUE            # Dark subtraction
     41  SHUTTER         BOOL    TRUE            # Shutter correction
     42  FLAT            BOOL    TRUE            # Flat-field normalisation
     43  MASK            BOOL    FALSE           # Mask bad pixels
     44  FRINGE          BOOL    TRUE            # Fringe subtraction
     45  BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
     46  BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
     47  PHOTOM          BOOL    TRUE            # Source identification and photometry
     48  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
     49  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     50END
    2951
    3052# Overscan, bias, dark, shutter, flat-field, fringe, photom, astrom
Note: See TracChangeset for help on using the changeset viewer.