MMS cribs: Difference between revisions

From SPEDAS Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


The following crib sheets can be found in the SPEDAS distribution at:
The following crib sheets can be found in the SPEDAS distribution at:


projects/mms/examples/basic/
projects/mms/examples/basic/


* '''mms_cotrans_crib.pro''' -- Coordinate transforms between spacecraft and geophysical coordinate systems
* '''mms_cotrans_crib.pro''' -- Coordinate transforms between spacecraft and geophysical coordinate systems
Line 32: Line 34:


SPEDAS also contains scripts that show more advanced usage of the MMS plugin, as well as scripts that generate multi-instrument/science quality (L2) figures; these scripts can be found in the folder:
SPEDAS also contains scripts that show more advanced usage of the MMS plugin, as well as scripts that generate multi-instrument/science quality (L2) figures; these scripts can be found in the folder:


projects/mms/examples/advanced/
projects/mms/examples/advanced/


* '''mms_basic_dayside.pro''' -- Basic dayside science overview plots
* '''mms_basic_dayside.pro''' -- Basic dayside science overview plots
* '''mms_crib_stel3d.pro''' -- Use FPI and HPCA data with STEL3D visualization tool
* '''mms_crib_stel3d.pro''' -- Use FPI and HPCA data with STEL3D visualization tool
* '''mms_load_fpi_crib_summary_l2.pro''' -- Level 2 FPI quicklook products
* '''mms_fpi_dist_slice_comparison_crib_l2.pro''' -- 2D FPI distribution slices - multiple per figure
* '''mms_load_fpi_summary_crib.pro''' -- Level 2 FPI summary figures
* '''mms_multi_axis_figure.pro''' -- Create a figure with multiple panels, one of which has 2 different data products (one using left axis and one using right axis)
* '''mms_mva_crib.pro''' -- Shows how to transform tplot variables into minimum variance analysis coordinates
* '''mms_neutral_sheet_crib.pro''' -- Shows how to load MMS position data and retrieve the distance from the S/C to the neutral sheet
* '''mms_part_products_crib.pro''' -- Moments and spectrograms derived from FPI and HPCA particle distributions
* '''mms_part_products_crib.pro''' -- Moments and spectrograms derived from FPI and HPCA particle distributions
* '''mms_slice2d_fpi_crib.pro''' -- 2D slices of FPI particle distributions
* '''mms_slice2d_fpi_crib.pro''' -- 2D slices of FPI particle distributions
* '''mms_slice2d_hpca_crib.pro''' -- 2D slices of HPCA particle distributions
* '''mms_slice2d_hpca_crib.pro''' -- 2D slices of HPCA particle distributions
* '''mms_wavpol_crib.pro''' -- Crib sheet demonstrating usage of the wave polarization routines using MMS SCM data




SPEDAS also contains scripts that use the MMS quicklook (QL) data to make QL figures:
SPEDAS also contains scripts that use the MMS quicklook (QL) data to make QL figures:


projects/mms/examples/quicklook/
projects/mms/examples/quicklook/


* '''mms_fields_crib_qlplots.pro''' -- Quicklook plots of various fields data.
* '''mms_fields_crib_qlplots.pro''' -- Quicklook plots of various fields data.

Revision as of 20:36, 16 August 2016

SPEDAS contains several crib sheets that show how to use the various MMS load routines and analysis tools. See also SPEDAS cribs for general purpose crib sheets (SPEDAS tools, tplot, etc.) and crib sheets for an index of all our crib sheet pages.

basic/introductory cribs

Basic crib sheets are meant to be used by users new to the MMS SPEDAS plugin.

The following crib sheets can be found in the SPEDAS distribution at:


