MMS Fly's Eye Energetic Particle Sensor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
MMS> tplot, 'mms1_epd_feeps_electron_intensity_omni_spin' | MMS> tplot, 'mms1_epd_feeps_electron_intensity_omni_spin' | ||
[[File:FEEPS_electron_omni_spin_plot.png|200px|thumb|right|FEEPS electron omni spin plot in SPEDAS]] | |||
</div> | </div> | ||
Line 27: | Line 28: | ||
MMS> tplot, 'mms1_epd_ion_electron_intensity_omni_spin' | MMS> tplot, 'mms1_epd_ion_electron_intensity_omni_spin' | ||
[[File:FEEPS_ion_omni_spin_plot.png|200px|thumb|right|FEEPS ion omni spin plot in SPEDAS]] | |||
</div> | </div> |
Revision as of 16:28, 24 May 2016
SPEDAS provides command line and GUI access to the MMS FEEPS data.
Prior to using these data, please read the FEEPS Release Notes:
https://lasp.colorado.edu/galaxy/display/mms/FEEPS+Release+Notes
FEEPS Data
For more complete examples, see the FEEPS crib sheets located in the /mms/examples/ folder.
Examples
Electron Data
To load and plot the MMS1 FEEPS electron data on March 7, 2016:
MMS> mms_load_feeps, datatype='electron', trange=['2016-03-07', '2016-03-08'], probe=1, datarate='srvy'
MMS> tplot, 'mms1_epd_feeps_electron_intensity_omni_spin'
Ion Data
To load and plot the MMS1 FEEPS electron data on March 7, 2016:
MMS> mms_load_feeps, datatype='ion', trange=['2016-03-07', '2016-03-08'], probe=1, datarate='srvy'
MMS> tplot, 'mms1_epd_ion_electron_intensity_omni_spin'