CosmicStudioSoftware / OMMBV

Orthogonal Multipole Magnetic Basis Vectors - Complete orthogonal vector basis with accurate field-line mapping of electric fields and ion drifts within multipole magnetic fields
BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

ENH: Vectorized ECEF to Geodetic transformation #20

Closed rstoneback closed 4 years ago

rstoneback commented 5 years ago

Transform is used quite often in time consuming code. Fortran version suitable for python use would speed things up. There is already a version in igrf.f that we added but it is primed for use within Fortran. Add a new fortran file with a python interface vectorized version.

rstoneback commented 4 years ago

See issue #18

rstoneback commented 4 years ago

see pull #26

rstoneback commented 4 years ago

Closed per successful pull