IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43020


Ignore:
Timestamp:
May 11, 2026, 3:23:37 PM (2 months ago)
Author:
eugene
Message:

do not apply shutter correction yet in simtest; do not subtract background in PPIMAGE_N (used by detrend normalize, and incompatible with darks and other multilayer images)

Location:
branches/eam_branches/ipp-pstamp-20260421/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippconfig/recipes/ppImage.config

    r42969 r43020  
    870870  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
    871871  BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
    872   BACKGROUND       BOOL    TRUE            # Subtract background?
     872  BACKGROUND       BOOL    FALSE           # do not subtract background in normalization (used by detrend construction)
    873873END
    874874
  • branches/eam_branches/ipp-pstamp-20260421/ippconfig/simtest/ppImage.config

    r27231 r43020  
    161161  BIAS            BOOL    TRUE            # Bias subtraction
    162162  DARK            BOOL    TRUE            # Dark subtraction
    163   SHUTTER         BOOL    TRUE            # Shutter correction
     163  ## shutter correction is not well tested and not used by gpc1, skip for now
     164  SHUTTER         BOOL    FALSE           # Shutter correction
    164165  FLAT            BOOL    FALSE           # Flat-field normalisation
    165166  MASK            BOOL    FALSE           # Mask bad pixels
Note: See TracChangeset for help on using the changeset viewer.