IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40348 for trunk


Ignore:
Timestamp:
Feb 23, 2018, 6:23:21 PM (8 years ago)
Author:
watersc1
Message:

Various config clean-up. Add default format to prevent old camera format from being used. Specify that DETECTOR keyword should be used to identify MEF files. ppMerge/ppImage config changes to allow detrends to be constructed. Add FILTER.ID definitions for filters.

Location:
trunk/ippconfig/gpc2
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc2/Makefile.am

    r40338 r40348  
    55        dvo.config \
    66        camera.config \
    7         format_raw.config \
     7        format_default.config \
    88        format_mef.config \
    9         format_20140521.config \
    10         format_20180111.config \
    119        format_20180131.config \
    1210        ppImage.config \
  • trunk/ippconfig/gpc2/camera.config

    r40341 r40348  
    66        # RELPHOT       STR     gpc2/format_relphot.config
    77        FORMAT_20180131 STR     gpc2/format_20180131.config
    8         FORMAT_20180111 STR     gpc2/format_20180111.config
    9         FORMAT_20140521 STR     gpc2/format_20140521.config
    10         FORMAT_RAW      STR     gpc2/format_raw.config # default config from the lab (missing MJD, and maybe other stuff)
     8        FORMAT_DEFAULT  STR     gpc2/format_default.config
     9#       FORMAT_20180111 STR     gpc2/format_20180111.config
     10#       FORMAT_20140521 STR     gpc2/format_20140521.config
     11#       FORMAT_RAW      STR     gpc2/format_raw.config # default config from the lab (missing MJD, and maybe other stuff)
    1112END
    1213
     
    8283# internal to external filter names
    8384FILTER.ID       METADATA
    84    r        MULTI
    85    r        STR   Not available
    86    r        STR   g.00002
    87    r        STR   r.00002
    88    r        STR   i.00002
    89    r        STR   z.00002
    90    r        STR   y.00002
    91    r        STR   w.00002
     85#   r        MULTI
     86#   r        STR   Not available
     87#   r        STR   g.00002
     88#   r        STR   r.00002
     89#   r        STR   i.00002
     90#   r        STR   z.00002
     91#   r        STR   y.00002
     92#   r        STR   w.00002
     93    g        MULTI
     94    g        STR   g.00002
     95    g        STR   g
     96    r        MULTI
     97    r        STR   r.00002
     98    r        STR   r
     99    i        MULTI
     100    i        STR   i.00002
     101    i        STR   i
     102    z        MULTI
     103    z        STR   z.00002
     104    z        STR   z
     105    y        MULTI
     106    y        STR   y.00002
     107    y        STR   y
     108    w        MULTI
     109    w        STR   w.00002
     110    w        STR   2
    92111   # the following were needed for detrend.correct because input and output images seem to be inconsistent sometimes:
    93112   # g        STR   g
  • trunk/ippconfig/gpc2/format_20180131.config

    r40337 r40348  
    11# Refurbished GPC2
    2 # Change effective from 11 January 2018 (TJD=58129): different device arrangement.
    3 #  This could be pushed back to 2017-12-21, but many of the exposures on the datastore do not exist.
     2# Change effective from 31 January 2018 (TJD=58149): different device arrangement.
    43
    54# How to identify this type
  • trunk/ippconfig/gpc2/format_mef.config

    r37413 r40348  
    55#       TELESCOP        STR     PS1
    66#       DETECTOR        STR     GPC1
     7        DETECTOR        STR     gpc2
    78        CONTROLR        STR     STARGRASP
    89        PSFORMAT        STR     MEF
  • trunk/ippconfig/gpc2/ppImage.config

    r38265 r40348  
    1        
     1BACKGROUND              BOOL    FALSE   
    22# binned output image options
    33BIN1.XBIN               S32      16
     
    641641  DETREND.CONSTRAINTS  METADATA
    642642    DARK METADATA
    643       DETTYPE STR DARK
     643      DETTYPE STR DARK_PREMASK
    644644      EXPTIME STR FPA.EXPOSURE
    645645    END
     
    696696  DETREND.CONSTRAINTS  METADATA
    697697    DARK METADATA
    698       DETTYPE STR DARK
     698      DETTYPE STR DARK_PREMASK
    699699      EXPTIME STR FPA.EXPOSURE
    700700    END
     
    16881688END
    16891689
     1690# CZW 2018-02-14
     1691# The default PPIMAGE_N includes BACKGROUND=T, and that breaks detrend construction
     1692PPIMAGE_N          METADATA
     1693  BASE.FITS        BOOL    TRUE            # Save base detrended image?
     1694  BASE.MASK.FITS   BOOL    FALSE           # Save base detrended image?
     1695  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     1696  CHIP.FITS        BOOL    FALSE           # Save chip-mosaic-ed image?
     1697  CHIP.MASK.FITS   BOOL    FALSE           # Save chip-mosaic-ed image?
     1698  CHIP.VARIANCE.FITS BOOL    FALSE           # Save chip-mosaic-ed image?
     1699  OVERSCAN         BOOL    FALSE           # Overscan subtraction
     1700  NONLIN           BOOL    FALSE           # Non-linearity correction; not implemented
     1701  BIAS             BOOL    FALSE           # Bias subtraction
     1702  DARK             BOOL    FALSE           # Dark subtraction
     1703  SHUTTER          BOOL    FALSE           # Shutter correction
     1704  FLAT             BOOL    FALSE           # Flat-field normalisation
     1705  MASK             BOOL    FALSE           # Mask bad pixels
     1706  MASK.BUILD       BOOL    FALSE           # Build internal mask?
     1707  FRINGE           BOOL    FALSE           # Fringe subtraction
     1708  PHOTOM           BOOL    FALSE           # Source identification and photometry
     1709  ASTROM.CHIP      BOOL    FALSE           # Astrometry per chip?
     1710  ASTROM.MOSAIC    BOOL    FALSE           # Astrometry for mosaic?
     1711  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
     1712  BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
     1713  BACKGROUND       BOOL    FALSE           # Subtract background?
     1714END
     1715
     1716
    16901717# test recipes
    16911718# currently : default CHIP recipe
  • trunk/ippconfig/gpc2/ppMerge.config

    r37413 r40348  
    11# Mask generation --- already included in default, above
    22PPMERGE_DARKMASK METADATA
    3   ITER               S32    3
     3  ITER               S32    1
    44  MASK.SUSPECT.SIGMA F32        8.0             # Threshold for suspect pixels (sigma)
    55  MASK.BAD           F32        0.1             # Threshold for bad pixels
     
    99
    1010PPMERGE_FLATMASK METADATA
    11   ITER           S32    3
     11  ITER           S32    1
    1212  MASK.SUSPECT.SIGMA F32        3.0             # Threshold for suspect pixels (sigma)
    1313  MASK.BAD       F32    0.1             # Threshold for bad pixels (sigma)
     
    2727# Ordinates for fitting dark current
    2828# example for linear in darktime only
    29 DARK.ORDINATES  METADATA
    30         CELL.EXPOSURE   S32     1
    31 END
     29#DARK.ORDINATES METADATA
     30#       CELL.EXPOSURE   S32     1
     31#END
     32
     33DARK.ORDINATES   METADATA
     34       CELL.EXPOSURE      S32    1
     35       TEMP    METADATA
     36               ORDER      S32    1
     37               RULE       STR    CHIP.TEMPERATURE * CELL.EXPOSURE
     38       END
     39END       
    3240
    3341## Dark for 2010-07-02 with new temp concept.
Note: See TracChangeset for help on using the changeset viewer.