Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/missions/rbsp/efw/

rbsp_load_efw_fit.pro


Procedure: RBSP_LOAD_EFW_FIT Purpose: Loads RBSP EFW FIT 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) /INTEGRATION: If set, load data from integration. /QA: If set, load data from l1_qa testing directory. /MSIM: If set, load data from mission simulations. /ETU: If set, load data from the ETU. /DOWNLOADONLY: download file but don't read it. (NOT IMPLEMENTED YET) /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_fit,/get_suppport_data,probe=['a', 'b'] Notes: 1. Written by Peter Schroeder, February 2012 $LastChangedBy: peters $ $LastChangedDate: 2012-11-07 14:58:26 -0800 (Wed, 07 Nov 2012) $ $LastChangedRevision: 11201 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/rbsp_load_efw_fit.pro $

Routines

top source rbsp_load_efw_fit

rbsp_load_efw_fit, 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

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

File attributes

Modification date: Thu Feb 13 16:43:27 2014
Lines: 74