SWE#

This is the SWE (Solar Wind Electrons) Instrument module, which contains the code for processing data from the SWE instrument.

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 science processing.

The modules below contains various utility classes and functions used for processing SWE data.

utils.swe_utils

Various utility classes and functions to support SWE processing.