This page was created by the IDL library routine
mk_html_help2
.
Last modified: Tue Aug 12 14:47:10 2008.
***** WARNING: This routine is still being written!!! Do not attempt to use! NAME: KYOTO_AE_DOWNLOAD.PRO PURPOSE: This routine will download the requested month of AE, AL, AO, and AU data from the Kyoto server and store to the directory/file, YYYY/kyoto_ae_YYYY_MM.dat. Code: W.M.Feuerstein, 4/17/2008.
(See ssl_general/missions/kyoto/kyoto_ae_download.pro)
Name: KYOTO_AE_LOAD Purpose: Loads kyoto AE, AL, AO, and AU data into tplot format. Heavily modified from Davin Larson's KYOTO_DST_LOAD (Apr 2008). Syntax: kyoto_ae_load [, DATATYPE (!! NOT YET IMPLEMENTED !!) ] Keywords: Use DATATYPE to give any combination of AE, AL, AO, or AU. NOT YET IMPLEMENTED! For now, routine loads all by default. Code: W.M.Feuerstein, 4/16/2008. Modifications: Changed file format of name (kyoto_ae_YYYY_MM.dat to kyoto_ae_YYYYMM.dat), changed "DST" references to "AE", updated doc'n, WMF, 4/17/2008.
(See ssl_general/missions/kyoto/kyoto_ae_load.pro)
Name: KYOTO_CRIB_AE_LOAD.PRO Purpose: Demonstrate the Kyoto AE data loader. Code: W. Michael Feuerstein, 4/17/2008. Modifications: Updated doc'n, WMF, 4/17/2008.
(See ssl_general/missions/kyoto/kyoto_crib_ae_load.pro)
Procedure: kyoto_dst_load loads kyoto DST data into tplot format Davin Larson Apr 2008
(See ssl_general/missions/kyoto/kyoto_dst_load.pro)