projects/maven/swia/
mvn_swia_load_l2_data.pro
PROCEDURE: MVN_SWIA_LOAD_L2_DATA PURPOSE: Routine to load SWIA Level 2 data and produce common blocks and Tplot variables This routine is still preliminary and will include a lot more bells and whistles AUTHOR: Jasper Halekas CALLING SEQUENCE: MVN_SWIA_LOAD_L2_DATA, /TPLOT, /LOADALL, /EFLUX, TRANGE = TRANGE INPUTS: Files: An array of filenames containing PF Level 2 data, by default just the dates in 'YYYYMMDD' format (not needed if using file_retrieve functionality) KEYWORDS: PATH: Directory path for SWIA level 2 files (default 'maven/data/sci/swi/l2/') VERSION: Software version number to put in file (defaults to most recent) REVISION: Data version number to put in file (defaults to most recent) TPLOT: Produce Tplot variables QLEVEL: Set this keyword to not plot moments or spectra with a low quality flag or decommutation quality flag. Default cutoff = 0.5 LOADMOM: Load moments data LOADSPEC: Load spectra data LOADFINE: Load fine resolution 3d data (survey + archive) LOADCOARSE: Load coarse resolution 3d data (survey + archive) LOADALL: Load all data for a given day or days TRANGE: Load data for all files within given range (one day granularity, supercedes file list, if not set then 'timerange' will be called) EFLUX: Load eflux data instead of counts for 3ds and spectra NO_SERVER: If set, will not go looking for files remotely $LastChangedBy: jhalekas $ $LastChangedDate: 2014-11-25 08:56:05 -0800 (Tue, 25 Nov 2014) $ $LastChangedRevision: 16299 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/swia/mvn_swia_load_l2_data.pro $
Routines
top source mvn_swia_load_l2_data
mvn_swia_load_l2_data, files, path=path, version=version, revision=revision, tplot=tplot, qlevel=qlevel, loadmom=loadmom, loadspec=loadspec, loadfine=loadfine, loadcoarse=loadcoarse, loadall=loadall, trange=trange, eflux=eflux, no_server=no_server
Parameters
- files
Keywords
- path
- version
- revision
- tplot
- qlevel
- loadmom
- loadspec
- loadfine
- loadcoarse
- loadall
- trange
- eflux
- no_server
File attributes
Modification date: | Tue Dec 2 03:43:01 2014 |
Lines: | 503 |