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

RBSP_EFW_BURST_FA_ROTATE_CRIB

[Next Routine] [List of Routines]
 NAME: rbsp_efw_burst_fa_rotate_crib
 SYNTAX:
 PURPOSE: Rotate RBSP EFW burst data to field-aligned coordinates
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY: Created by Aaron W Breneman, Univ. Minnesota  4/10/2014
 VERSION:
   $LastChangedBy: aaronbreneman $
   $LastChangedDate: 2016-08-16 06:35:57 -0700 (Tue, 16 Aug 2016) $
   $LastChangedRevision: 21652 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/general/missions/rbsp/efw/examples/rbsp_efw_burst_fa_rotate_crib.pro $

(See general/missions/rbsp/efw/examples/rbsp_efw_burst_fa_rotate_crib.pro)


RBSP_EFW_CONVECTION_EFIELD_CRIB

[Previous Routine] [Next Routine] [List of Routines]
 NAME: rbsp_efw_convection_efield_crib
 SYNTAX:
 PURPOSE: Calculate RBSP convection electric field and velocity
 INPUT:
 OUTPUT:
 KEYWORDS:
 HISTORY:
 VERSION: Written by Aaron W Breneman, July 2016. Based on Scott Thaller's crib

(See general/missions/rbsp/efw/examples/rbsp_efw_convection_efield_crib.pro)


RBSP_EFW_DCFIELD_REMOVAL_CRIB

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

  FUNCTION :   rbsp_efw_DCfield_removal_crib
  PURPOSE  :   Subtract off DC magnetic field from Bw values. Saves as new tplot files

               
  REQUIRES:   Need: SSL THEMIS software and IDL Geopack DLM both found at 
			   http://themis.ssl.berkeley.edu/software.shtml
  

  INPUT:
		probe   -> 'a' or 'b'
		model   -> Any of the Tsyganenko models or IGRF. Defaults to 't96'
		ql -> set to load quicklook EMFISIS data
               cadence -> cadence of EMFISIS data. 'hires', '4sec', '1sec'
               nodelete -> don't delete various tplot
               variables upon exit            

  EXAMPLES:   
           
				Produces the following variables (ex for magname = 'rbspa_mag_gsm', model='t96')
					rbspa_mag_gsm_t96
					rbspa_mag_gsm_t96_dif

					If the model is not t89 then produces:
					rbspa_mag_gsm_t96_wind
					rbspa_mag_gsm_t96_wind_dif
					rbspa_mag_gsm_t96_ace
					rbspa_mag_gsm_t96_ace_dif
					rbspa_mag_gsm_t96_omni
					rbspa_mag_gsm_t96_omni_dif



   NOTES:    ruthlessly pilfered from THEMIS crib sheets 
             Subtracts off Tsyganenko values using input from ACE, Wind and OMNI, as
			  well as user defined input. 
  


   CREATED:  2012/12/12
   CREATED BY:  Aaron W. Breneman
    LAST MODIFIED:  08/26/2012   v1.0.0 - major update. Much simplified
    MODIFIED BY: AWB

*****************************************************************************************

(See general/missions/rbsp/efw/examples/rbsp_efw_dcfield_removal_crib.pro)


RBSP_LOAD_COLLECTION

[Previous Routine] [Next Routine] [List of Routines]
 NAME: rbsp_load_collection
 SYNTAX: 
 PURPOSE: Load collection time <remote_dir>/burst_selection/rbspx_b1_rec.dat.
 INPUT:   
	cts, out, dblarr[n,2], req. Collection times in UT second.
   probe, in, 'a' or 'b', opt. Default is 'a'.
 OUTPUT: 
 KEYWORDS: 
 HISTORY: 2014-04-09, created by Sheng Tian, UMN
 VERSION: 
   $LastChangedBy: aaronbreneman $
   $LastChangedDate: 2014-04-10 08:52:58 -0700 (Thu, 10 Apr 2014) $
   $LastChangedRevision: 14788 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_00/general/missions/rbsp/efw/examples/rbsp_load_collection.pro $

(See general/missions/rbsp/efw/examples/rbsp_load_collection.pro)


RBSP_LOAD_CONTACT

[Previous Routine] [List of Routines]
 Type: procedure.
 Purpose: Load contact time <remote_dir>/MOC_data_products/RBSPX/contact_plan'.
 Parameters:
   cts, out, dblarr[n,2], req. Contact times in UT second.
   probe, in, 'a' or 'b', opt. Default is 'a'.
 Keywords: none.
 Notes: none.
 Dependence: tdas.
 History:
   2014-04-09, Sheng Tian, create.

(See general/missions/rbsp/efw/examples/rbsp_load_contact.pro)