projects/mms/examples/basic/


  • mms_cotrans_crib.pro -- Coordinate transforms between spacecraft and geophysical coordinate systems
  • mms_qcotrans_crib.pro -- Coordinate transforms between spacecraft and geophysical coordinate systems using quaternions in the MEC files
  • mms_feeps_sectspec_crib.pro -- Create FEEPS spectrograms for checking sunlight masking effectiveness
  • mms_find_burst_intervals_crib.pro -- Use burst interval bar to find MMS burst intervals (start/stop times)
  • mms_formation_crib.pro -- Create 3D plots of the spacecraft formation
  • mms_load_aspoc_crib.pro -- Active Spacecraft Potential Control (ASPOC) data products
  • mms_load_dsp_crib.pro -- Digital Signal Processing (DSP) Board products
  • mms_load_edi_crib.pro -- Electron Drift Instrument (EDI) data products
  • mms_load_edp_crib.pro -- Electric Field Double Probe (EDP) data products
  • mms_load_eis_burst_crib.pro -- Energetic Ion Spectrometer (EIS) burst data products
  • mms_load_eis_crib.pro -- General EIS data products
  • mms_load_feeps_crib.pro -- General Fly's Eye Energetic Particle Sensor (FEEPS) products
  • mms_load_fgm_burst_crib.pro -- Fluxgate Magnetometer burst data products (Analog (AFG) & Digital (DFG))
  • mms_load_fgm_crib.pro -- General Fluxgate Magnetometer products (AFG & DFG)
  • mms_load_fpi_burst_crib.pro -- Fast Plasma Instrument (FPI) burst data products
  • mms_load_fpi_crib.pro -- General FPI products
  • mms_load_hpca_burst_crib.pro -- Hot Plasma Composition Analyzer (HPCA) burst data products
  • mms_load_hpca_crib.pro -- General HPCA data products
  • mms_load_scm_crib.pro -- Search coil magnetometer data
  • mms_load_state_crib.pro -- Ephemeris and attitude data
  • spd_mms_load_bss_crib.pro -- Display availability of burst data.


SPEDAS also contains scripts that show more advanced usage of the MMS plugin, as well as scripts that generate multi-instrument/science quality (L2) figures; these scripts can be found in the folder:


projects/mms/examples/advanced/


  • mms_basic_dayside.pro -- Basic dayside science overview plots
  • mms_crib_stel3d.pro -- Use FPI and HPCA data with STEL3D visualization tool
  • mms_fpi_dist_slice_comparison_crib_l2.pro -- 2D FPI distribution slices - multiple per figure
  • mms_load_fpi_summary_crib.pro -- Level 2 FPI summary figures
  • mms_multi_axis_figure.pro -- Create a figure with multiple panels, one of which has 2 different data products (one using left axis and one using right axis)
  • mms_mva_crib.pro -- Shows how to transform tplot variables into minimum variance analysis coordinates
  • mms_neutral_sheet_crib.pro -- Shows how to load MMS position data and retrieve the distance from the S/C to the neutral sheet
  • mms_part_products_crib.pro -- Moments and spectrograms derived from FPI and HPCA particle distributions
  • mms_slice2d_fpi_crib.pro -- 2D slices of FPI particle distributions
  • mms_slice2d_hpca_crib.pro -- 2D slices of HPCA particle distributions
  • mms_wavpol_crib.pro -- Crib sheet demonstrating usage of the wave polarization routines using MMS SCM data


SPEDAS also contains scripts that use the MMS quicklook (QL) data to make QL figures:


projects/mms/examples/quicklook/


  • mms_fields_crib_qlplots.pro -- Quicklook plots of various fields data.
  • mms_load_eis_crib_qlplots.pro -- EIS quicklook figure
  • mms_load_feeps_crib_qlplots.pro -- FEEPS quicklook figure
  • mms_load_feeps-eis_crib_qlplots.pro -- Combined FEEPS / EIS plots
  • mms_load_fpi_crib_qlplots.pro -- FPI quicklook figure
  • mms_load_hpca_crib_qlplots.pro -- HPCA quicklook figure