projects/iugonet/load/
iug_load_gmag_wdc.pro
PROCEDURE: IUG_LOAD_GMAG_WDC iug_load_gmag_wdc, site=site, $ trange=trange, $ resolution = resolution, $ level=level, $ verbose=verbose, $ addmaster=addmaster, $ downloadonly=downloadonly, $ no_download=no_download PURPOSE: Loading geomag data in WDC format from WDC for Geomag Kyoto. KEYWORDS: site = Station ABB code or name of geomagnetic index. Ex1) iug_load_gmag_wdc, site = 'kak', ... Ex2) iug_load_gmag_wdc, site = ['dst', 'ae'], ... If you skip this option, AE Dst SYM/ASY and KAK data are retrieved. 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 month, a full month's data is loaded. reolution = Time resolution of the data: 'min' or 'hour', default set to 'min' for AE index and geomag data. level = The level of the data, the default is 'final' for geomag data. For AE and Dst index, the default is ['final', 'provsional']. /verbose : set to output some useful info. /addmaster, if set, then times = [!values.d_nan, times] /downloadonly, if set, then only download the data, do not load it into variables. no_download: use only files which are online locally. EXAMPLE: timespan, '2007-01-22',1,/days iug_load_gmag_wdc, site = 'ae', resolution = 'min' NOTES: At WDC Kyoto, data service for TDAS clients is beta testing. Please check the data catalog at http://wdc-data.iugonet.org/. Written by: Daiki Yoshida, Aug 2010 Last Updated: Yukinobu KOYAMA, Oct 21, 2011
Routines
top source iug_load_gmag_wdc
iug_load_gmag_wdc, site=site, trange=trange, resolution=resolution, level=level, verbose=verbose, addmaster=addmaster, downloadonly=downloadonly, no_download=no_download
Keywords
- site
- trange
- resolution
- level
- verbose
- addmaster
- downloadonly
- no_download
File attributes
Modification date: | Thu Feb 13 16:43:00 2014 |
Lines: | 59 |