Skip to content

Commit

Permalink
fixed doc build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Aug 28, 2024
1 parent a21727c commit 38704da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions imap_processing/codice/codice_l1a.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 38704da

Please sign in to comment.