This page was created by the IDL library routine
mk_html_help2
.
Last modified: Fri Dec 27 11:43:59 2013.
FUNCTION: GET_PULSECODE_EISCAT pulse_out = get_pulsecode_eiscat(pulse_in, mode) :DESCRIPTION: Convert pulse_code_id of the EISCAT radar observation to pulse_code or vice versa. :KEYWORDS: pulse_in: pulse_code_id(integer) or pulse_code(string) mode: 0(default) : id ---> pulse_code others : pulse_code ---> id pulse_out: output (pulse_code or id) Written by Y.-M. Tanaka, June 15, 2012 (ytanaka at nipr.ac.jp)
(See iugonet/tools/get_pulsecode_eiscat.pro)
NAME: iug_gmag_wdc_xyz PURPOSE: Transformation of geomagnetic field into XYZ (geographical) coordinates. X:North, Y:East, Z:Vertical (downward is positive) SYNTAX: iug_gmag_wdc_xyz [ ,SITE = string ] KEYWORDS: site = Station ABB code or name of geomagnetic index. Ex1) iug_gmag_wdc_xyz, site = 'kak', ... Ex2) iug_gmag_wdc_xyz, site = ['gua', 'kak'], ... reolution = Time resolution of the data: 'min' or 'hour'. EXAMPLE: iug_gmag_wdc_xyz, site = 'kak',resolution='min' CODE: A. Shinbori, 28/11/2012. MODIFICATIONS: ACKNOWLEDGEMENT: $LastChangedBy: $ $LastChangedDate: $ $LastChangedRevision: $ $URL $
(See iugonet/tools/iug_gmag_wdc_xyz.pro)