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

Fixed bad shu w scale factor

parent 1cc69f57
No related branches found
Tags 1.0.0
1 merge request!242Fixed bad shu w scale factor
...@@ -492,7 +492,7 @@ _INSTRUMENT_METADATA = [ ...@@ -492,7 +492,7 @@ _INSTRUMENT_METADATA = [
# TODO: calculate these lists based on "FGE" type # TODO: calculate these lists based on "FGE" type
"U": [{"channel": "U_Volt", "offset": 0, "scale": 944.935}], "U": [{"channel": "U_Volt", "offset": 0, "scale": 944.935}],
"V": [{"channel": "V_Volt", "offset": 0, "scale": 964.909}], "V": [{"channel": "V_Volt", "offset": 0, "scale": 964.909}],
"W": [{"channel": "W_Volt", "offset": 0, "scale": 954.433}], "W": [{"channel": "W_Volt", "offset": 0, "scale": 966.893}],
}, },
# this info should get updated when available # this info should get updated when available
"electronics": { "electronics": {
...@@ -501,7 +501,7 @@ _INSTRUMENT_METADATA = [ ...@@ -501,7 +501,7 @@ _INSTRUMENT_METADATA = [
# these are calculated using Ohm's law, given scaling resistor value (38.3 kohm), and given nT/mA values. # these are calculated using Ohm's law, given scaling resistor value (38.3 kohm), and given nT/mA values.
"x-scale": 944.935, # nT/V "x-scale": 944.935, # nT/V
"y-scale": 964.909, # nT/V "y-scale": 964.909, # nT/V
"z-scale": 954.433, # nT/V "z-scale": 966.893, # nT/V
"temperature-scale": 0.01, # V/K "temperature-scale": 0.01, # V/K
}, },
"sensor": { "sensor": {
......
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