IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38078


Ignore:
Timestamp:
Apr 2, 2015, 9:12:07 AM (11 years ago)
Author:
eugene
Message:

setting gpc2 default processing to use the limited existing detrends; to be fixed when more flats exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20141024/ippconfig/gpc2/ppImage.config

    r37413 r38078  
    187187  BACKGROUND         BOOL    TRUE            # Subtract background?
    188188  CROSSTALK.MEASURE  BOOL    FALSE           # Subtract model background?
     189
     190  DETREND.CONSTRAINTS  METADATA
     191    DARK METADATA
     192      DETTYPE STR DARK
     193      EXPTIME STR FPA.EXPOSURE
     194    END
     195    FLAT METADATA
     196      DETTYPE STR FLAT_PREMASK
     197      FILTER  STR FPA.FILTERID
     198    END
     199    MASK METADATA
     200      DETTYPE STR MASK
     201    END
     202  END   
    189203END
    190204
     
    17011715  BIAS               BOOL    FALSE           # Bias subtraction
    17021716  DARK               BOOL    TRUE            # Dark subtraction
     1717  NOISEMAP           BOOL    FALSE           
    17031718  REMNANCE           BOOL    FALSE           # Remnance masking
    17041719  SHUTTER            BOOL    FALSE           # Shutter correction
     
    17071722  MASK.BUILD         BOOL    TRUE            # Build internal mask?
    17081723  MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
     1724  MASK.AUXMASK       BOOL    FALSE           # augment mask with more restrictive auxiliary mask
    17091725  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
    17101726  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     1727  PATTERN.CONTINUITY BOOL    FALSE           # Cell pattern correction using edge continuity
    17111728  FRINGE             BOOL    FALSE           # Fringe subtraction
    17121729  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
Note: See TracChangeset for help on using the changeset viewer.