IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2013, 1:59:16 PM (13 years ago)
Author:
eugene
Message:

add PPIMAGE_OD recipe (overscan + dark); add DARK_ONLY reduction; format_ps2 skips EXTEND; add ppMerge.config; fix XBIN,YBIN,NORM.CLASS, FRINGE.FILTERS, other needed config defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ps2-tc3-20130727/ippconfig/tc3/ppImage.config

    r20445 r35862  
    11### ppImage recipe configuration file for Megacam
     2
     3# binned output image options
     4BIN1.XBIN               S32      16
     5BIN1.YBIN               S32      16
     6BIN2.XBIN               S32     150
     7BIN2.YBIN               S32     150
    28
    39# Overscan subtraction
    410OVERSCAN.SINGLE         BOOL    FALSE           # Reduce overscan to a single value?
     11OVERSCAN.STAT           STR     MEDIAN
     12OVERSCAN.BOXCAR         S32     3
    513OVERSCAN.FIT            STR     NONE            # NONE | POLYNOMIAL | SPLINE
    614OVERSCAN.ORDER          S32     0               # Order of polynomial fit
    7 OVERSCAN.STAT           STR     MEAN            # MEAN | MEDIAN
    815
    916OVERSCAN        BOOL    TRUE            # Overscan subtraction
     
    1421FRINGE          BOOL    FALSE           # Fringe subtraction
    1522
     23# Normalization class
     24NORM.CLASS              STR     CHIP             # How to find the per-class normalizations
     25
    1626# this table lists extra constraints which should be applied when
    1727# selecting the detrend images.
     
    3848# only apply the fringe for these filters
    3949FRINGE.FILTERS  MULTI
    40 FRINGE.FILTERS  STR r
    41 FRINGE.FILTERS  STR i
    42 FRINGE.FILTERS  STR z
    43 
     50FRINGE.FILTERS  STR NONE
    4451
    4552################################################################################
     
    5057CHIP   METADATA
    5158  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    52   BIAS            BOOL    TRUE            # Bias subtraction
     59  BIAS            BOOL    FALSE            # Bias subtraction
    5360  DARK            BOOL    TRUE            # Dark subtraction
    5461  SHUTTER         BOOL    FALSE            # Shutter correction
     
    182189PPIMAGE_OB        METADATA
    183190  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    184   BIAS            BOOL    TRUE            # Bias subtraction
     191  BIAS            BOOL    FALSE           # Bias subtraction
    185192  DARK            BOOL    FALSE           # Dark subtraction
    186193  SHUTTER         BOOL    FALSE           # Shutter correction
Note: See TracChangeset for help on using the changeset viewer.