Changeset 41273 for trunk/ippconfig/simtest/format.config
- Timestamp:
- Feb 24, 2020, 3:28:20 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/simtest/format.config (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/simtest/format.config
r36375 r41273 4 4 RULE METADATA 5 5 INSTRUME STR SIMTEST 6 TELESCOP STR SimScope 6 TELESCOP STR SimScope1 7 7 # NAXIS S32 2 8 8 END … … 32 32 FPA.TELESCOPE STR TELESCOP 33 33 FPA.INSTRUMENT STR INSTRUME 34 FPA.OBSTYPE STR OBSTYPE 34 #FPA.OBSTYPE STR OBSTYPE 35 FPA.OBSTYPE STR OBS-TYPE 35 36 FPA.AIRMASS STR AIRMASS 36 37 FPA.FILTERID STR FILTER … … 41 42 FPA.OBJECT STR OBJECT 42 43 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 44 47 FPA.EXPOSURE STR EXPTIME 45 48 FPA.TEMP STR DETTEMP … … 47 50 CELL.EXPOSURE STR EXPTIME 48 51 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 50 54 CELL.XBIN STR XBIN 51 55 CELL.YBIN STR YBIN … … 54 58 # Default PS concepts that may be specified by value 55 59 DEFAULTS 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) 57 62 FPA.RADECSYS STR ICRS 58 63 FPA.DETECTOR STR SIMTEST … … 63 68 CELL.BAD F32 0 64 69 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) 66 72 CELL.XPARITY S32 1 67 73 CELL.YPARITY S32 1 … … 83 89 FPA.RA STR HOURS 84 90 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 93 FPA.TIME STR MJD 94 CELL.TIME STR MJD 87 95 END 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.
