This page was created by the IDL library routine mk_html_help2.

Last modified: Tue Apr 17 14:27:28 2012.


Directory Listing of Routines


Routine Descriptions

FILE_HTTP_COPY_IUG

[Next Routine] [List of Routines]
 NAME:
    file_http_copy_iug

 PURPOSE:
    This procedure is the modified version of file_http_copy in tdas_6_00 for IUGONET data.
    New input parameter "host" was added.
    
MODIFICATIONS:
 Y. Koyama, April 28, 2011.
 A. Shinbori, March 06, 2012
 

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/file_http_copy_iug.pro)


FILE_RETRIEVE_IUG

[Previous Routine] [Next Routine] [List of Routines]
 FUNCTION file_retrieve_iug(pathnames,local_data_dir=local_data_dir)

 PURPOSE:
    This procedure is the modified version of file_retrieve in tdas_6_00 for IUGONET data.
    It calls file_http_copy_iug inside.

 Modified by Y. Tanaka, May 9, 2011.

(See iugonet/load/file_retrieve_iug.pro)


IUG_LOAD_BLR_RISH

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_blr_rish

PURPOSE:
  Queries the Kyoto_RISH server for the CSV data (uwnd, vwnd, wwnd, pwr1-5, wdt1-5) 
  of the troposphere taken by the boundary layer radar (BLR) at Kototabang, Shigaraki and Serpong
  and loads data into tplot format.

SYNTAX:
 iug_load_blr_rish, datatype = datatype, site=site, parameter=parameter, $
                        downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_blr_rish, datatype = 'troposphere'.
            The default is 'troposphere'. 
   site = BLR observation site.  
          For example, iug_load_blr_rish, site = 'ktb'.
          The default is 'all', i.e., load all available observation points.
  parameter = parameter name of BLR obervation data.  
          For example, iug_load_blr_rish, parameter = 'uwnd'.
          The default is 'all', i.e., load all available parameters.
  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.

CODE:
  A. Shinbori, 09/09/2010.
  
MODIFICATIONS:
  A. Shinbori, 03/23/2011.
  A. Shinbori, 12/26/2011.
  A. Shinbori, 31/01/2012.
  A. Shinbori, 10/02/2012.
  
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_blr_rish.pro)


IUG_LOAD_EAR

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear

PURPOSE:
  Queries the Kyoto_RISH servers for all the observation data (troposphere and FAI)
  taken by the equatorial atmosphere radar (EAR) and loads data into tplot format.

SYNTAX:
  iug_load_ear [ ,DATATYPE = string ]
                [ ,PARAMETERS = string]
                [ ,TRANGE = [min,max] ]
                [ ,FILENAMES = string scalar or array ]
                [ , ]

KEYWOARDS:
  DATATYPE = The type of data to be loaded. In this load program,
             DATATYPEs are 'troposphere', 'e_region', 'v_region' etc.

  PARAMETERS (I/O):
    Set to wind parameters.  If not set, 'uwnd' is
      assumed.  Returns cleaned input, or shows default.  
  TRANGE (In):
    Pass a time range a la TIME_STRING.PRO.
  FILENAMES (In):
    *PRESENTLY DISABLED* Pass user-defined file names (full paths to local data files).  These will
      be read a la the RISH format, and the RISH server will not be queried.
  VERBOSE (In): [1,...,5], Get more detailed (higher number) command line output.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
A. Shinbori, 13/05/2010.

MODIFICATIONS:
A. Shinbori, 25/11/2010.
A. Shinbori, 08/11/2011.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear.pro)


IUG_LOAD_EAR_IONO_EFR_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_efr_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the NetCDF format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_efr_nc, datatype = datatype, parameter1=parameter1, $
                           downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_er_nc, datatype = 'ionosphere'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_er_nc, parameter = 'efb1p16'.
          The default is 'all', i.e., load all available parameters.
  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.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 09/07/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_efr_nc.pro)


IUG_LOAD_EAR_IONO_EFR_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_efr_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the CSV format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_efr_txt, datatype = datatype, parameter1=parameter1, parameter2=parameter2 $
                          downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_efr_txt, datatype = 'fai'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_efr_txt, parameter1 = 'efb1p16'.
          The default is 'all', i.e., load all available parameters.
  parameter2 = second parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_efr_txt, parameter2 = 'dpl1'.
          The default is 'all', i.e., load all available parameters.
  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.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_efr_txt.pro)


IUG_LOAD_EAR_IONO_ER_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_er_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the NetCDF format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_er_nc, datatype = datatype, parameter1=parameter1, $
                          downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_er_nc, datatype = 'fai'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_er_nc, parameter1 = 'eb1p2a'.
          The default is 'all', i.e., load all available parameters.
  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.
                 
DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 09/07/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_er_nc.pro)


IUG_LOAD_EAR_IONO_ER_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_er_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the CSV format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_er_txt, datatype = datatype, parameter1=parameter1, parameter2=parameter2 $
                          downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_er_txt, datatype = 'ionosphere'.
            The default is 'ionosphere'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_er_txt, parameter = 'eb1p2a'.
          The default is 'all', i.e., load all available parameters.
  parameter2 = second parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_er_txt, parameter = 'dpl1'.
          The default is 'all', i.e., load all available parameters.
  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.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 31/01/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_er_txt.pro)


IUG_LOAD_EAR_IONO_FR_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_fr_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the NetCDF format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_fr_nc, datatype = datatype, parameter1=parameter1, $
                          downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_fr_nc, datatype = 'fai'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_fr_nc, parameter1 = 'fb1p16a'.
          The default is 'all', i.e., load all available parameters.
  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.
                 
DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 09/07/2011.
 A. Shinbori, 01/12/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_fr_nc.pro)


IUG_LOAD_EAR_IONO_FR_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_fr_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the CSV format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_fr_txt, datatype = datatype, parameter1=parameter1, parameter2=parameter2 $
                           downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_fr_txt, datatype = 'fai'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_fr_txt, parameter1 = 'fb1p16a'.
          The default is 'all', i.e., load all available parameters.
  parameter2 = second parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_fr_txt, parameter2 = 'dpl1'.
          The default is 'all', i.e., load all available parameters.
  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.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 31/01/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_fr_txt.pro)


IUG_LOAD_EAR_IONO_VR_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_vr_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the NetCDF format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_vr_nc, datatype = datatype, parameter1=parameter1, $
                          downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_vr_nc, datatype = 'fai'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_vr_nc, parameter = 'vb3p4a'.
          The default is 'all', i.e., load all available parameters.
  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.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 09/07/2011.
 A. Shinbori, 31/01/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_vr_nc.pro)


IUG_LOAD_EAR_IONO_VR_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_iono_vr_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the FAI observation data in the CSV format 
  taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_iono_vr_txt, datatype = datatype, parameter1=parameter1, parameter2=parameter2 $
                          downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_iono_vr_txt, datatype = 'fai'.
            The default is 'fai'. 
  parameter1 = first parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_vr_txt, parameter1 = 'vb3p4a'.
          The default is 'all', i.e., load all available parameters.
  parameter2 = second parameter name of EAR FAI obervation data.  
          For example, iug_load_ear_iono_vr_txt, parameter2 = 'dpl1'.
          The default is 'all', i.e., load all available parameters.
  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.

DATA AVAILABILITY:
  Please check the following homepage of the time schedule of field-aligned irregularity (FAI) observation 
  before you analyze the FAI data using this software. 
  http://www.rish.kyoto-u.ac.jp/ear/data-fai/index.html#data

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 31/01/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_iono_vr_txt.pro)


IUG_LOAD_EAR_TROP_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_trop_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the standard observation data of troposphere and stratsoohere
  in the netCDF format taken by the equatorial atmosphere radar (EAR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_trop_nc, datatype = datatype, downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_trop_nc, datatype = 'troposphere'.
            The default is 'troposphere'. 
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 13/11/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_trop_nc.pro)


IUG_LOAD_EAR_TROP_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ear_trop_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the standard observation data of troposphere and stratsoohere
  in the CSV format taken by the equatorial atmosphere radar (EAR)and loads data into
  tplot format.

SYNTAX:
 iug_load_ear_trop_txt, datatype = datatype, parameter=parameter, $
                        downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ear_trop_txt, datatype = 'troposphere'.
            The default is 'troposphere'. 
  parameter = parameter name of EAR troposphere standard obervation data.  
          For example, iug_load_ear_trop_txt, parameter = 'uwnd'.
          The default is 'all', i.e., load all available parameters.
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 13/11/2011.
 A. Shinbori, 26/12/2011.
 A. Shinbori, 31/01/2011.
  
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ear_trop_txt.pro)


