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):