Documentation for /eve_analysis/ssw/ssw/sdo/eve/idl/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

./

eve_merge_evl.pro


top source eve_merge_evl

user

result = eve_merge_evl(start_yyyydoy, stop_yyyydoy [, n_average=n_average] [, meta=meta] [, verbose=verbose] [, files=files])

Merge EVE Level 2 Lines files into one long EVE record, optionally averaging consecutive measurements

Notes - requires $EVE_DATA/version.dat, which contains the latest version number among other things. This is available at the EVE website at http://lasp.colorado.edu/eve/data_access/evewebdata/quicklook/L0CS/version.dat and is automatically downloaded if you use eve_get_data. This way, this routine uses whatever is the latest version of the data that you have already obtained, which may not necessarily be the latest version on the EVE website.

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 measurments are averaged together. For instance, if n_average is passed in as 6, each consecutive group of 6 10-second measurements is averaged together, resulting in output which is a minute average.

meta out optional

Metadata from last file that was successfully read

verbose in optional

Set this switch to make this print more results to stdout. This is just passed as-is to functions used internally, as this function produces no log output itself

files out optional

Array of strings, each one being the name of one file which this routine read and merged

File attributes

Modification date: Mon Sep 17 00:00:00 2012
Lines: 91
Docformat: rst rst