Skip to content
Snippets Groups Projects

Add CMO constants to Metadata.py

1 file
+ 23
0
Compare changes
  • Side-by-side
  • Inline
+ 23
0
@@ -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",
Loading