IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2020, 3:28:20 PM (6 years ago)
Author:
eugene
Message:

add UKIDSS photcodes; simtest updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simtest/format.config

    r36375 r41273  
    44RULE    METADATA
    55        INSTRUME        STR     SIMTEST
    6         TELESCOP        STR     SimScope
     6        TELESCOP        STR     SimScope1
    77#       NAXIS           S32     2
    88END
     
    3232        FPA.TELESCOPE   STR     TELESCOP
    3333        FPA.INSTRUMENT  STR     INSTRUME
    34         FPA.OBSTYPE     STR     OBSTYPE
     34#FPA.OBSTYPE    STR     OBSTYPE
     35        FPA.OBSTYPE     STR     OBS-TYPE
    3536        FPA.AIRMASS     STR     AIRMASS
    3637        FPA.FILTERID    STR     FILTER
     
    4142        FPA.OBJECT      STR     OBJECT
    4243        FPA.OBS.MODE    STR     OBS_MODE
    43         FPA.TIME        STR     DATE-OBS UTC-OBS        # Date and time
     44#       FPA.TIME        STR     FOOBIRD                 # keyword name does not imply format
     45#       FPA.TIME        STR     DATE-OBS UTC-OBS        # Date and time
     46        FPA.TIME        STR     MJD-OBS                 # Date and time
    4447        FPA.EXPOSURE    STR     EXPTIME
    4548        FPA.TEMP        STR     DETTEMP
     
    4750        CELL.EXPOSURE   STR     EXPTIME
    4851        CELL.DARKTIME   STR     DARKTIME
    49         CELL.TIME       STR     DATE-OBS UTC-OBS        # Date and time
     52#       CELL.TIME       STR     DATE-OBS UTC-OBS        # Date and time
     53        CELL.TIME       STR     MJD-OBS                 # Date and time
    5054        CELL.XBIN       STR     XBIN
    5155        CELL.YBIN       STR     YBIN
     
    5458# Default PS concepts that may be specified by value
    5559DEFAULTS        METADATA
    56         FPA.TIMESYS     STR     UTC
     60        FPA.TIMESYS     STR     TAI  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
     61#       FPA.TIMESYS     STR     UTC  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
    5762        FPA.RADECSYS    STR     ICRS
    5863        FPA.DETECTOR    STR     SIMTEST
     
    6368        CELL.BAD        F32     0
    6469        CELL.READDIR    S32     1
    65         CELL.TIMESYS    STR     UTC
     70        CELL.TIMESYS    STR     TAI  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
     71#       CELL.TIMESYS    STR     UTC  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
    6672        CELL.XPARITY    S32     1
    6773        CELL.YPARITY    S32     1
     
    8389        FPA.RA          STR     HOURS
    8490        FPA.DEC         STR     DEGREES
    85         FPA.TIME        STR     SEPARATE,YEAR.FIRST
    86         CELL.TIME       STR     SEPARATE,YEAR.FIRST
     91#FPA.TIME       STR     SEPARATE,YEAR.FIRST
     92#CELL.TIME      STR     SEPARATE,YEAR.FIRST
     93FPA.TIME        STR     MJD
     94CELL.TIME       STR     MJD
    8795END
     96
     97# note that the time keyword name and format must match that defined in dvo.config
     98
     99# Notes on Time formats and related:
     100
     101# TRANSLATION:FPA.TIME : this defines the keywords in the input and output headers which
     102#   store the time of observation.  Note: the name of the keywords do not imply anything about the format
     103#   Note: if the "separate" style of format is used, two keywords must be supplied (and vice versa)
     104
     105# DEFAULTS:FPA.TIMESYS : this defines the time system (TAI, UTC, UT1, TT) that the header time represents
     106
     107# FORMATS:FPA.TIME : this specifies the format in which the time information is written to the header
     108#   valid values are:
     109#      YYYYMMDD, MMDDYYYY, DDMMYYYY (these define the order of year, month, day in the output)
     110#          (note that the output formats have dashes between year, month, day; input formats may have
     111#           dashes or slashes)
     112#      ISO : e.g., 2010-09-01T00:00:00.000000
     113#      YEAR.FIRST (synonym for YYYYMMDD)
     114#      USA (synonmy for MMDDYYYY)
     115#      BACKWARDS (synonym for DDMMYYYY)
     116#      MJD
     117#      JD 
     118#   optional SEPARATE style: if the FPA.TIME value includes SEPARATE (comma-separated from the rest), then
     119#      the date and time will be written to two keywords (date keyword first)
     120#      WARNING: if SEPARATE is specified and only 1 keyword supplied, the output will silently ignore
     121#       the time output
     122#   options PRE2000 style: (comma-separated) : treats year as 2-digit year in 20th century (needed for old headers)
     123
     124# If FPA.TIME & CELL.TIME are both specified, CELL.TIME will be used
     125# If only FPA.TIME is specified, it will be used
     126#
     127# Simtest output headers have information defined by
Note: See TracChangeset for help on using the changeset viewer.