projects/iugonet/load/
iug_load_ionosonde_rish.pro
NAME: iug_load_ionosonde_rish PURPOSE: Queries the RISH server for the ionogram data taken by the ionosonde at Shigaraki and loads data into tplot format. SYNTAX: iug_load_ionosonde_rish, site=site, fixed_freq = fixed_freq, $ downloadonly=downloadonly, trange=trange, verbose=verbose KEYWOARDS: SITE = Ionosonde observation site. For example, iug_load_ionosonde_rish, site = 'sgk'. The default is 'all', i.e., load all available observation points. /fixed_freq, if set, then tplot variables for every fixed frequency (2-18 MHZ) are created. 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. /downloadonly, if set, then only download the data, do not load it into variables. VERBOSE: [1,...,5], Get more detailed (higher number) command line output. CODE: A. Shinbori, 24/10/2012. MODIFICATIONS: A. Shinbori, 12/11/2012. A. Shinbori, 18/12/2012. A. Shinbori, 09/01/2013. A. Shinbori, 18/02/2013. A. Shinbori, 24/01/2014. ACKNOWLEDGEMENT: $LastChangedBy: jwl $ $LastChangedDate: 2014-02-10 16:12:40 -0800 (Mon, 10 Feb 2014) $ $LastChangedRevision: 14263 $ $URL $
Routines
top source iug_load_ionosonde_rish
iug_load_ionosonde_rish, site=site, fixed_freq=fixed_freq, downloadonly=downloadonly, trange=trange, verbose=verbose
Keywords
- site
- fixed_freq
- downloadonly
- trange
- verbose
File attributes
Modification date: | Thu Feb 13 16:43:01 2014 |
Lines: | 117 |