Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
Compare revisions
797e75dc442f72915947bf5140bef8fe98295070 to 2f16d0b32c506a5f079322c3abaf55a3b3d7f76f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ghsc/geomag/geomag-algorithms
Select target project
No results found
2f16d0b32c506a5f079322c3abaf55a3b3d7f76f
Select Git revision
Swap
Target
ghsc/geomag/geomag-algorithms
Select target project
ghsc/geomag/geomag-algorithms
1 result
797e75dc442f72915947bf5140bef8fe98295070
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
add offset to BDT metadata
· c9d3b75a
Cain, Payton David
authored
3 years ago
c9d3b75a
Merge branch 'add-BDT-offset' into 'master'
· 2f16d0b3
Erin (Josh) Rigler
authored
3 years ago
add offset to BDT metadata See merge request
!150
2f16d0b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geomagio/Metadata.py
+2
-2
2 additions, 2 deletions
geomagio/Metadata.py
with
2 additions
and
2 deletions
geomagio/Metadata.py
View file @
2f16d0b3
...
@@ -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
"
:
4745
0
,
"
scale
"
:
312.0
}],
},
},
"
electronics
"
:
{
"
electronics
"
:
{
"
serial
"
:
"
E0542
"
,
"
serial
"
:
"
E0542
"
,
...
...
This diff is collapsed.
Click to expand it.