Skip to content
Snippets Groups Projects
Commit 61b98fc1 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Merge branch 'SHU-obsrio' into 'master'

add SHU volt/bin constants

See merge request !132
parents ef2bc316 6685afe6
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!132add SHU volt/bin constants
Pipeline #68629 passed
......@@ -175,6 +175,29 @@ _INSTRUMENT_METADATA = [
},
},
},
{
"network": "NT",
"station": "SHU",
"start_time": None,
"end_time": None,
"instrument": {
"type": "Narod",
"channels": {
"U": [
{"channel": "U_Volt", "offset": 0, "scale": 100},
{"channel": "U_Bin", "offset": 0, "scale": 505},
],
"V": [
{"channel": "V_Volt", "offset": 0, "scale": 100},
{"channel": "V_Bin", "offset": 0, "scale": 505},
],
"W": [
{"channel": "W_Volt", "offset": 0, "scale": 100},
{"channel": "W_Bin", "offset": 0, "scale": 505},
],
},
},
},
{
"network": "NT",
"station": "SJT",
......
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