projects/themis/spacecraft/fields/
thm_load_fbk.pro
Procedure: THM_LOAD_FBK Purpose: Loads THEMIS FilterBank data keywords: probe = Probe name. The default is 'all', i.e., load all available probes. This can be an array of strings, e.g., ['a', 'b'] or a single string delimited by spaces, e.g., 'a b' datatype = The type of data to be loaded, can be an array of strings or single string separate by spaces. The default is 'all' TRANGE= (Optional) Time range of interest (2 element array), if this is not set, the default is to prompt the user. Note that if the input time range is not a full day, a full day's data is loaded level = the level of the data, the default is 'l1', or level-1 data. A string (e.g., 'l2') or an integer can be used. 'all' can be passed in also, to get all levels. type= 'raw' or 'calibrated'. default is calibrated. suffix= suffix to add to output data quantity (not added to support data) relpathnames_all: named variable in which to return all files that are required for specified timespan, probe, datatype, and level. If present, no files will be downloaded, and no data will be loaded. and/or level options in named variables supplied as arguments to the corresponding keywords. files named varible for output of pathnames of local files. CDF_DATA: named variable in which to return cdf data structure: only works for a single spacecraft and datafile name. VARNAMES: names of variables to load from cdf: default is all. /GET_SUPPORT_DATA: load support_data variables as well as data variables into tplot variables. /DOWNLOADONLY: download file but don't read it. /VALID_NAMES, if set, then this routine will return the valid probe, datatype /NO_DOWNLOAD: use only files which are online locally. /VERBOSE set to output some useful info /NO_TIME_CLIP: Disables time clipping, which is the default Example: thg_load_fbk,/get_suppport_data,probe=['a', 'b'] Notes: Added the new frequency center values, 24-oct-2008, jmm, jimm@ssl.berkeley.edu $LastChangedBy: jwl $ $LastChangedDate: 2014-01-15 11:08:25 -0800 (Wed, 15 Jan 2014) $ $LastChangedRevision: 13904 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/fields/thm_load_fbk.pro $
Routines
Routines from thm_load_fbk.pro
thm_load_fbk_post, sname=sname, datatype=datatype, level=level, tplotnames=tplotnames, suffix=suffix, proc_type=proc_type, coord=coord, delete_support_data=delete_support_data, files=files, _extra=_extra
thm_load_fbk, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, no_download=no_download, relpathnames_all=relpathnames_all, cdf_data=cdf_data, get_support_data=get_support_data, varnames=varnames, valid_names=valid_names, files=files, suffix=suffix, type=type, progobj=progobj, _extra=_extra
Routine details
top source thm_load_fbk_post
thm_load_fbk_post, sname=sname, datatype=datatype, level=level, tplotnames=tplotnames, suffix=suffix, proc_type=proc_type, coord=coord, delete_support_data=delete_support_data, files=files, _extra=_extra
Keywords
- sname
- datatype
- level
- tplotnames
- suffix
- proc_type
- coord
- delete_support_data
- files
- _extra
top source thm_load_fbk
thm_load_fbk, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, no_download=no_download, relpathnames_all=relpathnames_all, cdf_data=cdf_data, get_support_data=get_support_data, varnames=varnames, valid_names=valid_names, files=files, suffix=suffix, type=type, progobj=progobj, _extra=_extra
Keywords
- probe
- datatype
- trange
- level
- verbose
- downloadonly
- no_download
- relpathnames_all
- cdf_data
- get_support_data
- varnames
- valid_names
- files
- suffix
- type
- progobj
- _extra
File attributes
Modification date: | Thu Feb 13 16:42:38 2014 |
Lines: | 170 |