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
Commits
8d17773c
Commit
8d17773c
authored
3 years ago
by
Jeremy M Fee
Committed by
Cain, Payton David
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add initial elements documentation
parent
55840abc
No related branches found
No related tags found
2 merge requests
!146
Release CMO metadata to production
,
!101
Element Documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/elements.md
+80
-0
80 additions, 0 deletions
docs/elements.md
with
80 additions
and
0 deletions
docs/elements.md
0 → 100644
+
80
−
0
View file @
8d17773c
# Geomagnetic Elements
## Obsrio
Elements generated by observatories running the Obsrio data acquisition system.
### Acquired elements
-
10Hz volt + bin
-
U, V, W
-
1Hz engineering units
-
F, T1-4
### Derived variation
-
1Hz engineering units
-
U, V, W conversion from 10Hz volt+bin to 1Hz engineering units
uses instrument metadata from `geomagio.Metadata.get_instrument`
-
1 minute engineering units
-
T1-4
uses `geomagio.algorithm.FilterAlgorithm` to filter from 1Hz to 1 minute.
## PCDCP
Elements generated by observatories running the PCDCP data acquisition system.
### Acquired elements
-
1Hz legacy engineering units
-
H, E, Z, F
-
1 minute legacy engineering units
### Derived variation
-
1Hz engineering units
-
U, V, W, F copied from legacy engineering units
-
1 minute engineering units
-
T1-4 copied from legacy engineering units
## Common
Derived elements calculated for all observatories.
## Derived variation
-
1Hz engineering units
-
H, D, X, Y
uses `geomagio.algorithm.XYZAlgorithm` to rotate coordinates from observatory (U,V) to magnetic (H,D) and geographic (X,Y).
-
1 minute engineering units
-
U, V, W, F, T1-4
uses `geomagio.algorithm.FilterAlgorithm` to filter from 1Hz to 1 minute.
## Derived adjusted
-
1Hz engineering units
-
X, Y, Z, F
uses `geomagio.algorithm.AdjustedAlgorithm` with per-observatory matrices stored in filesystem.
-
1 minute engineering units
uses `geomagio.algorithm.FilterAlgorithm` to filter from 1Hz to 1 minute.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment