From 58f2bb1fafdad8af7e823e1a6f95752b84ca0d94 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 6 Mar 2024 16:57:46 +0000 Subject: [PATCH] Changes for IonBeam --- share/metkit/language.yaml | 11 +++++++++++ share/metkit/odb/marsrequest.yaml | 12 ++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/share/metkit/language.yaml b/share/metkit/language.yaml index ccbf260c..526493c9 100644 --- a/share/metkit/language.yaml +++ b/share/metkit/language.yaml @@ -1,5 +1,16 @@ --- _field: &_field + project: + category: data + type: any + + platform: + category: data + type: any + + observation_variable: + category: data + type: any class: category: data diff --git a/share/metkit/odb/marsrequest.yaml b/share/metkit/odb/marsrequest.yaml index 8c4a0c97..9becb201 100644 --- a/share/metkit/odb/marsrequest.yaml +++ b/share/metkit/odb/marsrequest.yaml @@ -1,9 +1,9 @@ --- CLASS: class -DATE: andate -TIME: antime -TYPE: type -OBSGROUP: groupid@hdr -REPORTYPE: reportype -STREAM: stream EXPVER: expver +STREAM: stream +PROJECT: project +PLATFORM: platform +OBSERVATION_VARIABLE: observation_variable +DATE: date # Really this should be andate +TIME: time # Really this should be antime