projects/maven/swea/
mvn_swe_get3d.pro
Routines
top source mvn_swe_get3d
result = mvn_swe_get3d(time, archive=archive, all=all, sum=sum, units=units)
FUNCTION: mvn_swe_get3d PURPOSE: Returns a SWEA 3D data structure constructed from telemetry data (APID's A0 and A1). USAGE: ddd = mvn_swe_get3d(time) INPUTS: time: An array of times for extracting one or more 3D data structure(s) from survey data (APID A0). Can be in any format accepted by time_double. KEYWORDS: ARCHIVE: Get 3D data from archive instead (APID A1). ALL: Get all 3D spectra bounded by the earliest and latest times in the input time array. SUM: If set, then sum all 3D's selected. UNITS: Convert data to these units. (See mvn_swe_convert_units) $LastChangedBy: dmitchell $ $LastChangedDate: 2014-11-26 17:16:16 -0800 (Wed, 26 Nov 2014) $ $LastChangedRevision: 16321 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/swea/mvn_swe_get3d.pro $ CREATED BY: David L. Mitchell 03-29-14 FILE: mvn_swe_get3d.pro
Parameters
- time
Keywords
- archive
- all
- sum
- units
File attributes
Modification date: | Tue Dec 2 03:43:01 2014 |
Lines: | 173 |