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

add CMT FGE metadata

parent ecc37ca5
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!140add CMT FGE metadata
...@@ -106,6 +106,37 @@ _INSTRUMENT_METADATA = [ ...@@ -106,6 +106,37 @@ _INSTRUMENT_METADATA = [
}, },
}, },
}, },
{
"network": "NT",
"station": "CMT",
"start_time": None,
"end_time": None,
"instrument": {
"type": "FGE",
"channels": {
# each channel maps to a list of components to calculate nT
# TODO: calculate these lists based on "FGE" type
"U": [{"channel": "U_Volt", "offset": 0, "scale": 967.7}],
"V": [{"channel": "V_Volt", "offset": 0, "scale": 969.7}],
"W": [{"channel": "W_Volt", "offset": 0, "scale": 973.4}],
},
"electronics": {
"serial": "E0568",
# these scale values are used to convert voltage
"x-scale": 967.7, # V/nT
"y-scale": 969.7, # V/nT
"z-scale": 973.4, # V/nT
"temperature-scale": 0.01, # V/K
},
"sensor": {
"serial": "S0443",
# these constants combine with instrument setting for offset
"x-constant": 37062, # nT/mA
"y-constant": 37141, # nT/mA
"z-constant": 37281, # nT/mA
},
},
},
{ {
"network": "NT", "network": "NT",
"station": "FDT", "station": "FDT",
......
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