This page was created by the IDL library routine mk_html_help2.

Last modified: Wed Dec 20 10:37:44 2023.


Directory Listing of Routines


Routine Descriptions

MMS_BURST_STATUS_CRIB

[Next Routine] [List of Routines]
 mms_burst_status_crib  

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
 
 Note: status and FoM bars currently require an MMS team password for the SDC

 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_burst_status_crib.pro $

(See projects/mms/examples/basic/mms_burst_status_crib.pro)


MMS_CHECK_FPI_PLASMA_RESPONSE_AND_FLAGS_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS FPI crib sheet
 mms_check_fpi_plasma_response_and_flags_crib.pro
 
 This crib sheet creates figures showing:
     1) burst interval status bar
     2) DIS energy spectra
     3) DIS flags
     4) DES energy spectra
     5) DES flags
     6) DIS and DES densities
     7) S/C potential from EDP
     8) DIS and DES temperatures
  

 
 NOTES:
    see: crib_tplot_annotation if you would like to make 
    modifications to the plot annotations - e.g., colors, 
    plotting symbols instead of lines, etc; some examples 
    are also provided at the bottom of this crib sheet
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_check_fpi_plasma_response_and_flags_crib.pro $

(See projects/mms/examples/basic/mms_check_fpi_plasma_response_and_flags_crib.pro)


MMS_COLORBLIND_FRIENDLY_COLORS

[Previous Routine] [Next Routine] [List of Routines]
 mms_colorblind_friendly_colors

 This crib sheet shows how to change the default colors (lines, spectra) to use olorblind-friendly color tables

 Note from Naritoshi Kitamura:
    "At least Science and journals of Nature portfolio require the use of colorblind-friendly color schemes for figures."
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues

 $LastChangedBy: $
 $LastChangedDate: $
 $LastChangedRevision: $
 $URL: $

(See projects/mms/examples/basic/mms_colorblind_friendly_colors.pro)


MMS_CONFIG_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE:
         mms_config_crib

 PURPOSE:
         Crib sheet showing how to set MMS configuration settings


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_config_crib.pro $

(See projects/mms/examples/basic/mms_config_crib.pro)


MMS_COTRANS_CRIB

[Previous Routine] [Next Routine] [List of Routines]
Procedure:
  mms_cotrans_crib

Purpose:
  Demonstrate usage of mms_cotrans

Notes:
  See also: mms_qcotrans_crib for coordinate transformations using quaternions
  
  Supported coordinate systems:
    -DMPA
    -DSL  (currently treated as identical to DMPA)
    -GSE
    -GSM
    -AGSM
    -SM
    -GEI
    -J2000
    -GEO
    -MAG

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues

$LastChangedBy: egrimes $
$LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
$LastChangedRevision: 31998 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_cotrans_crib.pro $

(See projects/mms/examples/basic/mms_cotrans_crib.pro)


MMS_CURLOMETER_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS curlometer crib sheet

  This script shows how to calculate div B and curl B
  using mms_curl


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     

 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_curlometer_crib.pro $

(See projects/mms/examples/basic/mms_curlometer_crib.pro)


MMS_EIS_ANGLE_ANGLE_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS EIS Polar-Azimuthal Plots
 
 this crib sheet shows how to create angle-angle (polar versus azimuthal) 
 plots for EIS data with overlaid pitch angle contours

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues

 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_eis_angle_angle_crib.pro $

(See projects/mms/examples/basic/mms_eis_angle_angle_crib.pro)


MMS_ERROR_BARS_CRIB

[Previous Routine] [Next Routine] [List of Routines]

 This script shows how to create a plot of FPI density with error bars

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_error_bars_crib.pro $

(See projects/mms/examples/basic/mms_error_bars_crib.pro)


MMS_FEEPS_SECTSPEC_CRIB

[Previous Routine] [Next Routine] [List of Routines]

     mms_feeps_sectspec_crib
     
     
     This crib sheet shows how to create sector spectrograms of FEEPS data
     for checking effectiveness of sunlight masking/removal


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_feeps_sectspec_crib.pro $

(See projects/mms/examples/basic/mms_feeps_sectspec_crib.pro)


MMS_FIND_BURST_INTERVALS_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE:
         mms_find_burst_intervals_crib

 PURPOSE:
         This crib sheet shows how to find the start/stop times of
         MMS burst intervals from the burst segments bar

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


$LastChangedBy: egrimes $
$LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
$LastChangedRevision: 31998 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_find_burst_intervals_crib.pro $

