IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18266


Ignore:
Timestamp:
Jun 21, 2008, 12:16:49 PM (18 years ago)
Author:
eugene
Message:

adding rebinning recipe

File:
1 edited

Legend:

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

    r18254 r18266  
    9797################################################################################
    9898
    99 # No operation except potential normalisation
     99# No operation except rebinning
     100PPIMAGE_BIN        METADATA
     101  BASE.FITS        BOOL    FALSE           # Save base detrended image?
     102  BASE.MASK.FITS   BOOL    FALSE           # Save base detrended image?
     103  BASE.WEIGHT.FITS BOOL    FALSE           # Save base detrended image?
     104  CHIP.FITS        BOOL    FALSE           # Save chip-mosaic-ed image?
     105  CHIP.MASK.FITS   BOOL    FALSE           # Save chip-mosaic-ed image?
     106  CHIP.WEIGHT.FITS BOOL    FALSE           # Save chip-mosaic-ed image?
     107  OVERSCAN         BOOL    FALSE           # Overscan subtraction
     108  BIAS             BOOL    FALSE           # Bias subtraction
     109  DARK             BOOL    FALSE           # Dark subtraction
     110  SHUTTER          BOOL    FALSE           # Shutter correction
     111  FLAT             BOOL    FALSE           # Flat-field normalisation
     112  MASK             BOOL    FALSE           # Mask bad pixels
     113  FRINGE           BOOL    FALSE           # Fringe subtraction
     114  PHOTOM           BOOL    FALSE           # Source identification and photometry
     115  ASTROM.CHIP      BOOL    FALSE           # Astrometry per chip?
     116  ASTROM.MOSAIC    BOOL    FALSE           # Astrometry for mosaic?
     117  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
     118  BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
     119END
     120
     121# No operation except rebinning and potential normalisation
    100122PPIMAGE_N          METADATA
    101123  BASE.FITS        BOOL    TRUE            # Save base detrended image?
Note: See TracChangeset for help on using the changeset viewer.