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

Update FRD offsets

parent ccc68c9d
No related branches found
No related tags found
1 merge request!309Update FRD offsets
...@@ -407,7 +407,7 @@ _INSTRUMENT_METADATA = [ ...@@ -407,7 +407,7 @@ _INSTRUMENT_METADATA = [
"network": "NT", "network": "NT",
"station": "FRD", "station": "FRD",
"start_time": UTCDateTime("2023-08-30T00:00:00.000Z"), "start_time": UTCDateTime("2023-08-30T00:00:00.000Z"),
"end_time": None, "end_time": UTCDateTime("2024-04-04T17:30:00.000Z"),
"instrument": { "instrument": {
"type": "FGE", "type": "FGE",
"channels": { "channels": {
...@@ -434,6 +434,37 @@ _INSTRUMENT_METADATA = [ ...@@ -434,6 +434,37 @@ _INSTRUMENT_METADATA = [
}, },
}, },
}, },
{
"network": "NT",
"station": "FRD",
"start_time": UTCDateTime("2024-04-04T17:30:00.000Z"),
"end_time": None,
"instrument": {
"type": "FGE",
"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": 21777, "scale": 978.4}],
"V": [{"channel": "V_Volt", "offset": 0, "scale": 971.0}],
"W": [{"channel": "W_Volt", "offset": 45426, "scale": 966.7}],
},
"electronics": {
"serial": "E570",
# these scale values are used to convert voltage
"x-scale": 978.4, # nT/V
"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
},
},
},
{ {
"network": "NT", "network": "NT",
"station": "FRN", "station": "FRN",
......
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