Advanced Composition Explorer (ACE) ======================================================================== The routines in this module can be used to load data from the Advanced Composition Explorer (ACE) mission. Magnetometer (MFI) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.mfi Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot mfi_vars = pyspedas.projects.ace.mfi(trange=['2018-11-5', '2018-11-6']) tplot(['BGSEc', 'Magnitude']) .. image:: _static/ace_mfi.png :align: center :class: imgborder Solar Wind Electron, Proton and Alpha Monitor (SWEPAM) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.swe Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot swe_vars = pyspedas.projects.ace.swe(trange=['2018-11-5', '2018-11-6']) tplot(['Vp', 'Tpr']) .. image:: _static/ace_swe.png :align: center :class: imgborder Electron, Proton, and Alpha-particle Monitor (EPAM) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.epam Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot epam_vars = pyspedas.projects.ace.epam(trange=['2018-11-5', '2018-11-6']) tplot(['H_lo', 'Ion_very_lo', 'Ion_lo', 'Ion_mid', 'Ion_hi', 'Electron_lo', 'Electron_hi']) .. image:: _static/ace_epam.png :align: center :class: imgborder Cosmic Ray Isotope Spectrometer (CRIS) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.cris Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot cris_vars = pyspedas.projects.ace.cris(trange=['2018-11-5', '2018-11-6']) tplot(['flux_B', 'flux_C', 'flux_N', 'flux_O', 'flux_F', 'flux_Ne']) .. image:: _static/ace_cris.png :align: center :class: imgborder Solar Isotope Spectrometer (SIS) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.sis Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot sis_vars = pyspedas.projects.ace.sis(trange=['2018-11-5', '2018-11-6']) tplot(['H_lo', 'H_hi', 'CNO_lo', 'CNO_hi', 'Z_ge_10']) .. image:: _static/ace_sis.png :align: center :class: imgborder Ultra Low Energy Isotope Spectrometer (ULEIS) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.uleis Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot uleis_vars = pyspedas.projects.ace.uleis(trange=['2018-11-5', '2018-11-6']) tplot(['H_S1', 'H_S2', 'H_S3', 'H_S4', 'H_S5']) .. image:: _static/ace_uleis.png :align: center :class: imgborder Solar Energetic Particle Ionic Charge Analyzer (SEPICA) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.sepica Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot sepica_vars = pyspedas.projects.ace.sepica(trange=['2004-11-5', '2004-11-6']) tplot(['H1', 'H2', 'H3']) .. image:: _static/ace_sepica.png :align: center :class: imgborder Solar Wind Ion Composition Spectrometer (SWICS) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.ace.swics Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot swi_vars = pyspedas.projects.ace.swics(trange=['2018-11-5', '2018-11-6']) tplot(['vHe2', 'vthHe2']) .. image:: _static/ace_swics.png :align: center :class: imgborder