IUG_LOAD_EISCAT

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE: IUG_LOAD_EISCAT
   iug_load_eiscat, site=site, $
                    pulse_code=pulse_code, $
                    int_time=int_time, $
                    ydatatype=ydatatype, $
                    get_support_data=get_support_data, $
                    trange=trange, $
                    verbose=verbose, $
                    downloadonly=downloadonly, $
                    no_download=no_download

 PURPOSE:
   loads the EISCAT radar data.

 KEYWORDS:
   site  = Combination of observatory and antenna, example, 
           erg_load_eiscat, site='esr_42m',
           the default is 'all', i.e., load all available sites.
           This can be an array of strings, e.g., ['esr_32m', 'esr_42m']
           or a single string delimited by spaces, e.g., 'esr_32m esr_42m'.
   pulse_code = Pulse code
   int_time = Integration time
   ydatatype = data type of y-axis. Default is 'alt', i.e., altitude.
   trange = (Optional) Time range of interest  (2 element array).
   /get_support_data : turn this on to load the supporting data.
   /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_eiscat, site='esr_42m', $
                 trange=['2011-2-1/00:00:00','2011-2-3/00:00:00']

   For more information, see http://www.iugonet.org/en/ 
                         and http://polaris.nipr.ac.jp/~eiscat/eiscatdata/

 Written by: Y.-M. Tanaka, July 25, 2011 (ytanaka at nipr.ac.jp)
 Modified by: Y.-M. Tanaka, August 24, 2011
   Separated "print_str_maxlet" to another file. 
 Modified by: Y.-M. Tanaka, December 1, 2011
   to load data with various int_times separately to different tplot vars.

(See iugonet/load/iug_load_eiscat.pro)


IUG_LOAD_GMAG_MM210

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE: iug_load_gmag_mm210
   to load the 210 MM geomagnetic data from the STEL ERG-SC site 

 NOTE: This procedure is a simple alias to "erg_load_gmag_mm210" 
   and calls the original one by just providing the same 
   arguments/keywords given.
   Some load procedures for the ground-based observational data 
   in the  ERG mission, named "erg_load_???", can be also called  
   by "iug_load_???", because these data are related to the both 
   ERG and IUGONET projects.
   For more information, see http://www.iugonet.org/en/ 
                         and http://gemsissc.stelab.nagoya-u.ac.jp/erg/

 KEYWORDS:
   site  = Observatory name, example, iug_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 '1min'.
   /downloadonly, if set, then only download the data, do not load it into variables.
   trange = (Optional) Time range of interest  (2 element array).

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

 NOTE: There is an alias of this procedure named "iug_load_gmag_mm210".
   Some load procedures for the ground-based observational data 
   in the  ERG mission, named "erg_load_???", can be also called  
   by "iug_load_???", because these data are related to the both 
   ERG and IUGONET projects.
   For more information, see http://www.iugonet.org/en/ 
                         and http://gemsissc.stelab.nagoya-u.ac.jp/erg/

 Written by: Y.-M Tanaka, Apr 22, 2010 (ytanaka at nipr.ac.jp)

   $LastChangedBy$
   $LastChangedDate$
   $LastChangedRevision$
   $URL$

(See iugonet/load/iug_load_gmag_mm210.pro)


IUG_LOAD_GMAG_NIPR

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE: IUG_LOAD_GMAG_NIPR
   iug_load_gmag_nipr, site = site, $
                     datatype=datatype, $
                     trange=trange, $
                     verbose=verbose, $
                     downloadonly=downloadonly
                     no_download=no_download

 PURPOSE:
   Loads the fluxgate magnetometer data obtained by NIPR.

 NOTE: This procedure is a simple alias to "erg_load_gmag_nipr" 
   and calls the original one by just providing the same 
   arguments/keywords given.
   Some load procedures for the ground-based observational data 
   in the  ERG mission, named "erg_load_???", can be also called  
   by "iug_load_???", because these data are related to the both 
   ERG and IUGONET projects.
   For more information, see http://www.iugonet.org/en/ 
                         and http://gemsissc.stelab.nagoya-u.ac.jp/erg/

 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)
           Available datatype: 1sec(default) or 20hz
   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']

 Written by Y.-M. Tanaka, December 24, 2010 (ytanaka at nipr.ac.jp)

(See iugonet/load/iug_load_gmag_nipr.pro)


IUG_LOAD_GMAG_SERC

[Previous Routine] [Next Routine] [List of Routines]
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: $
 $LastChangedDate: $
 $LastChangedRevision: $
 $URL: $

(See iugonet/load/iug_load_gmag_serc.pro)


IUG_LOAD_GMAG_WDC

[Previous Routine] [Next Routine] [List of Routines]
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
 

(See iugonet/load/iug_load_gmag_wdc.pro)


IUG_LOAD_GMAG_WDC_CREATE_TPLOT_VARS

[Previous Routine] [Next Routine] [List of Routines]
Procedure: IUG_LOAD_GMAG_WDC_CREATE_TPLOT_VARS
 iug_load_gmag_wdc_create_tplot_vars, $
    sname = sname, $
    element = element, $
    resolution = res, $
    level = level, $
    tplot_name, $
    tplot_ytitle, tplot_ysubtitle, tplot_labels, $
    tplot_colors, tplot_dlimit

