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

Add refined metadata offset for TUC

parent d8e21ac8
No related branches found
No related tags found
1 merge request!219Fix metadata for hot, gut, sjt, and tuc.
...@@ -593,7 +593,7 @@ _INSTRUMENT_METADATA = [ ...@@ -593,7 +593,7 @@ _INSTRUMENT_METADATA = [
# TODO: calculate these lists based on "FGE" type # TODO: calculate these lists based on "FGE" type
"U": [{"channel": "U_Volt", "offset": 24024, "scale": 978.355}], "U": [{"channel": "U_Volt", "offset": 24024, "scale": 978.355}],
"V": [{"channel": "V_Volt", "offset": 0, "scale": 965.901}], "V": [{"channel": "V_Volt", "offset": 0, "scale": 965.901}],
"W": [{"channel": "W_Volt", "offset": 39999, "scale": 954.543}], "W": [{"channel": "W_Volt", "offset": 40040, "scale": 954.543}],
}, },
# this info should get updated when available # this info should get updated when available
"electronics": { "electronics": {
......
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