From bdaba785eba1ac12ad33ea9c180a7624c26c3f0b Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Tue, 31 Oct 2023 22:02:59 -0700 Subject: [PATCH] Add kp2iopt to pyspedas.geopack imports --- pyspedas/geopack/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyspedas/geopack/__init__.py b/pyspedas/geopack/__init__.py index 163210d7..9ce9a978 100644 --- a/pyspedas/geopack/__init__.py +++ b/pyspedas/geopack/__init__.py @@ -3,4 +3,5 @@ from .t96 import tt96 from .t01 import tt01 from .ts04 import tts04 -from .get_tsy_params import get_tsy_params \ No newline at end of file +from .get_tsy_params import get_tsy_params +from .kp2iopt import kp2iopt \ No newline at end of file