IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2009, 4:43:46 PM (17 years ago)
Author:
eugene
Message:

turn on NOISEMAP and TILTYSTREAK in TILTY recipe

File:
1 edited

Legend:

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

    r24519 r24599  
    1818USE.DEBURNED.IMAGE      BOOL    TRUE           # use burntool-repaired image?
    1919TILTYSTREAK.APPLY       BOOL    FALSE          # apply the 'tiltystreak' tool
     20NOISEMAP                BOOL    FALSE          # Apply read noise map
    2021
    2122TILTYSTREAK.BY.CLASS METADATA              # apply the 'tiltystreak' tool
     
    157158END
    158159
     160# Standard chip processing with tiltystreak activated
     161TILTY              METADATA
     162  BASE.FITS          BOOL    TRUE            # Save base detrended image?
     163  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     164  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     165  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     166  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     167  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     168  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     169  BIAS               BOOL    FALSE           # Bias subtraction
     170  DARK               BOOL    TRUE            # Dark subtraction
     171  REMNANCE           BOOL    FALSE           # Remnance masking
     172  SHUTTER            BOOL    FALSE           # Shutter correction
     173  FLAT               BOOL    TRUE            # Flat-field normalisation
     174  MASK               BOOL    TRUE            # Mask bad pixels
     175  FRINGE             BOOL    FALSE           # Fringe subtraction
     176  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     177  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     178  PHOTOM             BOOL    TRUE            # Source identification and photometry
     179  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     180  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     181  BACKGROUND         BOOL    TRUE            # Subtract background?
     182  CROSSTALK.MEASURE  BOOL    TRUE            # Subtract model background?
     183  TILTYSTREAK.APPLY  BOOL    TRUE            # apply the 'tiltystreak' tool
     184  NOISEMAP           BOOL    TRUE            # Apply read noise map
     185END
     186
    159187# Standard chip processing for areas with high stellar density
    160188# Turn remnance masking off --- it kills all the detector
Note: See TracChangeset for help on using the changeset viewer.