IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2013, 1:15:38 PM (13 years ago)
Author:
watersc1
Message:

psphot: disable the v2 hack in the significance image, as well as the SOFTEN.VARIANCE option. ppImage: use video darks instead of video masks. This also defines a recipe I was using for testing.

File:
1 edited

Legend:

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

    r35685 r35688  
    2828
    2929# Final detrending options
    30 HAS.VIDEO       BOOL    FALSE           # Treat this OTA as if it has video data
    31 USE.VIDEO.DARK  BOOL    FALSE           # Use a video dark if we have video data?
    32 USE.VIDEO.MASK  BOOL    TRUE            # Use a video mask if we have video data?
     30HAS.VIDEO       BOOL    FALSE            # Treat this OTA as if it has video data
     31USE.VIDEO.DARK  BOOL    TRUE             # Use a video dark if we have video data?
     32USE.VIDEO.MASK  BOOL    FALSE            # Use a video mask if we have video data?
    3333
    3434# aditional auxiliary mask applied to corners of all chips in video cells.
     
    12941294END
    12951295
     1296
     1297# Standard chip processing with background removal, but then added back in
     1298CHIP_RESTORE_BG METADATA
     1299  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     1300  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     1301  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     1302  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     1303  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     1304  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     1305  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     1306  NONLIN             BOOL    TRUE            # apply non-linearity correction
     1307  BIAS               BOOL    FALSE           # Bias subtraction
     1308  DARK               BOOL    TRUE            # Dark subtraction
     1309  REMNANCE           BOOL    FALSE           # Remnance masking
     1310  SHUTTER            BOOL    FALSE           # Shutter correction
     1311  FLAT               BOOL    TRUE            # Flat-field normalisation
     1312  MASK               BOOL    TRUE            # Mask bad pixels
     1313  MASK.BUILD         BOOL    TRUE            # Build internal mask?
     1314  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
     1315  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
     1316  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     1317  PATTERN.CONTINUITY BOOL    FALSE           # Cell pattern correction using edge continuity
     1318  FRINGE             BOOL    TRUE            # Fringe subtraction
     1319  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     1320  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     1321  PHOTOM             BOOL    TRUE            # Source identification and photometry
     1322  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     1323  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     1324  BACKGROUND         BOOL    TRUE           # Subtract background?
     1325  CROSSTALK.MEASURE  BOOL    TRUE            # Subtract model background?
     1326END
     1327
     1328
    12961329# Standard chip processing without background subtraction, pattern correction, or photometry bug applying auxiliary mask
    12971330CHIP_PRESERVE_BG_AUXMASK        METADATA
     
    13271360  NO.COMPRESS        BOOL    TRUE            # turn off image compression
    13281361END
     1362
    13291363
    13301364# Standard chip processing
Note: See TracChangeset for help on using the changeset viewer.