Swarm ======================================================================== The routines in this module can be used to load data from the Swarm mission. Vector Field Magnetometer (VFM) ---------------------------------------------------------- .. autofunction:: pyspedas.projects.swarm.mag Example ^^^^^^^^^ .. code-block:: python import pyspedas from pyspedas import tplot mag_vars = pyspedas.projects.swarm.mag(probe='c', trange=['2017-03-27/06:00', '2017-03-27/08:00'], datatype='hr') tplot('swarmc_B_VFM') .. image:: _static/swarm_mag.png :align: center :class: imgborder