Skip to content

Commit 086af52

Browse files
committed
links
1 parent 0752ce2 commit 086af52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paper/paper.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 'PyMap3D: 3-D coordinate conversions for terrestrial and geospace environments'
3+
tags:
34
authors:
45
- name: Michael Hirsch
56
orcid: 0000-0002-1637-6526
@@ -16,7 +17,7 @@ bibliography: paper.bib
1617
# Summary
1718

1819
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.
2021
Increased performance and accuracy is optionally available for certain functions for those using AstroPy, but it is not required.
2122
Since Numpy is used throughout PyMap3D, many of the functions operate with speed comparable to compiled languages.
2223
Other functions that are iterative could possibly be sped up with modules such as Cython or Numba.

0 commit comments

Comments
 (0)