Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.33 KB

akebono.rst

File metadata and controls

65 lines (42 loc) · 1.33 KB

Akebono

The routines in this module can be used to load data from the Akebono mission.

Plasma Waves and Sounder experiment (PWS)

pyspedas.akebono.pws

Example

import pyspedas
from pytplot import tplot
pws_vars = pyspedas.akebono.pws(trange=['2012-10-01', '2012-10-02'])
tplot('akb_pws_RX1')

image

Radiation Moniter (RDM)

pyspedas.akebono.rdm

Example

import pyspedas
from pytplot import tplot
rdm_vars = pyspedas.akebono.rdm(trange=['2012-10-01', '2012-10-02'])
tplot('akb_rdm_FEIO')

image

Orbit data (orb)

pyspedas.akebono.orb

Example

import pyspedas
from pytplot import tplot
orb_vars = pyspedas.akebono.orb(trange=['2012-10-01', '2012-10-02'])
tplot(['akb_orb_geo', 'akb_orb_MLT'])

image