projects/themis/ground/
thm_load_asi.pro
Procedure: THM_LOAD_ASI KEYWORD PARAMETERS: site = Observatory name, example, thm_load_gmag, site = 'fykn', the default is 'all', i.e., load all available stations . This can be an array of strings, e.g., ['fykn', 'gako'] or a single string delimited by spaces, e.g., 'fykn gako' datatype = request 'ast' or 'asf', default is 'asf', can also be '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 'l2', or level-2 data. A string (e.g., 'l2') or an integer can be used. 'all' can be passed in also, to get all levels. /VERBOSE : set to output some useful info /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. /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 /CURSOR get time range with cursor /TIME specify just one time (record) for data Example: thm_load_asi,site='atha',time='2007-03-23/05:00:00' Notes: To get an array of valid names make the following call; thm_load_asi,site=vn,/valid_names No further action will be taken. Written by: Ken Bromund ????, Jan 5 2007 $LastChangedBy: pcruce $ $LastChangedDate: 2014-03-04 16:43:24 -0800 (Tue, 04 Mar 2014) $ $LastChangedRevision: 14490 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/ground/thm_load_asi.pro $
Routines
Routines from thm_load_asi.pro
thm_load_asi_file_move_onetime
result = thm_load_asi_relpath(sname=sname, filetype=filetype, time=time, trange=trange, _extra=_extra)
thm_load_asi_cdf_to_tplot, files=files, all=all, verbose=verbose, get_support_data=get_support_data, time=time, tplotnames=tplotnames, _extra=_extra, suffix=suffix
thm_load_asi, site=site, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, no_download=no_download, relpathnames_all=relpathnames_all, valid_names=valid_names, cursor=cursor, time=time, cdf_data=cdf_data, suffix=suffix, get_support_data=get_support_data, progobj=progobj, files=files
Routine details
top source thm_load_asi_relpath
result = thm_load_asi_relpath(sname=sname, filetype=filetype, time=time, trange=trange, _extra=_extra)
Keywords
- sname
- filetype
- time
- trange
- _extra
top source thm_load_asi_cdf_to_tplot
thm_load_asi_cdf_to_tplot, files=files, all=all, verbose=verbose, get_support_data=get_support_data, time=time, tplotnames=tplotnames, _extra=_extra, suffix=suffix
Keywords
- files
- all
- verbose
- get_support_data
- time
- tplotnames
- _extra
- suffix
top source thm_load_asi
thm_load_asi, site=site, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, no_download=no_download, relpathnames_all=relpathnames_all, valid_names=valid_names, cursor=cursor, time=time, cdf_data=cdf_data, suffix=suffix, get_support_data=get_support_data, progobj=progobj, files=files
Keywords
- site
- datatype
- trange
- level
- verbose
- downloadonly
- no_download
- relpathnames_all
- valid_names
- cursor
- time
- cdf_data
- suffix
- get_support_data
- progobj
- files
File attributes
Modification date: | Thu Mar 13 16:35:38 2014 |
Lines: | 89 |