IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14142


Ignore:
Timestamp:
Jul 11, 2007, 2:39:49 PM (19 years ago)
Author:
eugene
Message:

adding detrend-only science recipe (keeps chip, not base)

File:
1 edited

Legend:

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

    r13948 r14142  
    292292END
    293293
    294 # Overscan, bias, dark, shutter, flat-field, fringe, photom
    295 PPIMAGE_OBDSFRP   METADATA
     294# Overscan, bias, dark, shutter, flat-field, fringe, photom, astrom
     295PPIMAGE_DET_ONLY  METADATA
    296296  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    297297  BIAS            BOOL    TRUE            # Bias subtraction
     
    303303  BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
    304304  BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
     305  PHOTOM          BOOL    FALSE           # Source identification and photometry
     306  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
     307  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     308  BASE.FITS       BOOL    FALSE           # Save base detrended image?
     309  CHIP.FITS       BOOL    TRUE            # Save chip-mosaic-ed image?
     310END
     311
     312# Overscan, bias, dark, shutter, flat-field, fringe, photom
     313PPIMAGE_OBDSFRP   METADATA
     314  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     315  BIAS            BOOL    TRUE            # Bias subtraction
     316  DARK            BOOL    TRUE            # Dark subtraction
     317  SHUTTER         BOOL    TRUE            # Shutter correction
     318  FLAT            BOOL    TRUE            # Flat-field normalisation
     319  MASK            BOOL    TRUE            # Mask bad pixels
     320  FRINGE          BOOL    TRUE            # Fringe subtraction
     321  BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
     322  BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
    305323  PHOTOM          BOOL    TRUE            # Source identification and photometry
    306324  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
Note: See TracChangeset for help on using the changeset viewer.