From 9a7946160fd5d239baab23430a2ba4f0e1688381 Mon Sep 17 00:00:00 2001 From: Laura Sandoval Date: Tue, 27 Aug 2024 13:17:26 -0600 Subject: [PATCH] added back position --- imap_processing/ultra/l1b/ultra_l1b_extended.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imap_processing/ultra/l1b/ultra_l1b_extended.py b/imap_processing/ultra/l1b/ultra_l1b_extended.py index 319077b5e..79fb07985 100644 --- a/imap_processing/ultra/l1b/ultra_l1b_extended.py +++ b/imap_processing/ultra/l1b/ultra_l1b_extended.py @@ -282,8 +282,7 @@ def get_ssd_back_position( yb : np.ndarray A NumPy array containing the calculated Y SSD positions in hundredths of a millimeter for each relevant epoch - in the dataset. The length of this array matches the number - of epochs where the STOP_TYPE is SSD. + in the dataset. Notes -----