projects/maven/swea/
mvn_swe_getpad.pro
Routines
top source mvn_swe_getpad
result = mvn_swe_getpad(time, archive=archive, all=all, sum=sum, units=units)
FUNCTION: mvn_swe_getpad PURPOSE: Constructs PAD data structure from raw data. USAGE: pad = mvn_swe_getpad(time) INPUTS: time: An array of times for extracting one or more PAD data structure(s) from survey data (APID A2). Can be in any format accepted by time_double. KEYWORDS: ARCHIVE: Get PAD data from archive instead (APID A3). ALL: Get all PAD spectra bounded by the earliest and latest times in the input time array. SUM: If set, then sum all PAD's selected. UNITS: Convert data to these units. (See mvn_swe_convert_units) $LastChangedBy: dmitchell $ $LastChangedDate: 2014-11-17 16:49:19 -0800 (Mon, 17 Nov 2014) $ $LastChangedRevision: 16206 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/swea/mvn_swe_getpad.pro $ CREATED BY: David L. Mitchell 03-29-14 FILE: mvn_swe_getpad.pro
Parameters
- time
Keywords
- archive
- all
- sum
- units
File attributes
Modification date: | Fri Nov 21 06:43:12 2014 |
Lines: | 144 |