This page was created by the IDL library routine mk_html_help2.

Last modified: Wed Jun 7 13:17:36 2017.


Directory Listing of Routines


Routine Descriptions

MMS_LOAD_BRST_SEGMENTS

[Next Routine] [List of Routines]
 PROCEDURE:
         mms_load_brst_segments

 PURPOSE:
         Loads the brst segment intervals into a bar that can be plotted

 KEYWORDS:
         trange:       time range of interest
         suffix:       suffix to append to the tplot variable of the burst segments bar
         start_times:  returns an array of unix times (double) containing the start for each burst interval
         end_times:    returns an array of unix times (double) containing the end of each burst interval

$LastChangedBy: egrimes $
$LastChangedDate: 2016-11-14 09:33:40 -0800 (Mon, 14 Nov 2016) $
$LastChangedRevision: 22352 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/common/data_status_bar/mms_load_brst_segments.pro $

(See projects/mms/common/data_status_bar/mms_load_brst_segments.pro)


MMS_LOAD_FAST_SEGMENTS

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

 PURPOSE:
         Loads the fast segment intervals into a bar that can be plotted

 KEYWORDS:
         trange:       time range of interest
         suffix:       suffix to append to the fast segments bar tplot variable
         start_times:  returns an array of unix times (double) containing the start for each fast interval
         end_times:    returns an array of unix times (double) containing the end of each fast interval
         
$LastChangedBy: egrimes $
$LastChangedDate: 2016-11-01 15:48:52 -0700 (Tue, 01 Nov 2016) $
$LastChangedRevision: 22256 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/common/data_status_bar/mms_load_fast_segments.pro $

(See projects/mms/common/data_status_bar/mms_load_fast_segments.pro)


MMS_UPDATE_BRST_INTERVALS

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

  This routine will create a save file, mms_brst_intervals.sav in
  the directory:

        !mms.local_data_dir + '/'

 containing a structure with the tags "start_times" and "end_times".
 These are the start/end times of the brst  intervals as
 specified in the mms_burst_data_segment.csv file

 This is meant to be run by an automated script that rebuilds the
 mms_brst_intervals.sav file and uploads it to spedas.org:

     http://spedas.org/mms/mms_brst_intervals.sav


 $LastChangedBy: egrimes $
 $LastChangedDate: 2016-11-08 09:45:46 -0800 (Tue, 08 Nov 2016) $
 $LastChangedRevision: 22338 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/common/data_status_bar/mms_update_brst_intervals.pro $

(See projects/mms/common/data_status_bar/mms_update_brst_intervals.pro)


MMS_UPDATE_FAST_INTERVALS

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

  This routine will create a save file, mms_fast_intervals.sav in 
  the directory: 
  
        !mms.local_data_dir + '/abs/'
        
 containing a structure with the tags "start_times" and "end_times".
 These are the start/end times of the fast survey intervals as 
 specified in the automated burst system (ABS) files
 
 This is meant to be run by an automated script that rebuilds the 
 mms_fast_intervals.sav file and uploads it to spedas.org:
 
     http://spedas.org/mms/mms_fast_intervals.sav

 Note: in order to run this script, you need a sav file in
       your working directory called 'mms_login_info_for_updating_abs.sav'
       containing your login information. 
 
 $LastChangedBy: egrimes $
 $LastChangedDate: 2016-05-23 14:53:50 -0700 (Mon, 23 May 2016) $
 $LastChangedRevision: 21179 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/common/data_status_bar/mms_update_fast_intervals.pro $

(See projects/mms/common/data_status_bar/mms_update_fast_intervals.pro)


SPD_MMS_LOAD_BSS

[Previous Routine] [List of Routines]
 NAME: spd_mms_load_bss

 PURPOSE: To display horizontal color bars indicating burst data availability

 KEYWORDS: 
 
   trange:          time frame for bss
   datatype:        type of BSS data ['fast','burst','status','fom']. default includes 'fast' and 'burst'
   include_labels:  set this flag to have the horizontal bars labeled
 
 NOTES: 
   "bss" stands for Burst Segment Status (a term used in the MMS-SDC2SITL-ICD document). 
   By default, it produces the following tplot-variables.
   
   1. mms_bss_fast  (red bar) 
      the time periods of fast-survey mode (more precisely, the time periods of ROIs)
      
   2. mms_bss_burst (blue bar) 
      the time periods (segments) selected by SITLs for burst data
      
   3. mms_bss_status (green bar) 
      Represents segment statuses. 

   4. mms_bss_fom (histogram, black) 
      The height represents the FOM values (i.e., priority level defined by SITLs)

   5. To labels bss bars set the include_labels flag, /include_labels
   
   See examples/basic/spd_mms_load_bss_crib.pro for examples. 
   
 CREATED BY: Mitsuo Oka   Oct 2015
 
 Updated by egrimes, June 2016

$LastChangedBy: egrimes $
$LastChangedDate: 2016-09-28 12:07:43 -0700 (Wed, 28 Sep 2016) $
$LastChangedRevision: 21963 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/projects/mms/common/data_status_bar/spd_mms_load_bss.pro $

(See projects/mms/common/data_status_bar/spd_mms_load_bss.pro)