Notes:
  This procedure is called from load procedures for WDC format data,
  'iug_load_gmag_wdc*' provided by WDC Kyoto.

Written by:  Daiki Yoshida,  Aug 2010
Updated by:  Daiki Yoshida,  Sep 14, 2010
Updated by:  Daiki Yoshida,  Nov 12, 2010
Updated by:  Daiki Yoshida,  Jan 11, 2011
Updated by:  Yukinobu KOYAMA, Jan 21, 2012

(See iugonet/load/iug_load_gmag_wdc_create_tplot_vars.pro)


IUG_LOAD_GMAG_WDC_QDDAYS

[Previous Routine] [Next Routine] [List of Routines]
FUNCTION: IUG_LOAD_GMAG_WDC_QDDAYS
 function iug_load_gmag_wdc_qddays, $
    trange=trange, $
    verbose=verbose, $
    downloadonly=downloadonly, $
    no_download=no_download

Purpose:
  Load date list of International 5/10 quietest days
  and International 5 disturbed days from WDC Kyoto.

Keywords:
  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
  /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:
  THEMIS> timespan, '2001-1-1'
  THEMIS> qdays = iug_load_gmag_wdc_qddays(/no_download)
  THEMIS> help, qdays, /str
  QDAYS            INT       = Array[12, 12]
  THEMIS> print, qdays[0,*]
   2001       1       1      30       6       2      19      18      27       7       5       9

Notes:
  International Q-Days and D-Days are now derived by
  GeoForschungsZentrum (GFZ) Potsdam from Kp index.
  reference: http://wdc.kugi.kyoto-u.ac.jp/qddays/index.html

Written by:  Daiki Yoshida,  Aug 2010
Last Updated:  Daiki Yoshida,  Jan 11, 2010
 

(See iugonet/load/iug_load_gmag_wdc_qddays.pro)


IUG_LOAD_GMAG_WDC_RELPATH

[Previous Routine] [Next Routine] [List of Routines]
Function: IUG_LOAD_GMAG_WDC_RELPATH
function iug_load_gmag_wdc_relpath, sname = sname, $
                                    trange = trange, $
                                    resolution = res, $
                                    level = level, $
                                    addmaster = addmaster, $
                                    _extra = _extra

Purpose:
  create relpath string from abb code

Notes:
  This procedure is called from load procedures for WDC format data,
  'iug_load_gmag_wdc*' provided by WDC Kyoto.


Written by:  Daiki Yoshida,  Aug 2010
Updated by:  Daiki Yoshida,  Sep 14, 2010

(See iugonet/load/iug_load_gmag_wdc_relpath.pro)


IUG_LOAD_GMAG_WDC_RELPATH_TO_YEAR

[Previous Routine] [Next Routine] [List of Routines]
Function: IUG_LOAD_GMAG_WDC_RELPATH_TO_YEAR
function iug_load_gmag_wdc_relpath_to_year

Purpose:
  get year from data path string

Notes:
  This procedure is called from load procedures for WDC format data,
  'iug_load_gmag_wdc*' provided by WDC Kyoto.


Written by:  Daiki Yoshida,  Aug 2010
Updated by:  Daiki Yoshida,  Sep 14, 2010

(See iugonet/load/iug_load_gmag_wdc_relpath_to_year.pro)


IUG_LOAD_GMAG_WDC_VSNAMES

[Previous Routine] [Next Routine] [List of Routines]
Function: IUG_LOAD_GMAG_WDC_VSNAMES
function iug_load_gmag_wdc_vsnames

Purpose:
  return valid site names for WDC data.

Notes:
  This procedure is called from load procedures for WDC format data,
  'iug_load_gmag_wdc*' provided by WDC Kyoto.
  WDC station list was provided at online data catalogue:
  http://wdc.kugi.kyoto-u.ac.jp/catmap/obs.html

Todo:
  1) Modify to read station-list file.
  2) Modify to get station-list files from cgi or mdb via file_transfer.


Written by:  Daiki Yoshida,  Sep 14, 2010

(See iugonet/load/iug_load_gmag_wdc_vsnames.pro)


IUG_LOAD_GMAG_WDC_WDCHR

[Previous Routine] [Next Routine] [List of Routines]
Procedure: IUG_LOAD_GMAG_WDC_WDCHR
pro iug_load_gmag_wdc_wdchr, $
    site = site, $
    trange = trange, $
    verbose = verbose, $
    level = level, $
    addmaster = addmaster, $
    downloadonly = downloadonly, $
    no_download = no_download

Purpose:
  Loading geomag hourly mean data in WDC format from WDC for Geomag Kyoto.

Notes:
  This procedure is called from 'iug_load_gmag_wdc' provided by WDC Kyoto.
  References about Dst index and WDC hourly means record format:
  http://wdc.kugi.kyoto-u.ac.jp/hyplt/format/wdchrformat.html
  http://wdc.kugi.kyoto-u.ac.jp/dstae/format/dstformat.html

Written by:  Daiki Yoshida,  Aug 2010
Updated by:  Daiki Yoshida,  Sep 14, 2010
Updated by:  Daiki Yoshida,  Sep 28, 2010
Updated by:  Daiki Yoshida,  Nov 12, 2010
Updated by:  Daiki Yoshida,  Jan 11, 2011
Updated by:  Daiki Yoshida,  Mar 1, 2011

(See iugonet/load/iug_load_gmag_wdc_wdchr.pro)


IUG_LOAD_GMAG_WDC_WDCMIN

[Previous Routine] [Next Routine] [List of Routines]
Procedure: IUG_LOAD_GMAG_WDC_WDCMIN
pro iug_load_gmag_wdc_wdcmin, $
    site = site, $
    trange = trange, $
    verbose = verbose, $
    level = level, $
    addmaster = addmaster, $
    downloadonly = downloadonly, $
    no_download = no_download

Purpose:
  Loading geomag 1-min record data in WDC format from WDC for Geomag Kyoto.

Notes:
  This procedure is called from 'iug_load_gmag_wdc' provided by WDC Kyoto.
  References about WDC 1-min record, ASY/SYM index and AE index record format:
  http://wdc.kugi.kyoto-u.ac.jp/mdplt/format/wdcformat.html
  http://wdc.kugi.kyoto-u.ac.jp/aeasy/format/asyformat.html
  http://wdc.kugi.kyoto-u.ac.jp/aeasy/format/aeformat.html

Written by:  Daiki Yoshida,  Aug 2010
Updated by:  Daiki Yoshida,  Sep 13, 2010
Updated by:  Daiki Yoshida,  Sep 28, 2010
Updated by:  Daiki Yoshida,  Nov 12, 2010
Updated by:  Daiki Yoshida,  Jan 11, 2011
Updated by:  Daiki Yoshida,  Mar 1, 2011
Updated by:  Yukinobu KOYAMA, Jan 21, 2011

(See iugonet/load/iug_load_gmag_wdc_wdcmin.pro)


IUG_LOAD_IPRT

[Previous Routine] [Next Routine] [List of Routines]
Procedure: iug_load_iprt,
  iug_load_iprt, site = site, datatype = datatype, $
           trange = trange, verbose = verbose, $
           downloadonly = downloadonly
Purpose:
  This procedure allows you to download and plot TOHOKUU_RADIO OBSERVATION data on TDAS.
  This is a sample code for IUGONET analysis software.

Keywords:
  site  = Observatory name. Only 'iit' is allowed.
  datatype = The type of data to be loaded.  In this sample
             procedure, there is only one option, the default value of 'Sun'.
  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.

 PROCEDURES USED:
  fits_read, sxpar, fits_open, fits_close, gettok, sxdelpar
  For the use of this procedure, get FITS I/O procedures from
  the IDL Astronomy Library (http://idlastro.gsfc.nasa.gov/fitsio.html).


Example:
 timespan,'2010-11-03',1,/hours
  iug_load_iprt
  tplot_names
  zlim,'iprt_sun_L',20,120
  zlim,'iprt_sun_R',20,120
  tplot,['iprt_sun_L','iprt_sun_R']


Code:
  Shuji Abe, revised by M. Kagitani

ChangeLog:
  7-April-2010, abeshu, test release.
  8-April-2010, abeshu, minor update.
  27-JUL.-2010, revised for this procedure by M. Kagitani
  12-NOV.-2010, revised by M. Kagitani
  25-NOV.-2010, renamed to 'iug_load_iprt.pro' by M. Kagitani

Acknowledgment:


 $URL: $

(See iugonet/load/iug_load_iprt.pro)


IUG_LOAD_LTR_RISH

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_ltr_rish

PURPOSE:
  Queries the Kyoto_RISH servers for the observation data (uwnd, vwnd, wwnd, pwr1-5, wdt1-5)
  in the CSV format taken by the L-band lower troposphere radar (LTR) and loads data into
  tplot format.

SYNTAX:
 iug_load_ltr_rish, datatype = datatype, site=site, parameter=parameter, $
                        downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_ltr_rish, datatype = 'troposphere'.
            The default is 'troposphere'. 
   site = LTR observation site.  
          For example, iug_load_ltr_rish, site = 'sgk'.
          The default is 'all', i.e., load all available observation points.
  parameter = parameter name of LTR obervation data.  
          For example, iug_load_ltr_rish, parameter = 'uwnd'.
          The default is 'all', i.e., load all available parameters.
  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.

CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.
 A. Shinbori, 12/26/2011.
 A. Shinbori, 31/01/2012.
 A. Shinbori, 10/02/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_ltr_rish.pro)


