Skip to content
Snippets Groups Projects
Commit ab12af34 authored by Geels, Brendan Ryan's avatar Geels, Brendan Ryan :tophat:
Browse files

Merge branch 'CMO-metadata' into 'master'

Add CMO constants to Metadata.py

Closes #53

See merge request !141
parents 71ddea45 fccce139
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!141Add CMO constants to Metadata.py
Pipeline #72456 passed with warnings
......@@ -106,6 +106,29 @@ _INSTRUMENT_METADATA = [
},
},
},
{
"network": "NT",
"station": "CMO",
"start_time": None,
"end_time": None,
"instrument": {
"type": "Narod",
"channels": {
"U": [
{"channel": "U_Volt", "offset": 0, "scale": 99.4},
{"channel": "U_Bin", "offset": 0, "scale": 502.5},
],
"V": [
{"channel": "V_Volt", "offset": 0, "scale": 101.5},
{"channel": "V_Bin", "offset": 0, "scale": 512.5},
],
"W": [
{"channel": "W_Volt", "offset": 0, "scale": 100.98},
{"channel": "W_Bin", "offset": 0, "scale": 509.15},
],
},
},
},
{
"network": "NT",
"station": "CMT",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment