From 3bf36bed5737f44ff7d6fc5f230d44b89b3912ee Mon Sep 17 00:00:00 2001 From: Tim Plummer Date: Wed, 4 Sep 2024 12:12:50 -0600 Subject: [PATCH] Fix typo --- imap_processing/spice/geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap_processing/spice/geometry.py b/imap_processing/spice/geometry.py index f43c29c69..26e285c9a 100644 --- a/imap_processing/spice/geometry.py +++ b/imap_processing/spice/geometry.py @@ -62,7 +62,7 @@ def imap_state( observer: SpiceBody = SpiceBody.SUN, ) -> np.ndarray: """ - Get the state (position and velocity) of the IMPA spacecraft. + Get the state (position and velocity) of the IMAP spacecraft. By default, the state is returned in the ECLIPJ2000 frame as observed by the Sun.