IUG_LOAD_METEOR_KTB_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_meteor_ktb_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the horizontal wind data (uwnd, vwnd, uwndsig, vwndsig, mwnum)
  in the NetCDF format taken by the meteor wind radar (MWR) at Kototabang and loads data into
  tplot format.

SYNTAX:
 iug_load_meteor_ktb_nc, datatype = datatype, parameter = parameter, length = length, downloadonly = downloadonly, $
                           trange = trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_meteor_ktb_nc, datatype = 'thermosphere'.
            The default is 'thermosphere'.
  length = Data length '1-day' or '1-month'. For example, iug_load_meteor_ktb_nc, length = '1_day'.
           A kind of parameters is 2 types of '1_day', and '1_month'.  
 parameters = Data parameter. For example, iug_load_meteor_ktb_nc, parameter = 'h2t60min00'. 
             A kind of parameters is 4 types of 'h2t60min00', 'h2t60min00', 'h4t60min00', 'h4t60min00'.
             The default is 'all'.
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 11/07/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 27/12/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_meteor_ktb_nc.pro)


IUG_LOAD_METEOR_KTB_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_meteor_ktb_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the horizontal wind data (uwnd, vwnd, uwndsig, vwndsig, mwnum)
  in the text format taken by the meteor wind radar (MWR) at Kototabang and loads data into
  tplot format.

SYNTAX:
 iug_load_meteor_ktb_txt, datatype=datatype, parameter = parameter, length = length, downloadonly = downloadonly, $
                           trange = trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_meteor_ktb_txt, datatype = 'thermosphere'.
            The default is 'thermosphere'.
  length = Data length '1-day' or '1-month'. For example, iug_load_meteor_ktb_txt, length = '1_day'.
           A kind of parameters is 2 types of '1_day', and '1_month'. 
  parameter = Data parameter. For example, iug_load_meteor_ktb_txt, parameter = 'h2t60min00'. 
              A kind of parameters is 4 types of 'h2t60min00', 'h2t60min00', 'h4t60min00', 'h4t60min00'.
              The default is 'all'.
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 11/07/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 27/12/2011.
 A. Shinbori, 31/01/2012.
 A. Shinbori, 07/02/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_meteor_ktb_txt.pro)


IUG_LOAD_METEOR_RISH

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_meteor_rish

PURPOSE:
  Queries the Kyoto_RISH servers for the horizontal wind data (uwnd, vwnd, uwndsig, vwndsig, mwnum)
  in the NetCDF format taken by the meteor wind radar (MWR) at Kototabang and Serpong and loads data into
  tplot format.

SYNTAX:
 iug_load_meteor_rish, datatype = datatype, site=site, parameters = parameters, $
                       downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
 datatype = Observation data type. For example, iug_load_meteor_rish, datatype = 'thermosphere'.
            The default is 'thermosphere'. 
   site  = Observatory code name.  For example, iug_load_meteor_rish, site = 'ktb'.
           The default is 'all', i.e., load all available stations.
 parameters = Data parameter. For example, iug_load_meteor_rish, parameter = 'h2t60min00'. 
             A kind of parameters is 5 types of 'h2t60min00', 'h2t60min30', 'h4t60min00', 'h4t60min00', 'h4t240min00'.
             The default is 'h2t60min00'. 
  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.


CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_meteor_rish.pro)


IUG_LOAD_METEOR_RISH_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_meteor_rish_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the horizontal wind data (uwnd, vwnd, uwndsig, vwndsig, mwnum)
  in the text format taken by the meteor wind radar (MWR) at Kototabang and Serpong and loads data into
  tplot format.

SYNTAX:
 iug_load_meteor_rish, datatype = datatype, site=site, parameters = parameters, $
                       downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
 datatype = Observation data type. For example, iug_load_meteor_rish_txt, datatype = 'thermosphere'.
            The default is 'thermosphere'. 
   site  = Observatory code name.  For example, iug_load_meteor_rish_txt, site = 'ktb'.
           The default is 'all', i.e., load all available stations.
 parameters = Data parameter. For example, iug_load_meteor_rish_txt, parameter = 'h2t60min00'. 
             A kind of parameters is 5 types of 'h2t60min00', 'h2t60min30', 'h4t60min00', 'h4t60min00', 'h4t240min00'.
             The default is 'h2t60min00'. 
  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.

CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_meteor_rish_txt.pro)


IUG_LOAD_METEOR_SRP_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_meteor_srp_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the horizontal wind data (uwnd, vwnd, uwndsig, vwndsig, mwnum)
  in the netCDF format taken by the meteor wind radar (MWR) at Serpong and loads data into
  tplot format.

SYNTAX:
 iug_load_meteor_srp_nc, datatype = datatype, parameter = parameter, length = length, downloadonly = downloadonly, $
                           trange = trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_meteor_srp_nc, datatype = 'thermosphere'.
            The default is 'thermosphere'.
  length = Data length '1-day' or '1-month'. For example, iug_load_meteor_srp_nc, length = '1_day'.
           A kind of parameters is 2 types of '1_day', and '1_month'. 
  parameters = Data parameter. For example, iug_load_meteor_srp_nc, parameter = 'h2t60min00'. 
             A kind of parameters is 2 types of 'h2t60min00', 'h4t60min00'.
             The default is 'all'.
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 11/07/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 27/12/2011.
 A. Shinbori, 31/01/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_meteor_srp_nc.pro)


IUG_LOAD_METEOR_SRP_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_meteor_srp_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the horizontal wind data (uwnd, vwnd, uwndsig, vwndsig, mwnum)
  in the text format taken by the meteor wind radar (MWR) at Serpong and loads data into
  tplot format.

SYNTAX:
 iug_load_meteor_srp_txt, datatype = datatype, parameter = parameter, length=length, downloadonly = downloadonly, $
                          trange = trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_meteor_srp_txt, datatype = 'thermosphere'.
            The default is 'thermosphere'. 
  length = Data length '1-day' or '1-month'. For example, iug_load_meteor_srp_txt, length = '1_day'.
           A kind of parameters is 2 types of '1_day', and '1_month'.
  parameter = Data parameter. For example, iug_load_meteor_srp_txt, parameter = 'h2t60min00'. 
              A kind of parameters is 4 types of 'h2t60min00', 'h2t60min00', 'h4t60min00', 'h4t60min00'.
              The default is 'all'.
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 11/07/2011.
 A. Shinbori, 06/10/2011.
 A. Shinbori, 27/12/2011.
 A. Shinbori, 31/01/2012.
 A. Shinbori, 07/02/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_meteor_srp_txt.pro)


IUG_LOAD_MF_RISH

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_mf_rish

PURPOSE:
  Queries the Kyoto_RISH servers for the observation data (uwind, vwind, wwind)
  in the NetCDF format taken by the MF radar at Pameungpeuk and loads data into
  tplot format.

SYNTAX:
 iug_load_mf_rish, datatype = datatype, site=site, downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
 datatype = Observation data type. For example, iug_load_mf_rish, datatype = 'thermosphere'.
            The default is 'thermosphere'. 
   site  = Observatory code name.  For example, iug_load_mf_rish, site = 'pam'.
          The default is 'all', i.e., load all available stations.
  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.

CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_mf_rish.pro)


IUG_LOAD_MF_RISH_PAM_BIN

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_mf_rish_pam_bin

PURPOSE:
  Queries the Kyoto_RISH servers for the observation data (uwind, vwind, wwind)
  in the binary format (SSWMA) taken by the MF radar at Pameungpeuk and loads data into
  tplot format.

SYNTAX:
 iug_load_mf_rish_pam_bin, site=site,downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
   site  = Observatory code name.  For example, iug_load_mf_rish_pam_bin, site = 'pam'.
          The default is 'all', i.e., load all available stations.
  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.

CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.
 A. Shinbori, 27/12/2011.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_mf_rish_pam_bin.pro)


IUG_LOAD_MF_RISH_PAM_NC

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_mf_rish_pam_nc

PURPOSE:
  Queries the Kyoto_RISH servers for the observation data (uwind, vwind, wwind)
  in the NetCDF format taken by the MF radar at Pameungpeuk and loads data into
  tplot format.

SYNTAX:
 iug_load_mf_rish_pam_nc, datatype = datatype, site=site, downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_mf_rish_pam_nc, datatype = 'thermosphere'.
            The default is 'thermosphere'. 
   site  = Observatory code name.  For example, iug_load_mf_rish_pam_nc, site = 'pam'.
          The default is 'all', i.e., load all available stations.
  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.
                 
CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.
 A. Shinbori, 27/12/2011.
 A. Shinbori, 31/10/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_mf_rish_pam_nc.pro)


IUG_LOAD_MU

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_mu

PURPOSE:
  Queries the Kyoto_RISH servers for all the observation data taken by 
  the Middle and Upper atmosphere (MU) radar at Shigaraki and loads data into
  tplot format.

SYNTAX:
  iug_load_mu [ ,DATATYPE = string ]
                [ ,TRANGE = [min,max] ]
                [ ,FILENAMES = string scalar or array ]
                [ , ]

KEYWOARDS:
  DATATYPE = The type of data to be loaded. In this load program,
             DATATYPEs are 'troposphere' etc.
 
  TRANGE (In):
    Pass a time range a la TIME_STRING.PRO.
  FILENAMES (In):
    *PRESENTLY DISABLED* Pass user-defined file names (full paths to local data files).  These will
      be read a la the RISH format, and the RISH server will not be queried.
  VERBOSE (In): [1,...,5], Get more detailed (higher number) command line output.

CODE:
 A. Shinbori, 09/19/2010.

MODIFICATIONS:
 A. Shinbori, 03/24/2011.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_mu.pro)


IUG_LOAD_MU_TROP_TXT

[Previous Routine] [Next Routine] [List of Routines]

NAME:
iug_load_mu_trop_txt

PURPOSE:
  Queries the Kyoto_RISH servers for the standard observation data of the 
  troposphere and lower stratsphere in the CSV format taken by the Middle and 
  Upper atmosphere (MU) radar at Shigaraki and loads data into tplot format.

SYNTAX:
 iug_load_ear_trop_txt, datatype = datatype, parameter=parameter, $
                        downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_mu_trop_txt, datatype = 'troposphere'.
            The default is 'troposphere'. 
  parameter = parameter name of MU troposphere standard obervation data.  
          For example, iug_load_mu_trop_txt, parameter = 'uwnd'.
          The default is 'all', i.e., load all available parameters.
  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.

CODE:
 A. Shinbori, 19/09/2010.

MODIFICATIONS:
 A. Shinbori, 24/03/2011.
 A. Shinbori, 13/11/2011.
 A. Shinbori, 26/12/2011.
 A. Shinbori, 31/01/2012.
 
ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_mu_trop_txt.pro)


IUG_LOAD_SDFIT

[Previous Routine] [Next Routine] [List of Routines]
 PROCEDURE: iug_load_sdfit
   to load the SuperDARN fitacf data from the STEL ERG-SC site 

 NOTE: This procedure is a simple alias to "erg_load_sdfit" 
   and calls the original one by just providing the same 
   arguments/keywords given.
   Some load procedures for the ground-based observational data 
   in the  ERG mission, named "erg_load_???", can be also called  
   by "iug_load_???", because these data are related to the both 
   ERG and IUGONET projects.
   For more information, see http://www.iugonet.org/en/ 
                         and http://gemsissc.stelab.nagoya-u.ac.jp/erg/

 :KEYWORDS:
    sites: 3-letter code of SD radar name. 
           Currently only the following codes work: 
           'hok', 'ksr'  
    cdffn: File path of a CDF file if given explicitly. 
    get_support_data: Turn this on to load the supporting data 
    trange: time range for which data are loaded. 
            e.g., ['2008-10-01/00:00:00','2008-10-02/00:00:00'] 

 :AUTHOR: 
     Tomo Hori (E-mail: horit at stelab.nagoya-u.ac.jp)
 :HISTORY:
   2010/03/09: Created as a draft version
   2010/07/01: now work for hok and ksr
   2010/09/10: added some keywords

(See iugonet/load/iug_load_sdfit.pro)


IUG_LOAD_WPR_RISH

[Previous Routine] [List of Routines]

NAME:
iug_load_wpr_rish

PURPOSE:
  Queries the Kyoto_RISH servers for the observation data (uwnd, vwnd, wwnd, pwr1-5, wdt1-5)
  in the CSV format taken by the Luneberg lens wind profiler radar (LL-WPR) and loads data into
  tplot format.

SYNTAX:
 iug_load_wpr_rish, datatype = datatype, site=site, parameter=parameter, $
                        downloadonly=downloadonly, trange=trange, verbose=verbose

KEYWOARDS:
  datatype = Observation data type. For example, iug_load_wpr_rish, datatype = 'troposphere'.
            The default is 'troposphere'. 
   site = LTR observation site.  
          For example, iug_load_wpr_rish, site = 'sgk'.
          The default is 'all', i.e., load all available observation points.
  parameter = parameter name of WPR obervation data.  
          For example, iug_load_wpr_rish, parameter = 'uwnd'.
          The default is 'all', i.e., load all available parameters.
  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.

CODE:
 A. Shinbori, 06/10/2011.

MODIFICATIONS:
 A. Shinbori, 26/12/2011.
 A. Shinbori. 31/01/2012.
 A. Shinbori, 10/02/2012.

ACKNOWLEDGEMENT:
 $LastChangedBy:  $
 $LastChangedDate:  $
 $LastChangedRevision:  $
 $URL $

(See iugonet/load/iug_load_wpr_rish.pro)