IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13198


Ignore:
Timestamp:
May 3, 2007, 10:58:05 AM (19 years ago)
Author:
eugene
Message:

adding PPIMAGE_OP

File:
1 edited

Legend:

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

    r13151 r13198  
    339339END
    340340
    341 # Overscan, bias, photometry, astrometry
     341# Overscan, bias, photometry, astrometry (for, eg, summit ISP analysis)
    342342PPIMAGE_OA   METADATA
    343343  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     
    357357END
    358358
     359# Overscan, bias, photometry (for quick analysis)
     360PPIMAGE_OP   METADATA
     361  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     362  BIAS            BOOL    FALSE           # Bias subtraction
     363  DARK            BOOL    FALSE           # Dark subtraction
     364  SHUTTER         BOOL    FALSE           # Shutter correction
     365  FLAT            BOOL    FALSE           # Flat-field normalisation
     366  MASK            BOOL    FALSE           # Mask bad pixels
     367  FRINGE          BOOL    FALSE           # Fringe subtraction
     368  BIN1.FITS       BOOL    FALSE           # Save 1st binned chip image?
     369  BIN2.FITS       BOOL    FALSE           # Save 2nd binned chip image?
     370  BIN1.JPEG       BOOL    TRUE            # Save 1st binned jpeg?
     371  BIN2.JPEG       BOOL    TRUE            # Save 2nd binned jpeg?
     372  PHOTOM          BOOL    TRUE            # Source identification and photometry
     373  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
     374  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     375END
     376
    359377FRINGE.FILTERS  MULTI
    360378FRINGE.FILTERS  STR UNDEF
Note: See TracChangeset for help on using the changeset viewer.