-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _codice: | ||
|
||
CoDICE (Compact Dual Ion Composition Experiment) | ||
================================================ | ||
|
||
.. currentmodule:: imap_processing.codice | ||
|
||
This is the CoDICE Instrument module, which contains the code for processing | ||
data from the CoDICE instrument. | ||
|
||
The L0 code to decommutate the CCSDS packet data can be found below: | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:template: autosummary.rst | ||
:recursive: | ||
|
||
l0.decom_codice | ||
|
||
The code below is used to decompress an 8 bit science value to a 24- or 32-bit | ||
uncompressed value: | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:template: autosummary.rst | ||
:recursive: | ||
|
||
l0.decompress_codice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Instruments | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
codice | ||
glows | ||
hit | ||
swe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters