Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/iugonet/load/

iug_load_gmag_nipr.pro


PROCEDURE: IUG_LOAD_GMAG_NIPR iug_load_gmag_nipr, site = site, $ datatype=datatype, $ fproton=fproton, $ trange=trange, $ verbose=verbose, $ downloadonly=downloadonly, $ no_download=no_download PURPOSE: Loads the fluxgate magnetometer data obtained by NIPR. KEYWORDS: site = Observatory name, example, iug_load_gmag_nipr, site='syo', the default is 'all', i.e., load all available stations. This can be an array of strings, e.g., ['syo', 'hus'] or a single string delimited by spaces, e.g., 'syo hus'. Available sites: syo hus tjo aed isa datatype = Time resolution. Please notice that '1sec' means nearly 1-sec time resolution. Even if datatype was set to '1sec', the time resolution corresponds to 2sec : syo(1981-1997), hus & tjo(1984-2001/08), isa(1984-1989), aed(1989-1999/10) 1sec : syo(1997-present) 0.5sec : hus & tjo(2001/09-present), aed(2001/09-2008/08) At present, '1sec' is only available for datatype. fproton = (Optional) if set, then total geomagnetic field intensity measured by proton magnetometer will be loaded. This option is now available only for syo before 1987/4/14. trange = (Optional) Time range of interest (2 element array). /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. EXAMPLE: iug_load_gmag_nipr, site='syo', $ trange=['2003-11-20/00:00:00','2003-11-21/00:00:00'] NOTE: This load procedure was developed by ERG-Science Center and IUGONET projects. ERG website http://gemsissc.stelab.nagoya-u.ac.jp/erg/ IUGONET website http://www.iugonet.org/en/ Written by H. Tadokoro, June 1, 2010 The prototype of this procedure was written by Y. Miyashita, Apr 22, 2010, ERG-Science Center, STEL, Nagoya Univ. Revised by Y.-M. Tanaka, February 17, 2011 (ytanaka at nipr.ac.jp) Added new keyword "fproton" by Y.-M. Tanaka, August 22, 2011 Changed from the alias to the original load procudure, by Y.-M Tanaka, July 24, 2012. Added six automated magnetometer network stations to site, by by Y.-M Tanaka, December 25, 2013.

Routines

top source iug_load_gmag_nipr

iug_load_gmag_nipr, site=site, datatype=datatype, fproton=fproton, trange=trange, verbose=verbose, downloadonly=downloadonly, no_download=no_download

Keywords

site
datatype
fproton
trange
verbose
downloadonly
no_download

File attributes

Modification date: Thu Feb 13 16:43:00 2014
Lines: 130