projects/maven/swea/
mvn_swe_getspec.pro
Routines
top source mvn_swe_getspec
result = mvn_swe_getspec(time, archive=archive, sum=sum, units=units, yrange=yrange)
FUNCTION: mvn_swe_getspec PURPOSE: Extracts ENGY data common block at a specified time or time range. Optionally sums spectra. USAGE: spec = mvn_swe_getspec(time) INPUTS: time: An array of times for extracting one or more SPEC data structure(s). Can be in any format accepted by time_double. If more than one time is specified, then all spectra between the earliest and latest times in the array is returned. KEYWORDS: ARCHIVE: Get SPEC data from archive instead (APID A5). SUM: If set, then sum all spectra selected. UNITS: Convert data to these units. (See mvn_swe_convert_units) YRANGE: Returns the data range, excluding zero counts. $LastChangedBy: dmitchell $ $LastChangedDate: 2014-10-31 14:15:03 -0700 (Fri, 31 Oct 2014) $ $LastChangedRevision: 16106 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/swea/mvn_swe_getspec.pro $ CREATED BY: David L. Mitchell 03-29-14 FILE: mvn_swe_getspec.pro
Parameters
- time
Keywords
- archive
- sum
- units
- yrange
File attributes
Modification date: | Fri Nov 21 06:43:11 2014 |
Lines: | 68 |