This page was created by the IDL library routine mk_html_help2.

Last modified: Sat Apr 6 01:15:15 2013.


Directory Listing of Routines


Routine Descriptions

RBSP_EFW_MAKE_L2_SPINFIT (PROCEDURE)

[Next Routine] [List of Routines]
 NAME:
   rbsp_efw_make_l2_spinfit (procedure)

 PURPOSE:
   Generate level-2 EFW spin-fit waveform data. The axial boom is ignored as of
   3/27/13.

 CATEGORIES:

 CALLING SEQUENCE:
   rbsp_efw_make_l2_spinfit, sc, date, folder = folder

 ARGUMENTS:
   sc: IN, REQUIRED
         'a' or 'b'
   date: IN, REQUIRED
         A date string in format like '2013-02-13'

 KEYWORDS:
   folder: IN, OPTIONAL
         Default is something like
           !rbsp_efw.local_data_dir/rbspa/l2/spinfit/2012/

 COMMON BLOCKS:

 EXAMPLES:

 SEE ALSO:

 HISTORY:
   2013-03-19: Created by Jianbao Tao (JBT), SSL, UC Berkley.


 VERSION:
 $LastChangedBy: jianbao_tao $
 $LastChangedDate: 2013-04-05 11:57:12 -0700 (Fri, 05 Apr 2013) $
 $LastChangedRevision: 11976 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/missions/rbsp/efw/l1_to_l2/rbsp_efw_make_l2_spinfit.pro $

(See ssl_general/missions/rbsp/efw/l1_to_l2/rbsp_efw_make_l2_spinfit.pro)


RBSP_EFW_MAKE_L2_VSVY

[Previous Routine] [Next Routine] [List of Routines]
 NAME:
   rbsp_efw_make_l2_vsvy

 PURPOSE: Create L2 (level-2) CDF files from the Van Allen Probe EFW 
			Vsvy data product. 


 CALLING SEQUENCE:

 ARGUMENTS:	sc -> Which probe? 'a' or 'b'
				date -> ex, '2013-10-13'

 KEYWORDS:


 EXAMPLES:	rbsp_efw_make_l2_vsvy,'a','2012-10-13'

 NOTES: This program stuffs the following quantities into the skeleton CDF file.
		V1-V6 -> single-ended potential quantities
		(Vx+Vy)/2 -> opposing boom averages


	The flag array to be inserted into CDF has the following 20 fields:
		global_flag
		eclipse
		maneuver
		efw_sweep
		efw_deploy
		v1_saturation
		v2_saturation
		v3_saturation
		v4_saturation
		v5_saturation
		v6_saturation
		Espb_magnitude
		Eparallel_magnitude
		magnetic_wake
		undefined	
		undefined	
		undefined	
		undefined	
		undefined	
		undefined	

	This program only sets the values of the V1-V6_saturation. The other values
	are set to N/A or to unknown


 HISTORY:
   March 2013: Created by Aaron Breneman, University of Minnesota


 VERSION:
 $LastChangedBy: aaron breneman $

(See ssl_general/missions/rbsp/efw/l1_to_l2/rbsp_efw_make_l2_vsvy.pro)


TPLOT_TIME_TO_EPOCH (FUNCTION)

[Previous Routine] [List of Routines]
 NAME:
   tplot_time_to_epoch (function)

 PURPOSE:
   Convert tplot time stamps into CDF epoch.

 CATEGORIES:

 CALLING SEQUENCE:
   result = tplot_time_to_epoch(, tarr, epoch16 = epoch16)

 ARGUMENTS:

 KEYWORDS:

 COMMON BLOCKS:

 EXAMPLES:

 SEE ALSO:

 HISTORY:
   2013-03-19: Created by Jianbao Tao (JBT), SSL, UC Berkley.


 VERSION:
 $LastChangedBy: jianbao_tao $
 $LastChangedDate: 2013-03-27 14:23:02 -0700 (Wed, 27 Mar 2013) $
 $LastChangedRevision: 11915 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/ssl_general/trunk/missions/rbsp/efw/l1_to_l2/tplot_time_to_epoch.pro $

(See ssl_general/missions/rbsp/efw/l1_to_l2/tplot_time_to_epoch.pro)