From 38704daf2690c2db679034c456504d5dae30150c Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Wed, 28 Aug 2024 11:58:21 -0600 Subject: [PATCH] fixed doc build error --- imap_processing/codice/codice_l1a.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/imap_processing/codice/codice_l1a.py b/imap_processing/codice/codice_l1a.py index a37671c7b..08c55ff1e 100644 --- a/imap_processing/codice/codice_l1a.py +++ b/imap_processing/codice/codice_l1a.py @@ -75,10 +75,8 @@ class CoDICEL1aPipeline: Retrieve the acquisition times via the Lo stepping table. get_esa_sweep_values() Retrieve the ESA sweep values. - unpack_hi_science_data() - Decompress, unpack, and restructure CoDICE-Hi data arrays. - unpack_lo_science_data() - Decompress, unpack, and restructure CoDICE-Lo data arrays. + unpack_science_data() + Decompress, unpack, and restructure science data arrays. """ def __init__(self, table_id: int, plan_id: int, plan_step: int, view_id: int):