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_waveform.pro


Procedure: RBSP_LOAD_EFW_WAVEFORM Purpose: Loads RBSP EFW Waveform 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=strin 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 DATATYPE: Input, string. Default setting is to calibrate all raw quantites and also produce all _0 and _dot0 quantities. Use DATATYPE kw to narrow the data products. Wildcards and glob-style patterns accepted (e.g., ef?, *_dot0). 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 l1_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 coord: Set to 'uvw' to return data in UVW. Otherwise the output is in DSC coordinate system tper: (In, optional) Tplot name of spin period data. By default, tper = pertvar. If tper is set, pertvar = tper. tphase: (In, optional) Tplot name of spin phase data. By default, tphase = 'rbsp' + strlowcase(sc[0]) + '_spinphase' Note: tper and and tphase are mostly used for using eclipse-corrected spin data. Example: rbsp_load_efw_waveform,/get_suppport_data,probe=['a', 'b'] HISTORY: 1. Written by Peter Schroeder, February 2012 2012-11-06: JBT, SSL/UCB. 1. Added keywords *coord*, *tper*, and *tphase* that are passed into *rbsp_efw_cal_waveform*. $LastChangedBy: peters $ $LastChangedDate: 2013-05-06 16:23:33 -0700 (Mon, 06 May 2013) $ $LastChangedRevision: 12290 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/rbsp_load_efw_waveform.pro $

Routines

top source rbsp_load_efw_waveform

rbsp_load_efw_waveform, 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, coord=coord, noclean=noclean, tper=tper, tphase=tphase, _extra=_extra

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
coord
noclean
tper
tphase
_extra

File attributes

Modification date: Thu Feb 13 16:43:26 2014
Lines: 117