This page was created by the IDL library routine
mk_html_help2
.
Last modified: Wed Dec 6 12:50:16 2017.
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 projects/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. A. Shinbori, 30/11/2017. MODIFICATIONS: ACKNOWLEDGEMENT: $LastChangedBy: nikos $ $LastChangedDate: 2017-12-05 22:14:20 -0800 (Tue, 05 Dec 2017) $ $LastChangedRevision: 24404 $ $URL $
(See projects/iugonet/tools/iug_gmag_wdc_xyz.pro)