MMS Search Coil Magnetometer

From SPEDAS Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SCM data in SPEDAS

SPEDAS provides command line and GUI access to the MMS search-coil magnetometer (SCM) data, as well as several tools for analyzing SCM data.

The SCM Data Products Guide can be found at:

https://lasp.colorado.edu/mms/sdc/public/datasets/fields/ (Science Data Products Guide vol2 SCM v11 20160301)

SCM Data

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

Examples

Srvy mode data

To load and plot the MMS4 SCM data on October 16, 2016: <syntaxhighlight lang="idl"> MMS> mms_load_scm, datatype='scsrvy', trange=['2015-10-16', '2015-10-17'], probe=4

MMS> tplot, 'mms4_scm_acb_gse_scsrvy_srvy_l2'

</syntaxhighlight>

Burst mode data

To load and plot the burst mode data on October 16, 2015: <syntaxhighlight lang="idl"> MMS> mms_load_scm, data_rate='brst', trange=['2015-10-16/13:00', '2015-10-16/13:10'], probe=4

MMS> tplot, 'mms4_scm_acb_gse_scb_brst_l2' </syntaxhighlight>