SWE (Solar Wind Electrons)#

This is the SWE Instrument module, which contains the code for processing data from the SWE instrument.

The L0 code to decommutate the CCSDS packet data can be found below.

l0.decom_swe

Decommutates SWE CCSDS data packets.

The L1A code to unpack electron counts can be found below.

l1a.swe_l1a

Contains code to perform SWE L1a processing.

l1a.swe_science

Contains code to perform SWE L1a science processing.

The L1B code to process electron counts to rates and then organize data by voltage step and spin angle can be found below.

l1b.swe_l1b

Contains code to perform SWE L1b processing.

l1b.swe_l1b_science

Contains code to perform SWE L1b science processing.