(See projects/mms/examples/basic/mms_find_burst_intervals_crib.pro)


MMS_FLATTEN_SPECTRA_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 flatten_spectra crib sheet

 This crib sheet shows how to create spectra plots (flux vs. energy) at certain times using flatten_spectra


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_flatten_spectra_crib.pro $

(See projects/mms/examples/basic/mms_flatten_spectra_crib.pro)


MMS_FORMATION_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS spacecraft formation crib sheet

  This script shows how to create 3D plots of the S/C formation
    at a given time

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_formation_crib.pro $

(See projects/mms/examples/basic/mms_formation_crib.pro)


MMS_FPI_ANGLE_ANGLE_CRIB

[Previous Routine] [Next Routine] [List of Routines]

  This crib sheet shows how to create FPI angle-angle plots from the distribution functions


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


$LastChangedBy: egrimes $
$LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
$LastChangedRevision: 31998 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_fpi_angle_angle_crib.pro $

(See projects/mms/examples/basic/mms_fpi_angle_angle_crib.pro)


MMS_HPCA_ANGLE_ANGLE_CRIB

[Previous Routine] [Next Routine] [List of Routines]

  This crib sheet shows how to create HPCA angle-angle and angle-energy plots from the distribution functions

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


$LastChangedBy: egrimes $
$LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
$LastChangedRevision: 31998 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_hpca_angle_angle_crib.pro $

(See projects/mms/examples/basic/mms_hpca_angle_angle_crib.pro)


MMS_LOAD_ASPOC_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS ASPOC crib sheet
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_aspoc_crib.pro $

(See projects/mms/examples/basic/mms_load_aspoc_crib.pro)


MMS_LOAD_DSP_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS DSP crib sheet
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_dsp_crib.pro $

(See projects/mms/examples/basic/mms_load_dsp_crib.pro)


MMS_LOAD_EDI_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS EDI crib sheet
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
     
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_edi_crib.pro $

(See projects/mms/examples/basic/mms_load_edi_crib.pro)


MMS_LOAD_EDP_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS EDP crib sheet
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_edp_crib.pro $

(See projects/mms/examples/basic/mms_load_edp_crib.pro)


MMS_LOAD_EIS_BURST_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS EIS burst data crib sheet

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     

 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_eis_burst_crib.pro $

(See projects/mms/examples/basic/mms_load_eis_burst_crib.pro)


MMS_LOAD_EIS_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS EIS crib sheet
 
  prime EIS scientific products are: 
    ExTOF proton spectra
    ExTOF He spectra
    ExTOF Oxygen spectra
    PHxTOF proton spectra
    
  
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
   
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_eis_crib.pro $

(See projects/mms/examples/basic/mms_load_eis_crib.pro)


MMS_LOAD_FEEPS_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS FEEPS crib sheet
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
   
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_feeps_crib.pro $

(See projects/mms/examples/basic/mms_load_feeps_crib.pro)


MMS_LOAD_FGM_BURST_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE:
         mms_load_fgm_brst_crib

 PURPOSE:
         Crib sheet showing how to load and plot MMS magnetometer data in burst mode 


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


$LastChangedBy: egrimes $
$LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
$LastChangedRevision: 31998 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_fgm_burst_crib.pro $

(See projects/mms/examples/basic/mms_load_fgm_burst_crib.pro)


MMS_LOAD_FGM_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE:
         mms_load_fgm_crib
         
 PURPOSE:
         Crib sheet showing how to load and plot MMS FGM data
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues

   
   
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_fgm_crib.pro $

(See projects/mms/examples/basic/mms_load_fgm_crib.pro)


MMS_LOAD_FPI_BURST_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS FPI burst mode crib sheet

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues



 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_fpi_burst_crib.pro $

(See projects/mms/examples/basic/mms_load_fpi_burst_crib.pro)


MMS_LOAD_FPI_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS FPI crib sheet
 mms_load_fpi_crib.pro
 
 
  This version is meant to work with v3.0.0+ of the FPI CDFs
  
  
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
 
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_fpi_crib.pro $

(See projects/mms/examples/basic/mms_load_fpi_crib.pro)


MMS_LOAD_FSM_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE:
         mms_load_fsm_crib

 PURPOSE:
         Crib sheet showing how to load and plot L3 FSM (FGM+SCM) data


 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_fsm_crib.pro $

(See projects/mms/examples/basic/mms_load_fsm_crib.pro)


