OMNI data ======================================================================== The routines in this module can be used to load data from the OMNI data mission. Load all available OMNI variables ---------------------------------- .. autofunction:: pyspedas.projects.omni.data Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot omni_vars = pyspedas.projects.omni.data(trange=['2013-11-5', '2013-11-6']) tplot(['BX_GSE', 'BY_GSE', 'BZ_GSE', 'flow_speed', 'Vx', 'Vy', 'Vz', 'SYM_H']) .. image:: _static/omni_data.png :align: center :class: imgborder