IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.