Skip to content

Commit

Permalink
updated dream configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed Jun 10, 2024
1 parent 56b9522 commit f80a099
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions resources/dream.configuration.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"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"
},
"techniques" : {
"field_type" : "high_level",
"machine_name" : "techniques",
"human_name" : "techniques",
"value" : "",
"type" : "object"
},
"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"
},
"instrument_id" : {
"field_type" : "high_level",
"machine_name" : "instrumentId",
"value" : "DREAM",
"type" : "string"
},
]

0 comments on commit f80a099

Please sign in to comment.