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

add offset to BDT metadata

parent bf6e874d
No related branches found
No related tags found
3 merge requests!166Merge branch master into production,!158Merge branch 'master' into 'production',!150add offset to BDT metadata
......@@ -39,9 +39,9 @@ _INSTRUMENT_METADATA = [
"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": 313.2}],
"U": [{"channel": "U_Volt", "offset": 20613, "scale": 313.2}],
"V": [{"channel": "V_Volt", "offset": 0, "scale": 312.3}],
"W": [{"channel": "W_Volt", "offset": 0, "scale": 312.0}],
"W": [{"channel": "W_Volt", "offset": 47450, "scale": 312.0}],
},
"electronics": {
"serial": "E0542",
......
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