Skip to content

Commit

Permalink
added first draft loki metadata configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed May 31, 2024
1 parent fbe89df commit 8bc8f2e
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions resources/loki.configuration.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"proposal_id" : {
"field_type" : "high_level",
"machine_name" : "proposalId",
"source" : "NXS:/entry/experiment_identifier",
"type" : "string"
},
"principal_investigator" : {
"field_type" : "high_level",
"machine_name" : "principalInvestigator",
"source" : "UO:proposal:/proposer/firstname + UO:proposal:/proposer/lastname",
"type" : "string"
},
"dataset_name" : {
"field_type" : "high_level",
"machine_name" : "datasetName",
"source" : "NXS:/entry/title",
"type" : "string"
},
"acquisition_type" : {
"field_type" : "scientific_metadata",
"machine_name" : "acquisition_type",
"human_name" : "Acquisition Type",
"value" : "Unknown",
"type" : "string"
},
"start_time" : {
"field_type" : "scientific_metadata",
"machine_name" : "start_time",
"human_name" : "Start Time",
"source" : "WRDN:/metadata/start_time",
"transformation" : "timestamp_to_iso8601",
"type" : "date"
}
"end_time" : {
"field_type" : "scientific_metadata",
"machine_name" : "end_time",
"human_name" : "End Time",
"source" : "WRDN:/metadata/end_time",
"transformation" : "timestamp_to_iso8601",
"type" : "date"
},
"sample_id" : {
"field_type" : "high_level",
"machine_name" : "sampleId",
"value" : "",
"type" : "string"
},
]

0 comments on commit 8bc8f2e

Please sign in to comment.