projects/themis/ground/
thm_load_pseudoae.pro
Procedure: THM_LOAD_PSEUDOAE, thm_load_pseudoAE, datatype = datatype, trange = trange, $ verbose = verbose, $ varname_out = varname_out, $ downloadonly = downloadonly, $ no_download=no_download, relpathnames_all=relpathnames_all,$ files=files,$ valid_names = valid_names,$ suffix=suffix Purpose: loads pregenerated Pseudo AE,AU,AL from CDF. These are called "Pseudo" because while they use the same algorithm as the global AE,AU,AL, they are generated only from THEMIS GMAGs and thus represent, only a sampling of the Northern Hemisphere keywords: datatype = The type of data to be loaded. Can be 'al','au','ae', or '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 = ignored, only one level for this datatype: L1 /VERBOSE : set to output some useful info varname_out= a string array containing the tplot variable names for the loaded data /downloadonly, if set, then only download the data, do not load it into variables. /no_download: use only files which are online locally. 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. /valid_names, if set, then this will return the valid site, datatype and/or level options in named variables, for example, thm_load_gmag, site = xxx, /valid_names will return the array of valid sites in the variable xxx suffix= suffix to add to output data quantity (not added to support data) Examples: timespan,'2007-03-23' thm_load_pseudoAE thm_load_pseudoAE,datatype='AE',trange=['2007-01-22/00:00:00','2007-01-24/00:00:00'] $LastChangedBy: jimm $ $LastChangedDate: 2009-08-28 15:27:21 -0700 (Fri, 28 Aug 2009) $ $LastChangedRevision: 6657 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/ground/thm_load_pseudoae.pro $
Routines
Routines from thm_load_pseudoae.pro
Routine details
top source thm_load_pseudoAE_relpath
result = thm_load_pseudoAE_relpath(trange=trange)
Keywords
- trange
top source thm_load_pseudoAE
thm_load_pseudoAE, datatype=datatype, trange=trange, verbose=verbose, varname_out=varname_out, downloadonly=downloadonly, no_download=no_download, level=level, relpathnames_all=relpathnames_all, files=files, valid_names=valid_names, suffix=suffix
Keywords
- datatype
- trange
- verbose
- varname_out
- downloadonly
- no_download
- level
- relpathnames_all
- files
- valid_names
- suffix
File attributes
Modification date: | Thu Feb 13 16:42:58 2014 |
Lines: | 57 |