Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/themis/spacecraft/fields/

thm_load_fft.pro


Procedure: THM_LOAD_FFT Purpose: Loads THEMIS FFT spectra (ParticleBurst and WaveBurst) 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. 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 and/or level options in named variables supplied as arguments to the corresponding keywords. /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: thm_load_fft,/get_suppport_data,probe=['a', 'b'] Notes: $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_fft.pro $

Routines

Routines from thm_load_fft.pro

thm_load_fft_post, sname=sname, datatype=datatype, level=level, tplotnames=tplotnames, suffix=suffix, proc_type=proc_type, coord=coord, delete_support_data=delete_support_data, _extra=_extra
thm_load_fft, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, relpathnames_all=relpathnames_all, no_download=no_download, cdf_data=cdf_data, get_support_data=get_support_data, delete_support_data=delete_support_data, varnames=varnames, valid_names=valid_names, files=files, suffix=suffix, type=type, progobj=progobj, _extra=_extra

Routine details

top source thm_load_fft_post

thm_load_fft_post, sname=sname, datatype=datatype, level=level, tplotnames=tplotnames, suffix=suffix, proc_type=proc_type, coord=coord, delete_support_data=delete_support_data, _extra=_extra

Keywords

sname
datatype
level
tplotnames
suffix
proc_type
coord
delete_support_data
_extra

top source thm_load_fft

thm_load_fft, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, relpathnames_all=relpathnames_all, no_download=no_download, cdf_data=cdf_data, get_support_data=get_support_data, delete_support_data=delete_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
relpathnames_all
no_download
cdf_data
get_support_data
delete_support_data
varnames
valid_names
files
suffix
type
progobj
_extra

File attributes

Modification date: Thu Feb 13 16:42:37 2014
Lines: 187