Communications/Navigation Outage Forecasting System (C/NOFS) ======================================================================== The routines in this module can be used to load data from the Communications/Navigation Outage Forecasting System (C/NOFS) mission. Coupled Ion-Neutral Dynamics Investigation (CINDI) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.cnofs.cindi Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot cindi_vars = pyspedas.projects.cnofs.cindi(trange=['2013-11-5', '2013-11-6']) tplot(['ionVelocityX', 'ionVelocityY', 'ionVelocityZ']) .. image:: _static/cnofs_cindi.png :align: center :class: imgborder Vector Electric Field Instrument (VEFI) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.cnofs.vefi Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot vefi_vars = pyspedas.projects.cnofs.vefi(trange=['2010-11-5/12:00', '2010-11-5/13:00']) tplot(['E_meridional', 'E_zonal']) .. image:: _static/cnofs_vefi.png :align: center :class: imgborder Planar Langmuir Probe (PLP) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.cnofs.plp Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot plp_vars = pyspedas.projects.cnofs.plp(trange=['2010-11-5', '2010-11-6']) tplot('Ni') .. image:: _static/cnofs_plp.png :align: center :class: imgborder