./
eve_merge_evs.pro
top source eve_merge_evs
user
result = eve_merge_evs(start_yyyydoy, stop_yyyydoy [, n_average=n_average] [, meta=meta] [, verbose=verbose])
Merge EVE Level 2 spectrum files into one long EVE record, optionally averaging consecutive spectra
Return value
An array of structures, each of the same form as an L2S spectrum structure
Parameters
- start_yyyydoy in required
Start day to use in building the merge. Date is specified as a 7-digit year/day of year value, for instance 2012/254 Sep 10 is 2012254
- stop_yyyydoy in required
End day to use in building the merge. Files up to and including 23:59:59 on the day in question are used. If start and stop dates are the same, all files on that day will be included.
Keywords
- n_average in optional
If set, each consecutive bundle of n_average spectra are averaged together. For instance, if n_average is passed in as 6, each consecutive group of 6 10-second spectra is averaged together, resulting in output which is has minute average spectra.
- meta out optional
Metadata from last file that was successfully read
- verbose in optional
Set this switch to make this print more results in the IDL log. This is just passed as-is to functions used internally, as this function produces no log output itself
File attributes
Modification date: | Thu Dec 1 16:13:13 2016 |
Lines: | 71 |
Docformat: | rst rst |