Polar Orbiting Environmental Satellites (POES) Mission ======================================================================== The routines in this module can be used to load data from the Polar Orbiting Environmental Satellites (POES) Mission mission. Space Environment Monitor (SEM) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.poes.sem Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot sem_vars = pyspedas.projects.poes.sem(trange=['2013-11-5', '2013-11-6']) tplot('ted_ele_tel30_low_eflux') .. image:: _static/poes_sem.png :align: center :class: imgborder