IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2024, 1:18:01 PM (19 months ago)
Author:
tdeboer
Message:

change to normalisation to avoid breaking detrends

File:
1 edited

Legend:

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

    r42623 r42766  
    11391139END
    11401140
     1141# CZW 2018-02-14
     1142# The default PPIMAGE_N includes BACKGROUND=T, and that breaks detrend construction
     1143PPIMAGE_N          METADATA
     1144  BASE.FITS        BOOL    TRUE            # Save base detrended image?
     1145  BASE.MASK.FITS   BOOL    FALSE           # Save base detrended image?
     1146  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     1147  CHIP.FITS        BOOL    FALSE           # Save chip-mosaic-ed image?
     1148  CHIP.MASK.FITS   BOOL    FALSE           # Save chip-mosaic-ed image?
     1149  CHIP.VARIANCE.FITS BOOL    FALSE           # Save chip-mosaic-ed image?
     1150  OVERSCAN         BOOL    FALSE           # Overscan subtraction
     1151  NONLIN           BOOL    FALSE           # Non-linearity correction; not implemented
     1152  BIAS             BOOL    FALSE           # Bias subtraction
     1153  DARK             BOOL    FALSE           # Dark subtraction
     1154  SHUTTER          BOOL    FALSE           # Shutter correction
     1155  FLAT             BOOL    FALSE           # Flat-field normalisation
     1156  MASK             BOOL    FALSE           # Mask bad pixels
     1157  MASK.BUILD       BOOL    FALSE           # Build internal mask?
     1158  FRINGE           BOOL    FALSE           # Fringe subtraction
     1159  PHOTOM           BOOL    FALSE           # Source identification and photometry
     1160  ASTROM.CHIP      BOOL    FALSE           # Astrometry per chip?
     1161  ASTROM.MOSAIC    BOOL    FALSE           # Astrometry for mosaic?
     1162  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
     1163  BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
     1164  BACKGROUND       BOOL    FALSE           # Subtract background?
     1165END
     1166
    11411167# JPEG images for different types of residual images
    11421168# Save JPEG from BIN1 for bias
Note: See TracChangeset for help on using the changeset viewer.