Skip to content

Commit

Permalink
Fixing input coefficients for calculation of QD coordinates.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Jun 28, 2020
1 parent 781ccd3 commit 4111fc6
Show file tree
Hide file tree
Showing 3 changed files with 1,374 additions and 1,371 deletions.
3 changes: 2 additions & 1 deletion eoxmagmod/eoxmagmod/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@
# magnetic models used by the apex point calculation
APEX_2015 = join(_DIRNAME, 'apexsh_1995-2015.txt')
APEX_2020 = join(_DIRNAME, 'apexsh_1980-2020.txt')
APEX = APEX_2020
APEX_2025 = join(_DIRNAME, 'apexsh_1980-2025.txt')
APEX = APEX_2025
2 changes: 2 additions & 0 deletions eoxmagmod/eoxmagmod/data/apexsh_1980-2025.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 4111fc6

Please sign in to comment.