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

Add FGE metadata for FRD

parent 73815eb5
No related branches found
No related tags found
1 merge request!251Convert frd to fge sensor
...@@ -283,20 +283,28 @@ _INSTRUMENT_METADATA = [ ...@@ -283,20 +283,28 @@ _INSTRUMENT_METADATA = [
"start_time": None, "start_time": None,
"end_time": None, "end_time": None,
"instrument": { "instrument": {
"type": "Narod", "type": "FGE",
"channels": { "channels": {
"U": [ # each channel maps to a list of components to calculate nT
{"channel": "U_Volt", "offset": 0, "scale": 100}, # TODO: calculate these lists based on "FGE" type
{"channel": "U_Bin", "offset": 0, "scale": 500}, "U": [{"channel": "U_Volt", "offset": 21690, "scale": 978.4}],
], "V": [{"channel": "V_Volt", "offset": 0, "scale": 971.0}],
"V": [ "W": [{"channel": "W_Volt", "offset": 45532, "scale": 966.7}],
{"channel": "V_Volt", "offset": 0, "scale": 100}, },
{"channel": "V_Bin", "offset": 0, "scale": 500}, "electronics": {
], "serial": "E570",
"W": [ # these scale values are used to convert voltage
{"channel": "W_Volt", "offset": 0, "scale": 100}, "x-scale": 978.4, # nT/V
{"channel": "W_Bin", "offset": 0, "scale": 500}, "y-scale": 971.0, # nT/V
], "z-scale": 966.7, # nT/V
"temperature-scale": 0.01, # V/K
},
"sensor": {
"serial": "S0445",
# these constants combine with instrument setting for offset
"x-constant": 37474, # nT/mA
"y-constant": 37191, # nT/mA
"z-constant": 37025, # nT/mA
}, },
}, },
}, },
......
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