Skip to content
Snippets Groups Projects
Commit 2f16d0b3 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Merge branch 'add-BDT-offset' into 'master'

add offset to BDT metadata

See merge request !150
parents bf6e874d c9d3b75a
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
Pipeline #76484 passed with warnings
...@@ -39,9 +39,9 @@ _INSTRUMENT_METADATA = [ ...@@ -39,9 +39,9 @@ _INSTRUMENT_METADATA = [
"channels": { "channels": {
# each channel maps to a list of components to calculate nT # each channel maps to a list of components to calculate nT
# TODO: calculate these lists based on "FGE" type # 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}], "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": { "electronics": {
"serial": "E0542", "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