./
eve_get_data.pro
top source eve_get_data
user
eve_get_data, level, start_yyyydoy [, end_yyyydoy], hour=hour [, verbose=verbose], oufn=oufn [, version=version] [, revision=revision] [, overwrite=overwrite]
Get EVE Level 2 or Level 3 data from the EVE website
Path of EVE data:
ssw/sdo/eve/data/level2/YYYY/DOY/
ssw/sdo/eve/data/level3/YYYY/
YYYY is the year directory
DOY is the Day of Year directory (level 2 only)
Will get both the EVL* and EVS* files
Parameters
- level in required
integer data level you want to get. Current supported levels are 2 and 3.
- start_yyyydoy in required
First day to get data for, in yyyydoy format
- end_yyyydoy in optional
Last day to get data for, in yyyydoy format. Defaults to start_yyyydoy if not specified
Keywords
- hour
- verbose in optional
Set this flag to make the program print more information to stdout, otherwise only prints stuff if there is an error.
- oufn out
On output, is set to the local name of the last file retrieved
- version in optional
Version of data to retrieve. Gets version 2 by default
- revision in optional
Revision of data to retrieve. Gets revision 1 by default
- overwrite in optional
If set, this routine will download the files fresh. By default, if a file to be retrieved is already present on the local system, that file is not retrieved again
Examples
:
eve_get_data,2,2012001,2012001 ; get EVE line and spectrum level 2 data files for 2012/001 Jan 01
File attributes
Modification date: | Wed Dec 17 21:33:08 2014 |
Lines: | 118 |
Docformat: | rst rst |