This page was created by the IDL library routine
mk_html_help2.
Last modified: Fri Apr 1 11:58:51 2022.
PROCEDURE: erg_load_camera_omti_asi
PURPOSE:
To load the OMTI ASI data from the STEL ERG-SC site
KEYWORDS:
site = Observatory name, example, erg_load_camera_omti_asi, site='sgk'.
The default is 'all', i.e., load all available stations.
This can be an array of strings, e.g., ['sgk', 'sta']
or a single string delimited by spaces, e.g., 'sgk sta'.
Sites: abu ath drw eur gak hlk hus isg ist ith kap ktb mgd nai nyr ptk rik rsb sgk sta syo trs yng
wavelength = Wavelength in Angstrom, i.e., 5577, 6300, 7200, 7774, 5893, etc.
The default is 5577. This can be an array of integers, e.g., [5577, 6300]
or strings, e.g., '5577', '5577 6300', and ['5577', '6300'].
/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).
/timeclip, if set, then data are clipped to the time range set by timespan
EXAMPLE:
erg_load_camera_omti_asi, site='sgk', wavelength=5577, trange=['2012-01-01/00:00:00','2012-01-02/00:00:00']
NOTE: See the rules of the road.
For more information, see http://stdb2.isee.nagoya-u.ac.jp/omti/
HISTORY:
2013-03-28: Initial release by Y. Miyashita, Mar 28, 2013
ERG-Science Center, ISEE, Nagoya Univ.
erg-sc-core at isee.nagoya-u.ac.jp
2017-09-18: Satoshi Kurita, ISEE, Nagoya U. (kurita at isee.nagoya-u.ac.jp)
1. New stations (GAK, KAP, NYR, HUS) are included
2. Use spd_download instead of file_retrieve
2020-03-25: Atsuki Shinbori, ISEE, Nagoya U. (shinbori at isee.nagoya-u.ac.jp)
1. New stations (ABU, EUR, HLK, IST, and NAI) are included
$LastChangedDate: 2020-04-23 14:59:10 -0700 (Thu, 23 Apr 2020) $
$LastChangedRevision: 28604 $
(See projects/erg/ground/camera/erg_load_camera_omti_asi.pro)