Akebono ======================================================================== The routines in this module can be used to load data from the Akebono mission. Plasma Waves and Sounder experiment (PWS) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.akebono.pws Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot pws_vars = pyspedas.projects.akebono.pws(trange=['2012-10-01', '2012-10-02']) tplot('akb_pws_RX1') .. image:: _static/akebono_pws.png :align: center :class: imgborder Radiation Moniter (RDM) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.akebono.rdm Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot rdm_vars = pyspedas.projects.akebono.rdm(trange=['2012-10-01', '2012-10-02']) tplot('akb_rdm_FEIO') .. image:: _static/akebono_rdm.png :align: center :class: imgborder Orbit data (orb) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.akebono.orb Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot orb_vars = pyspedas.projects.akebono.orb(trange=['2012-10-01', '2012-10-02']) tplot(['akb_orb_geo', 'akb_orb_MLT']) .. image:: _static/akebono_orb.png :align: center :class: imgborder