IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25827


Ignore:
Timestamp:
Oct 12, 2009, 5:47:46 PM (17 years ago)
Author:
watersc1
Message:

Move burntool ppImage recipe rules from global to gpc1 config file.

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r24919 r25827  
    1717# use the deburned image instead of the raw, if it exists
    1818USE.DEBURNED.IMAGE      BOOL    TRUE           # use burntool-repaired image?
     19USE.BEST.BURNTOOL       BOOL    TRUE           # require the best burntooled data
     20MASK.BURNTOOL           BOOL    FALSE           # Mask potential burntool trails
    1921TILTYSTREAK.APPLY       BOOL    FALSE          # apply the 'tiltystreak' tool
    2022NOISEMAP                BOOL    FALSE          # Apply read noise map
     
    151153  FLAT             BOOL    TRUE            # Flat-field normalisation
    152154  MASK             BOOL    TRUE            # Mask bad pixels
     155  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    153156  PATTERN          BOOL    TRUE            # Subtract pattern noise
    154157  FRINGE           BOOL    FALSE           # Fringe subtraction
     
    177180  FLAT               BOOL    TRUE            # Flat-field normalisation
    178181  MASK               BOOL    TRUE            # Mask bad pixels
     182  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    179183  FRINGE             BOOL    FALSE           # Fringe subtraction
    180184  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     
    204208  FLAT               BOOL    TRUE            # Flat-field normalisation
    205209  MASK               BOOL    TRUE            # Mask bad pixels
     210  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    206211  FRINGE             BOOL    FALSE           # Fringe subtraction
    207212  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     
    329334  FLAT             BOOL    TRUE            # Flat-field normalisation
    330335  MASK             BOOL    TRUE            # Mask bad pixels
     336  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    331337  FRINGE           BOOL    FALSE           # Fringe subtraction
    332338  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
     
    949955  FLAT               BOOL    TRUE            # Flat-field normalisation
    950956  MASK               BOOL    TRUE            # Mask bad pixels
     957  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    951958  FRINGE             BOOL    FALSE           # Fringe subtraction
    952959  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
  • trunk/ippconfig/recipes/ppImage.config

    r25539 r25827  
    2626CHECK.CTE          BOOL    FALSE           # measure CTE errors?
    2727USE.DEBURNED.IMAGE BOOL    FALSE           # use burntool-repaired image?
    28 USE.BEST.BURNTOOL  BOOL    TRUE            # require the best burntooled data
     28USE.BEST.BURNTOOL  BOOL    FALSE           # require the best burntooled data
    2929TILTYSTREAK.APPLY  BOOL    FALSE           # apply the 'tiltystreak' tool
    3030
     
    5858
    5959# Which regions identified by burntool to mask. 0x01 : only unfit trails, 0x02 "up" trails, 0x04 "down" trails
    60 BURNTOOL.TRAILS     U16 0x01
     60BURNTOOL.TRAILS     U16 0x07
    6161
    6262# Non-linearity correction
     
    150150  FLAT               BOOL    TRUE            # Flat-field normalisation
    151151  MASK               BOOL    TRUE            # Mask bad pixels
    152   MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    153152  FRINGE             BOOL    TRUE            # Fringe subtraction
    154153  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     
    174173  FLAT               BOOL    TRUE            # Flat-field normalisation
    175174  MASK               BOOL    TRUE            # Mask bad pixels
    176   MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    177175  FRINGE             BOOL    TRUE            # Fringe subtraction
    178176  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     
    198196  FLAT               BOOL    TRUE            # Flat-field normalisation
    199197  MASK               BOOL    TRUE            # Mask bad pixels
    200   MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    201198  FRINGE             BOOL    TRUE            # Fringe subtraction
    202199  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     
    565562  FLAT               BOOL    TRUE            # Flat-field normalisation
    566563  MASK               BOOL    TRUE            # Mask bad pixels
    567   MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    568564  FRINGE             BOOL    TRUE            # Fringe subtraction
    569565  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     
    17261722  FLAT               BOOL    TRUE            # Flat-field normalisation
    17271723  MASK               BOOL    TRUE            # Mask bad pixels
    1728   MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    17291724  PATTERN            BOOL    TRUE            # Subtract pattern noise?
    17301725  FRINGE             BOOL    TRUE            # Fringe subtraction
Note: See TracChangeset for help on using the changeset viewer.