general/missions/kyoto/
kyoto_dst2tplot.pro
Name: KYOTO_DST2TPLOT Purpose: Queries the Kyoto servers for DST data and loads data into tplot format. Adapted from KYOTO_AE2TPLOT.PRO. Syntax: kyoto_dst2tplot [ ,TRANGE = TRANGE ] [ ,FILENAMES ] [ ,< and data keywords below > ] Keywords: 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 Kyoto format, and the Kyoto server will not be queried. DSTDATA, DSTTIME (Out): Get 'dst' data, time basis. ALDATA, ALTIME (Out): Get 'al' data, time basis. AODATA, AOTIME (Out): Get 'ao' data, time basis. AUDATA, AUTIME (Out): Get 'au' data, time basis. Code: W.M.Feuerstein, 5/15/2008. Modifications: Changed file format of name (kyoto_dst_YYYY_MM.dat to kyoto_dst_YYYYMM.dat), changed "DST" references to "DST", updated doc'n, WMF, 4/17/2008. Saved new version under new name (old name was KYOTO_DST_LOAD), added DATATYPE kw, validate and loop on datatypes, hardwired /DOWNLOADONLY, up'd data kwd's, up'd doc'n, WMF, 5/15/2008. Tested that the software defaults to local data when ther internet is not available even with /DOWNLOADONLY (yes), added acknowledgment and warning banner, added 'ax' datatype, WMF, 5/19/2008.
Routines
File attributes
Modification date: | Thu Feb 13 16:43:20 2014 |
Lines: | 129 |