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/sdssmosaic/ppImage.config

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