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
f94d3dd03c25f1a49718f6d66e2246334fbc39cc to ab12af34f434dee76c2930ad8a1b523b37ab4902
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
ab12af34f434dee76c2930ad8a1b523b37ab4902
Select Git revision
Swap
Target
ghsc/geomag/geomag-algorithms
Select target project
ghsc/geomag/geomag-algorithms
1 result
f94d3dd03c25f1a49718f6d66e2246334fbc39cc
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add CMO constants to Metadata.py
· fccce139
Cain, Payton David
authored
3 years ago
fccce139
Merge branch 'CMO-metadata' into 'master'
· ab12af34
Geels, Brendan Ryan
authored
3 years ago
Add CMO constants to Metadata.py Closes
#53
See merge request
!141
ab12af34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geomagio/Metadata.py
+23
-0
23 additions, 0 deletions
geomagio/Metadata.py
with
23 additions
and
0 deletions
geomagio/Metadata.py
View file @
ab12af34
...
...
@@ -106,6 +106,29 @@ _INSTRUMENT_METADATA = [
},
},
},
{
"
network
"
:
"
NT
"
,
"
station
"
:
"
CMO
"
,
"
start_time
"
:
None
,
"
end_time
"
:
None
,
"
instrument
"
:
{
"
type
"
:
"
Narod
"
,
"
channels
"
:
{
"
U
"
:
[
{
"
channel
"
:
"
U_Volt
"
,
"
offset
"
:
0
,
"
scale
"
:
99.4
},
{
"
channel
"
:
"
U_Bin
"
,
"
offset
"
:
0
,
"
scale
"
:
502.5
},
],
"
V
"
:
[
{
"
channel
"
:
"
V_Volt
"
,
"
offset
"
:
0
,
"
scale
"
:
101.5
},
{
"
channel
"
:
"
V_Bin
"
,
"
offset
"
:
0
,
"
scale
"
:
512.5
},
],
"
W
"
:
[
{
"
channel
"
:
"
W_Volt
"
,
"
offset
"
:
0
,
"
scale
"
:
100.98
},
{
"
channel
"
:
"
W_Bin
"
,
"
offset
"
:
0
,
"
scale
"
:
509.15
},
],
},
},
},
{
"
network
"
:
"
NT
"
,
"
station
"
:
"
CMT
"
,
...
...
This diff is collapsed.
Click to expand it.