This page was created by the IDL library routine mk_html_help2.

Last modified: Fri Nov 2 11:01:31 2012.


Directory Listing of Routines


Routine Descriptions

ERG_LOAD_GMAG_MM210

[Next Routine] [List of Routines]
 PROCEDURE: erg_load_gmag_mm210

 PURPOSE:
   To load the 210 MM geomagnetic data from the STEL ERG-SC site 

 KEYWORDS:
   site  = Observatory name, example, erg_load_gmag_mm210, site='rik',
           the default is 'all', i.e., load all available stations.
           This can be an array of strings, e.g., ['rik', 'onw']
           or a single string delimited by spaces, e.g., 'rik onw'.
           Sites:  tik zgn yak irt ppi bji lnp mut ptn wtk
                   lmt kat ktn chd zyk mgd ptk msr rik onw
                   kag ymk cbi gua yap kor ktb bik wew daw
                   wep bsv dal can adl kot cst ewa asa mcq
   datatype = Time resolution. '1min' for 1 min, and '1h' for 1 h.
              The default is 'all'.
   /downloadonly, if set, then only download the data, do not load it into variables.
   /no_server, use only files which are online locally.
   /no_download, use only files which are online locally. (Identical to no_server keyword.)
   trange = (Optional) Time range of interest  (2 element array).

 EXAMPLE:
   erg_load_gmag_mm210, site='rik onw', datatype='1min', $
                        trange=['2003-11-20/00:00:00','2003-11-21/00:00:00']

 NOTE: See the rules of the road.
       For more information, see http://stdb2.stelab.nagoya-u.ac.jp/mm210/

 Written by: Y. Miyashita, Apr 22, 2010
             ERG-Science Center, STEL, Nagoya Univ.
             erg-sc-core at st4a.stelab.nagoya-u.ac.jp

   $LastChangedBy: jwl $
   $LastChangedDate: 2012-03-16 14:46:35 -0700 (Fri, 16 Mar 2012) $
   $LastChangedRevision: 10146 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01/idl/erg/ground/geomag/erg_load_gmag_mm210.pro $

(See erg/ground/geomag/erg_load_gmag_mm210.pro)


ERG_LOAD_GMAG_NIPR

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE: ERG_LOAD_GMAG_NIPR
   erg_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, erg_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:
   erg_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

(See erg/ground/geomag/erg_load_gmag_nipr.pro)


ERG_LOAD_GMAG_STEL_INDUCTION

[Previous Routine] [List of Routines]
 PROCEDURE: erg_load_gmag_stel_induction

 PURPOSE:
   To load STEL induction magnetometer data from the STEL ERG-SC site 

 KEYWORDS:
   site  = Observatory name, example, erg_load_gmag_stel_induction, site='msr',
           the default is 'all', i.e., load all available stations.
           This can be an array of strings, e.g., ['msr', 'sta']
           or a single string delimited by spaces, e.g., 'msr sta'.
           Sites: ath mgd ptk msr sta
   /downloadonly, if set, then only download the data, do not load it into variables.
   /no_server, use only files which are online locally.
   /no_download, use only files which are online locally. (Identical to no_server keyword.)
   trange = (Optional) Time range of interest  (2 element array).
   frequency_dependent = get frequecy-dependent sensitivity and phase difference
            (frequency [Hz], sensitivity (H,D,Z) [V/nT], and phase_difference (H,D,Z) [deg])
   /time_pulse, get time pulse

 EXAMPLE:
   erg_load_gmag_stel_induction, site='msr sta', $
         trange=['2008-02-28/00:00:00','2008-02-28/02:00:00']

 NOTE: See the rules of the road.
       For more information, see http://stdb2.stelab.nagoya-u.ac.jp/magne/

 Written by: Y. Miyashita, Jan 23, 2011
             ERG-Science Center, STEL, Nagoya Univ.
             erg-sc-core at st4a.stelab.nagoya-u.ac.jp

   $LastChangedBy: jwl $
   $LastChangedDate: 2012-03-16 14:46:35 -0700 (Fri, 16 Mar 2012) $
   $LastChangedRevision: 10146 $
   $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01/idl/erg/ground/geomag/erg_load_gmag_stel_induction.pro $

(See erg/ground/geomag/erg_load_gmag_stel_induction.pro)