IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2010, 2:02:19 PM (16 years ago)
Author:
Paul Price
Message:

Add ppImage recipe (with associated reduction class) that will preserve the background.

File:
1 edited

Legend:

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

    r26902 r26914  
    10721072
    10731073
    1074 # Standard chip processing with pattern subtraction activated
    1075 CHIP_PATTERN              METADATA
    1076   BASE.FITS          BOOL    FALSE            # Save base detrended image?
     1074# Standard chip processing without any background removal
     1075CHIP_PRESERVE_BG        METADATA
     1076  BASE.FITS          BOOL    FALSE           # Save base detrended image?
    10771077  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
    10781078  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     
    10881088  MASK               BOOL    TRUE            # Mask bad pixels
    10891089  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    1090   FRINGE             BOOL    TRUE           # Fringe subtraction
     1090  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
     1091  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     1092  FRINGE             BOOL    TRUE            # Fringe subtraction
    10911093  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
    10921094  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     
    10941096  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
    10951097  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
    1096   BACKGROUND         BOOL    TRUE            # Subtract background?
     1098  BACKGROUND         BOOL    FALSE           # Subtract background?
    10971099  CROSSTALK.MEASURE  BOOL    TRUE            # Subtract model background?
    1098   TILTYSTREAK.APPLY  BOOL    FALSE           # apply the 'tiltystreak' tool
    1099   PATTERN.ROW        BOOL    TRUE            # Row pattern correction
    1100   PATTERN.CELL       BOOL    TRUE            # Cell pattern correction
    1101   NOISEMAP           BOOL    TRUE            # Apply read noise map
    1102 END
    1103 
     1100END
Note: See TracChangeset for help on using the changeset viewer.