This page was created by the IDL library routine mk_html_help2.

Last modified: Thu Aug 6 12:53:14 2020.


Directory Listing of Routines


Routine Descriptions

GET_FA2_EEB

[Next Routine] [List of Routines]
PURPOSE:	To return Electron Burst Data for a specific time from the fa_eeb_l2 common block.
USEAGE:	dat=get_fa2_eeb(t)
		dat=get_fa2_eeb() will call ctime.pro to get t.
		The routine assumes the l2 common block for datatype is already loaded into IDL.
KEYWORDS:	/START to return data structure for the first time in common block.
		/EN to return data structure for the last time in common block.
		/ADVANCE to return the next data structure in the common block.
		/RETREAT to return the previous data structure in the common block.
		INDEX=INDEX to return the INDEXth data structure in the common block.
		/TIMES returns array of starting times in l2 common block instead of data structure.

(See general/missions/fast/fa_esa/get_l2/get_fa2_eeb.pro)


GET_FA2_EES

[Previous Routine] [Next Routine] [List of Routines]
PURPOSE:	To return Electron Survey Data for a specific time from the fa_ees_l2 common block.
USEAGE:	dat=get_fa2_ees(t)
		dat=get_fa2_ees() will call ctime.pro to get t.
		The routine assumes the l2 common block for datatype is already loaded into IDL.
KEYWORDS:	/START to return data structure for the first time in common block.
		/EN to return data structure for the last time in common block.
		/ADVANCE to return the next data structure in the common block.
		/RETREAT to return the previous data structure in the common block.
		INDEX=INDEX to return the INDEXth data structure in the common block.
		/TIMES returns array of starting times in l2 common block instead of data structure.

(See general/missions/fast/fa_esa/get_l2/get_fa2_ees.pro)


GET_FA2_IEB

[Previous Routine] [Next Routine] [List of Routines]
PURPOSE:	To return Ion Burst Data for a specific time from the fa_ieb_l2 common block.
USEAGE:	dat=get_fa2_ieb(t)
			dat=get_fa2_ieb() will call ctime.pro to get t.
			The routine assumes the l2 common block for datatype is already loaded into IDL.
KEYWORDS:	/START to return data structure for the first time in common block.
			/EN to return data structure for the last time in common block.
			/ADVANCE to return the next data structure in the common block.
			/RETREAT to return the previous data structure in the common block.
			INDEX=INDEX to return the INDEXth data structure in the common block.
			/TIMES returns array of starting times in l2 common block instead of data structure.

(See general/missions/fast/fa_esa/get_l2/get_fa2_ieb.pro)


GET_FA2_IES

[Previous Routine] [List of Routines]
PURPOSE:	To return Ion Survey Data for a specific time from the fa_ies_l2 common block.
USEAGE:	dat=get_fa2_ies(t)
		dat=get_fa2_ies() will call ctime.pro to get t.
		The routine assumes the l2 common block for datatype is already loaded into IDL.
KEYWORDS:	/START to return data structure for the first time in common block.
		/EN to return data structure for the last time in common block.
		/ADVANCE to return the next data structure in the common block.
		/RETREAT to return the previous data structure in the common block.
		INDEX=INDEX to return the INDEXth data structure in the common block.
		/TIMES returns array of starting times in l2 common block instead of data structure.

(See general/missions/fast/fa_esa/get_l2/get_fa2_ies.pro)