MMS Energetic Ion Spectrometer: Difference between revisions

From SPEDAS Wiki
Jump to navigation Jump to search
Line 62: Line 62:
MMS> mms_eis_pad, probe=1, trange=['2015-12-15', '2015-12-16'], datatype='extof', species='ion', data_rate='brst', level='l2'
MMS> mms_eis_pad, probe=1, trange=['2015-12-15', '2015-12-16'], datatype='extof', species='ion', data_rate='brst', level='l2'


MMS> tdegap, prefix+'_epd_eis_brst_extof_*keV_proton_flux_omni_pad_spin', /overwrite
MMS> tdegap, 'mms1_epd_eis_brst_extof_*keV_proton_flux_omni_pad_spin', /overwrite


MMS> tplot, prefix+['_epd_eis_brst_extof_proton_flux_omni_spin', '_epd_eis_brst_extof_*keV_proton_flux_omni_pad_spin']
MMS> tplot, 'mms1'+['_epd_eis_brst_extof_proton_flux_omni_spin', '_epd_eis_brst_extof_*keV_proton_flux_omni_pad_spin']


MMS> tlimit, ['2015-12-15/10:55', '2015-12-15/11:30']
MMS> tlimit, ['2015-12-15/10:55', '2015-12-15/11:30']

Revision as of 21:11, 30 May 2017

EIS Quick Look plot in SPEDAS

SPEDAS provides command line and GUI access to the MMS EIS data.


For more information on the EPD-EIS instrument, please see the EPD Data Products Guide:

https://lasp.colorado.edu/mms/sdc/public/datasets/epd/ (EPD Data Products Guide 13Apr16 v4)

EIS Data

For more complete examples, see the EIS crib sheets located in the /projects/mms/examples/ folder.

Examples

H+ Flux

To load and plot the MMS1 EIS H+ Flux for all channels on December 15, 2015:

MMS> trange=['2015-12-15', '2015-12-16']

MMS> mms_load_eis, probes=1, trange=trange, datatype='extof', level='l2'

MMS> tplot, '*_extof_proton_flux_omni_spin'

He++ Flux

To load and plot the MMS1 EIS He++ Flux for all channels on December 15, 2015:

MMS> mms_load_eis, probes=1, trange=['2015-12-15', '2015-12-16'], datatype='extof', level='l2'

MMS> tplot, '*extof_alpha_flux_omni_spin'

Electron Data

To load and plot the MMS3 electron (electronenergy) data on December 15, 2015:

MMS> mms_load_eis, probe=3, trange=['2015-12-15', '2015-12-16'], datatype='electronenergy', level='l2'

MMS> mms_eis_pad, probe=3, species='electron', datatype='electronenergy', data_units='flux', level='l2'

MMS> tplot, ['mms3_epd_eis_electronenergy_electron_flux_omni_spin']

Burst Data

To load and plot the MMS1 EIS electron data on December 15, 2015:

MMS> mms_load_eis, probe=1, trange=['2015-12-15', '2015-12-16'], datatype='extof', data_rate='brst', level='l2'

MMS> mms_eis_pad, probe=1, trange=['2015-12-15', '2015-12-16'], datatype='extof', species='ion', data_rate='brst', level='l2'

MMS> tdegap, 'mms1_epd_eis_brst_extof_*keV_proton_flux_omni_pad_spin', /overwrite

MMS> tplot, 'mms1'+['_epd_eis_brst_extof_proton_flux_omni_spin', '_epd_eis_brst_extof_*keV_proton_flux_omni_pad_spin']

MMS> tlimit, ['2015-12-15/10:55', '2015-12-15/11:30']

Quick Look Plots

To create EIS Quicklook Plots:

MMS> mms_load_eis_crib_qlplots