Skip to content
Snippets Groups Projects
Commit 6685afe6 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

add SHU volt/bin constants

parent ef2bc316
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!132add SHU volt/bin constants
...@@ -175,6 +175,29 @@ _INSTRUMENT_METADATA = [ ...@@ -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", "network": "NT",
"station": "SJT", "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