IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:29:16 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130419/ippconfig
Files:
2 edited

Legend:

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

  • branches/eam_branches/ipp-20130419/ippconfig/gpc1/ppImage.config

    r35332 r35548  
    3030USE.VIDEO.MASK  BOOL    TRUE            # Use a video mask if we have video data?
    3131
     32# aditional auxillary mask applied to corners of all chips in video cells.
     33# Is only applied if MASK.AUXMASK and USE.VIDEO.MASK are both true
     34AUX.VIDEO.MASK  STR     neb://any/gpc1/auxmask/mpg.20130506/mask_video_cell_corners.fits
    3235
    3336
     
    150153FRINGE.FILTERS  STR y.00000
    151154
    152 # Standard chip processing
     155# Standard chip processing (NOTE: when changing this be sure to check whether changes should be applied toCHIP_BGPRESEVE and/or CHIP_AUXMASK
    153156CHIP METADATA
    154157  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     
    169172  MASK.BUILD         BOOL    TRUE            # Build internal mask?
    170173  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
     174  MASK.AUXMASK       BOOL    FALSE           # augment with more restrictive auxillary mask
    171175  PATTERN.ROW        BOOL    TRUE            # Row pattern correction
    172176  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     
    12201224END
    12211225
     1226# Standard chip processing + auxillary mask
     1227CHIP_AUXMASK METADATA
     1228  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     1229  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     1230  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     1231  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     1232  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     1233  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     1234  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     1235  NONLIN             BOOL    TRUE            # apply non-linearity correction
     1236  BIAS               BOOL    FALSE           # Bias subtraction
     1237  DARK               BOOL    TRUE            # Dark subtraction
     1238  NOISEMAP           BOOL    TRUE           
     1239  REMNANCE           BOOL    FALSE           # Remnance masking
     1240  SHUTTER            BOOL    FALSE           # Shutter correction
     1241  FLAT               BOOL    TRUE            # Flat-field normalisation
     1242  MASK               BOOL    TRUE            # Mask bad pixels
     1243  MASK.BUILD         BOOL    TRUE            # Build internal mask?
     1244  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
     1245  MASK.AUXMASK       BOOL    TRUE            # augment with more restrictive auxillary mask
     1246  PATTERN.ROW        BOOL    TRUE            # Row pattern correction
     1247  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     1248  PATTERN.CONTINUITY BOOL    TRUE            # Cell pattern correction using edge continuity
     1249  FRINGE             BOOL    TRUE            # Fringe subtraction
     1250  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     1251  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     1252  PHOTOM             BOOL    TRUE            # Source identification and photometry
     1253  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     1254  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     1255  BACKGROUND         BOOL    TRUE            # Subtract background?
     1256  CROSSTALK.MEASURE  BOOL    TRUE            # Subtract model background?
     1257END
     1258
    12221259# Standard chip processing without any background removal
    12231260CHIP_PRESERVE_BG        METADATA
     
    12391276  MASK.BUILD         BOOL    TRUE            # Build internal mask?
    12401277  MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
     1278  MASK.AUXMASK       BOOL    TRUE            # augment with more restrictive auxillary mask
    12411279  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
    12421280  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
Note: See TracChangeset for help on using the changeset viewer.