IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42630


Ignore:
Timestamp:
Feb 20, 2024, 2:33:17 PM (2 years ago)
Author:
eugene
Message:

merge changes from trunk: deactivate burntool v15 as default until raw images have been processed; add time-specific dark option for gpc1

Location:
branches/eam_branches/ipp-20230313/ippconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippconfig

  • branches/eam_branches/ipp-20230313/ippconfig/gpc1/camera.config

    r42526 r42630  
    157157PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.NAME}      # Rule for generating photcode
    158158
     159# EAM 20240209 : until v15 burntools have been generated for all raw data, keep v14 for the
     160# default value (modify in checked out test code)
     161# BURNTOOL.STATE.GOOD        S16  15  # Value for burntool_state with the most recent bt version.
    159162BURNTOOL.STATE.GOOD        S16  14  # Value for burntool_state with the most recent bt version.
    160163BURNTOOL.STATE.GOOD.UPDATE S16  13  # for upddate processing accept earlier version
  • branches/eam_branches/ipp-20230313/ippconfig/gpc1/ppImage.config

    r42309 r42630  
    10951095    DARK METADATA
    10961096      EXPTIME STR FPA.EXPOSURE
     1097      DETTYPE STR TIMEDARK
    10971098    END
    10981099    FLAT METADATA
     
    18701871  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    18711872  PATTERN.ROW        BOOL    TRUE            # Row pattern correction
    1872   PATTERN.CELL       BOOL    TRUE            # Cell pattern correction
     1873  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
    18731874  FRINGE             BOOL    TRUE            # Fringe subtraction
    18741875  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
  • branches/eam_branches/ipp-20230313/ippconfig/gpc2/ppImage.config

    r42390 r42630  
    10261026END
    10271027
    1028 # identical to the default CHIP, but iwht FLATTEST
     1028# identical to the default CHIP, but with FLATTEST
    10291029PPIMAGE_FLATTEST    METADATA
    10301030  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     
    10631063    DARK METADATA
    10641064      EXPTIME STR FPA.EXPOSURE
     1065      DETTYPE STR TIMEDARK
    10651066    END
    10661067    FLAT METADATA
     
    16121613  BIAS               BOOL    FALSE           # Bias subtraction
    16131614  DARK               BOOL    TRUE            # Dark subtraction
    1614   NOISEMAP           BOOL    TRUE
     1615  NOISEMAP           BOOL    FALSE
    16151616  REMNANCE           BOOL    FALSE           # Remnance masking
    16161617  SHUTTER            BOOL    FALSE           # Shutter correction
     
    16181619  MASK               BOOL    TRUE            # Mask bad pixels
    16191620  MASK.BUILD         BOOL    TRUE            # Build internal mask?
    1620   MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
     1621  MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
    16211622  MASK.AUXMASK       BOOL    FALSE           # augment mask with more restrictive auxiliary mask
    16221623  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
    16231624  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
    1624   PATTERN.CONTINUITY BOOL    TRUE            # Cell pattern coorection using edge continuity
    1625   FRINGE             BOOL    TRUE            # Fringe subtraction
     1625  PATTERN.CONTINUITY BOOL    FALSE           # Cell pattern coorection using edge continuity
     1626  FRINGE             BOOL    FALSE           # Fringe subtraction
    16261627  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
    16271628  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
Note: See TracChangeset for help on using the changeset viewer.