general/missions/rbsp/efw/
rbsp_load_efw_spec.pro
Procedure: RBSP_LOAD_EFW_SPEC Purpose: Loads RBSP EFW SPEC data keywords: probe = Probe name. The default is 'all', i.e., load all available probes. This can be an array of strings, e.g., ['a', 'b'] or a single string delimited by spaces, e.g., 'a b' varformat=string TRANGE= (Optional) Time range of interest (2 element array), if this is not set, the default is to prompt the user. Note that if the input time range is not a full day, a full day's data is loaded VARNAMES: names of variables to load from cdf: default is all. /GET_SUPPORT_DATA: load support_data variables as well as data variables into tplot variables. (NOT IMPLEMENTED YET) /DOWNLOADONLY: download file but don't read it. (NOT IMPLEMENTED YET) /QA: If set, load data from 11_qa testing directory. /INTEGRATION: If set, load data from integration. /MSIM: If set, load data from mission simulations. /ETU: If set, load data from the ETU. /valid_names, if set, then this routine will return the valid probe, datatype and/or level options in named variables supplied as arguments to the corresponding keywords. files named varible for output of pathnames of local files. /VERBOSE set to output some useful info type: set to 'calibrated' to automatically convert data into physical units Example: rbsp_load_efw_spec,/get_suppport_data,probe=['a', 'b'] Notes: 1. Written by Peter Schroeder, February 2012 $LastChangedBy: aaronbreneman $ $LastChangedDate: 2013-04-01 13:54:32 -0700 (Mon, 01 Apr 2013) $ $LastChangedRevision: 11927 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/rbsp_load_efw_spec.pro $
Routines
top source rbsp_load_efw_spec
rbsp_load_efw_spec, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, cdf_data=cdf_data, get_support_data=get_support_data, tplotnames=tplotnames, make_multi_tplotvar=make_multi_tplotvar, varformat=varformat, valid_names=valid_names, files=files, type=type, integration=integration, msim=msim, etu=etu, qa=qa, pT=pT
Keywords
- probe
- datatype
- trange
- level
- verbose
- downloadonly
- cdf_data
- get_support_data
- tplotnames
- make_multi_tplotvar
- varformat
- valid_names
- files
- type
- integration
- msim
- etu
- qa
- pT
File attributes
Modification date: | Thu Feb 13 16:43:26 2014 |
Lines: | 164 |