projects/themis/spacecraft/fields/
thm_load_fit.pro
Procedure: THM_LOAD_FIT Purpose: Loads THEMIS 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' datatype = The type of data to be loaded, can be an array of strings or single string separate by spaces. The default is 'all' 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 level = the level of the data, the default is 'l1', or level-1 data. A string (e.g., 'l2') or an integer can be used. 'all' can be passed in also, to get all levels. CDF_DATA: named variable in which to return cdf data structure: only works for a single spacecraft and datafile name. 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. /DOWNLOADONLY: download file but don't read it. /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. /no_cal if set will not include boom shortening or Ex offset in output /VERBOSE set to output some useful info /NO_TIME_CLIP: Disables time clipping, which is the default use_eclipse_corrections: Only applies when loading and calibrating Level 1 data. Defaults to 0 (no eclipse spin model corrections applied). use_eclipse_corrections=1 applies partial eclipse corrections (not recommended, used only for internal SOC processing). use_eclipse_corrections=2 applies all available eclipse corrections. Example: thg_load_fit,/get_suppport_data,probe=['a', 'b'] Modifications: J. McFadden passed through the NO_CAL kw to THM_CAL_FIT.PRO, WMF, 6/27/2008. Notes: $LastChangedBy: jwl $ $LastChangedDate: 2014-01-15 11:08:25 -0800 (Wed, 15 Jan 2014) $ $LastChangedRevision: 13904 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/fields/thm_load_fit.pro $
Routines
Routines from thm_load_fit.pro
thm_load_fit_post, sname=sname, datatype=datatype, level=level, tplotnames=tplotnames, suffix=suffix, proc_type=proc_type, coord=coord, delete_support_data=delete_support_data, sigma=sigma, _extra=_extra, no_cal=no_cal, use_eclipse_corrections=use_eclipse_corrections
thm_load_fit, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, cdf_data=cdf_data, get_support_data=get_support_data, relpathnames_all=relpathnames_all, no_download=no_download, varnames=varnames, valid_names=valid_names, files=files, progobj=progobj, type=type, suffix=suffix, coord=coord, sigma=sigma, no_cal=no_cal, true_dsl=true_dsl, use_eclipse_corrections=use_eclipse_corrections, _extra=_extra
Routine details
top source thm_load_fit_post
thm_load_fit_post, sname=sname, datatype=datatype, level=level, tplotnames=tplotnames, suffix=suffix, proc_type=proc_type, coord=coord, delete_support_data=delete_support_data, sigma=sigma, _extra=_extra, no_cal=no_cal, use_eclipse_corrections=use_eclipse_corrections
Keywords
- sname
- datatype
- level
- tplotnames
- suffix
- proc_type
- coord
- delete_support_data
- sigma
- _extra
- no_cal
- use_eclipse_corrections
top source thm_load_fit
thm_load_fit, probe=probe, datatype=datatype, trange=trange, level=level, verbose=verbose, downloadonly=downloadonly, cdf_data=cdf_data, get_support_data=get_support_data, relpathnames_all=relpathnames_all, no_download=no_download, varnames=varnames, valid_names=valid_names, files=files, progobj=progobj, type=type, suffix=suffix, coord=coord, sigma=sigma, no_cal=no_cal, true_dsl=true_dsl, use_eclipse_corrections=use_eclipse_corrections, _extra=_extra
Keywords
- probe
- datatype
- trange
- level
- verbose
- downloadonly
- cdf_data
- get_support_data
- relpathnames_all
- no_download
- varnames
- valid_names
- files
- progobj
- type
- suffix
- coord
- sigma
- no_cal
- true_dsl
- use_eclipse_corrections
- _extra
File attributes
Modification date: | Thu Feb 13 16:42:38 2014 |
Lines: | 174 |