MMS_LOAD_HPCA_BURST_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS HPCA burst data crib sheet

 This crib sheet shows basic usage of the HPCA routines for burst data in SPEDAS; 
   it shows how to load the data and creates the following figures:
       1) H+, O+, He+ number density
       2) H+, O+ and He+ scalar temperature
       3) H+, O+ and He+, He++ bulk velocity
       4) H+, O+, He+, He++ flux averaged over anodes=[0, 15]
       5) H+ flux averaged over fov= 0-360deg, 0-180deg, 180-360deg
       6) H+, O+, He+, He++ flux averaged over full FoV
       
       
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     

 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_hpca_burst_crib.pro $

(See projects/mms/examples/basic/mms_load_hpca_burst_crib.pro)


MMS_LOAD_HPCA_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS HPCA crib sheet
 
 This crib sheet shows basic usage of the HPCA routines in SPEDAS; it shows how to 
   load the data and creates the following figures:
       1) H+, O+, He+ number density
       2) H+, O+ and He+ scalar temperature
       3) H+, O+ and He+ bulk velocity
       4) H+, O+, He+, He++ flux averaged over full FoV (0-360)
       5) H+, O+, He+, He++ flux averaged anodes 0 and 15
       6) H+, O+, He+, He++ spin summed flux averaged over full FoV 
 
 
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
   
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_hpca_crib.pro $

(See projects/mms/examples/basic/mms_load_hpca_crib.pro)


MMS_LOAD_SCM_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS SCM crib sheet

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     

 Note:
 1) Due to calibration processing L2 SCM data are set to 0 at the edges of each continuous period of waveform
 2) In srvy mode, onboard SCM calibration sequences have been removed from L2 SCM srvy data and appear as data gap    
 3) For more information about SCM data, please contact olivier.lecontel@lpp.polytechnique.fr
  
 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_scm_crib.pro $

(See projects/mms/examples/basic/mms_load_scm_crib.pro)


MMS_LOAD_STATE_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS State crib sheet

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_load_state_crib.pro $

(See projects/mms/examples/basic/mms_load_state_crib.pro)


MMS_ORBIT_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 MMS orbit crib sheet



 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_orbit_crib.pro $

(See projects/mms/examples/basic/mms_orbit_crib.pro)


MMS_PLASMA_BETA_CRIB

[Previous Routine] [Next Routine] [List of Routines]
     This crib sheet shows how to calculate plasma beta 
     using n, T from FPI and B from FGM

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues


 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_plasma_beta_crib.pro $

(See projects/mms/examples/basic/mms_plasma_beta_crib.pro)


MMS_QCOTRANS_CRIB

[Previous Routine] [Next Routine] [List of Routines]
Procedure:
  mms_qcotrans_crib

Purpose:
  Demonstrate usage of mms_qcotrans.

Notes:
  See also: mms_cotrans_crib
  
  Supported coordinate systems:
    -BCS
    -DBCS
    -DMPA
    -SMPA
    -DSL
    -SSL
    -GSE
    -GSE2000
    -GSM
    -SM
    -GEO
    -ECI
    -J2000 (identical to ECI)
    
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     
$LastChangedBy: egrimes $
$LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
$LastChangedRevision: 31998 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_qcotrans_crib.pro $

(See projects/mms/examples/basic/mms_qcotrans_crib.pro)


MMS_SAVE_TO_ASCII

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE:
         mms_save_to_ascii
         
 PURPOSE:
         Crib sheet showing how to load some MMS data into tplot 
         variables then save the variables to ASCII files
 
   
 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues

 $LastChangedBy: egrimes $
 $LastChangedDate: 2023-08-14 12:44:51 -0700 (Mon, 14 Aug 2023) $
 $LastChangedRevision: 31998 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_save_to_ascii.pro $

(See projects/mms/examples/basic/mms_save_to_ascii.pro)


MMS_VERSION_NUMBERS_CRIB

[Previous Routine] [List of Routines]
 MMS CDF version #s crib sheet

 Suggestions for this crib sheet:
     https://github.com/spedas/bleeding_edge/issues
     

 $LastChangedBy: nikos $
 $LastChangedDate: 2023-11-27 09:29:13 -0800 (Mon, 27 Nov 2023) $
 $LastChangedRevision: 32257 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_0/projects/mms/examples/basic/mms_version_numbers_crib.pro $

(See projects/mms/examples/basic/mms_version_numbers_crib.pro)