MMS Fast Plasma Instrument: Difference between revisions
Line 13: | Line 13: | ||
=== Electron Moments Data === | === Electron Moments Data === | ||
To load and plot the electron | To load and plot the MMS1 FPI electron moments data on March 7, 2016: | ||
<div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 0px 10px; margin-left: 5px; margin-right: 5px;"> | <div style="border: 1px solid LightGray; background-color:#F9F9F9; padding: 0px 10px; margin-left: 5px; margin-right: 5px;"> | ||
MMS> mms_load_fpi, datatype='des-moms', trange=['2016-03-07', '2016-03-08'], probe=1 | MMS> mms_load_fpi, datatype='des-moms', trange=['2016-03-07', '2016-03-08'], probe=1 |
Revision as of 17:42, 29 April 2016
SPEDAS provides command line and GUI access to the MMS FPI data.
Prior to using these data, please read the FPI Release Notes:
https://lasp.colorado.edu/galaxy/display/mms/FPI+Release+Notes
FPI Moments
For more complete examples, see the FPI crib sheets located in the /mms/examples/basic/ folder.
Examples
Electron Moments Data
To load and plot the MMS1 FPI electron moments data on March 7, 2016:
MMS> mms_load_fpi, datatype='des-moms', trange=['2016-03-07', '2016-03-08'], probe=1
MMS> tplot, 'mms1_des_numberdensity_dbcs_fast'
MMS> tplot, ['mms1_des_energyspectr_omni_avg', 'mms1_des_pitchangdist_avg']
-
MMS1 FPI electron density on March 7, 2016
-
MMS1 FPI electron energy spectra and pitch angle distribution on March 7, 2016
Ion Moments Data
To load and plot the ion density, along with the omni-directional spectra on March 7, 2016:
MMS> mms_load_fpi, datatype='dis-moms', trange=['2016-03-07', '2016-03-08'], probe=1
MMS> tplot, ['mms1_dis_numberdensity_dbcs_fast', 'mms1_dis_energyspectr_omni_avg']