You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: 'PyMap3D: 3-D coordinate conversions for terrestrial and geospace environments'
3
+
tags:
3
4
authors:
4
5
- name: Michael Hirsch
5
6
orcid: 0000-0002-1637-6526
@@ -16,7 +17,7 @@ bibliography: paper.bib
16
17
# Summary
17
18
18
19
PyMap3D [@pymap3d] is a Python coordinate transformation program that converts between geospace coordinate systems.
19
-
A subset of the Python functionality is provided for Matlab and GNU Octave users as well in the ``matlab/`` directory.
20
+
A subset of the Python functionality using syntax compatible with the $1000 Matlab Mapping Toolbox is provided for Matlab and GNU Octave users in the ``matlab/`` directory.
20
21
Increased performance and accuracy is optionally available for certain functions for those using AstroPy, but it is not required.
21
22
Since Numpy is used throughout PyMap3D, many of the functions operate with speed comparable to compiled languages.
22
23
Other functions that are iterative could possibly be sped up with modules such as Cython or Numba.
0 commit comments