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_serc.pro


PROCEDURE: IUG_LOAD_GMAG_SERC, iug_load_gmag_serc, site = site, datatype = datatype, $ trange = trange, verbose = verbose, $ downloadonly = downloadonly PURPOSE: This procedure allows you to download and plot MAGDAS 1-minute averaged magnetometer data on TDAS. It is currently applicable only to MAGDAS 1-minute averaged data observed during recent WHI campaign (from March 20 to April 16, 2008). You can see more details about this data: http://magdas.serc.kyushu-u.ac.jp/whi/index.php Future data release is a work in progress. KEYWORDS: site = Observatory name. For example, serc_load_gmag_sample, site = 'kuj'. The default is 'all', i.e., load all available stations. datatype = The type of data to be loaded. In this sample procedure, there is only one option, the default value of 'mag'. 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. /verbose, if set, then output some useful info /downloadonly, if set, then only download the data, do not load it into variables. EXAMPLE: iug_load_gmag_serc, site = 'kuj', trange = ['2007-01-22/00:00:00','2007-01-24/00:00:00'] CODE: Shuji Abe CHANGELOG: 07-April-2010, abeshu, test release. 08-April-2010, abeshu, minor update. 14-November-2010, abeshu, update. 08-March-2011, abeshu, update. 01-May-2011, abeshu, modify title and ylabel on tdas plot. 09-May-2011, abeshu, modify the rules of the road. 12-Jan-2012, abeshu, add default colors. 21-Jan-2012, abeshu, change default color of total magnetic field. ACKNOWLEDGMENT: $LastChangedBy: jwl $ $LastChangedDate: 2012-10-11 14:47:41 -0700 (Thu, 11 Oct 2012) $ $LastChangedRevision: 10980 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/iugonet/load/iug_load_gmag_serc.pro $

Routines

top source iug_load_gmag_serc

iug_load_gmag_serc, site=site, datatype=datatype, trange=trange, verbose=verbose, downloadonly=downloadonly

Keywords

site
datatype
trange
verbose
downloadonly

File attributes

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