Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

projects/themis/examples/advanced/

thm_crib_efi_cal.pro


NAME: thm_crib_efi_cal PURPOSE: Allows comparison of calibrated, semi-calibrated and raw EFI data CALLING SEQUENCE: thm_crib_efi_cal, date = date, probe = probe, datatype = datatype, $ trange = trange, /split_components INPUT: None explicit OUTPUT: No explicit output, a bunch of tplot variables are created for the given probe, date and datatype;for example, for probe='c' and datatype='eff', then varibles named: 'tha_eff_raw', 'tha_eff_no_edc_offset', 'tha_eff_calfile_edc_offset', and 'tha_eff_full' are created. Variable: tha_raw contains raw data Variable: tha_no_edc_offset contains data in physical units -- with no EDC offsets subtracted from the spin-plane components E12 and E34. Variable: tha_calfile_edc_offset contains data in physical units -- with EDC offsets obtained from the calibration file subtracted from the spin-plane components E12 and E34. Variable: tha_full contains data in physical units -- with spin-averaged EDC offsets from the spin-plane components E12 and E34. KEYWORDS: date = the date for the data needed, not used if trange is set. The default is '2010-01-01' probe = probe, one of 'a', 'b', 'c','d', 'e'. The default is 'a'. datatype = the tye of EFI field data to be used, 'eff', 'efp', 'efw'. The default is 'eff'. trange = an input time range, will supercede the date keyword split_components = if set, then call split_vec on the outputs to compare individual components HISTORY: 20-sep-2010, jmm, jimm@ssl.berkeley.edu $LastChangedBy: pcruce $ $LastChangedDate: 2013-09-19 11:14:02 -0700 (Thu, 19 Sep 2013) $ $LastChangedRevision: 13081 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/examples/advanced/thm_crib_efi_cal.pro $

Routines

top source thm_crib_efi_cal

thm_crib_efi_cal, date=date, probe=probe, datatype=datatype, split_components=split_components, trange=trange, _extra=_extra

Keywords

date
probe
datatype
split_components
trange
_extra

File attributes

Modification date: Thu Feb 13 16:42:56 2014
Lines: 45