This page was created by the IDL library routine
mk_html_help2
.
Last modified: Wed Dec 6 12:50:16 2017.
NAME: DSC_CLEAROPTS DESCRIPTION: Clears non-default options from DSCOVR tplot variables. INPUTS: TN: Names or numbers of TPLOT variables to clear. Will clear any valid variable, is not limited to DSCOVR. (INT/STRING) Scalar or Array. KEYWORDS: (Optional) ALL: Set to clear options from all loaded DSCOVR variables. Will override any arguments passed in TN VERBOSE=: Integer indicating the desired verbosity level. Defaults to !dsc.verbose EXAMPLES: dsc_clearopts,/all dsc_clearopts,[3,5,12] dsc_clearopts,'dsc_h0_mag_B1GSE' CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2017-11-20 12:45:47 -0800 (Mon, 20 Nov 2017) $ $LastChangedRevision: 24321 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/projects/dscovr/misc/dsc_clearopts.pro $
(See projects/dscovr/misc/dsc_clearopts.pro)
NAME: DSC_DELETEVARS DESCRIPTION: Deletes all DSCOVR data variables from TPLOT KEYWORDS: (Optional) VERBOSE=: Integer indicating the desired verbosity level. Defaults to !dsc.verbose EXAMPLE: dsc_deletevars CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2017-11-20 12:45:47 -0800 (Mon, 20 Nov 2017) $ $LastChangedRevision: 24321 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/projects/dscovr/misc/dsc_deletevars.pro $
(See projects/dscovr/misc/dsc_deletevars.pro)
NAME: DSC_EZNAME DESCRIPTION: Given a DSCOVR shortcut string or string array, returns the full TPLOT variable name(s). Using shortcut strings implies GSE coordinate system. INPUTS: VARIN: Scalar or array of one of the shortcut strings recognized for DSCOVR. 'bx','by','bz','bgse','b','bphi','btheta', 'vx','vy','vz','vgse','v','np,','temp','vth', 'posx','posy','posz','pos' Case is ignored. Vector values are in GSE. KEYWORDS: CONF: Set to return the compound variables containing the +-dy lines if they are available. ie: dsc_ezname('np') --> 'dsc_h1_fc_Np' dsc_ezname('np',/conf) --> 'dsc_h1_fc_Np_wCONF' where 'dsc_h1_fc_Np_wCONF' looks like: 17 dsc_h1_fc_Np_wCONF 15 dsc_h1_fc_Np+DY 3 dsc_h1_fc_Np 16 dsc_h1_fc_Np-DY HELP: Set to return an array of the supported shortcut strings VERBOSE=: Integer indicating the desired verbosity level. Defaults to !dsc.verbose OUTPUT: String or string array containing the full TPLOT varible name(s). Will return '' if passed unsupported fields. EXAMPLES: fn = dsc_ezname('vx') tn = dsc_ezname(['v','Np','Temp']) tplot,fn CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2017-11-20 12:45:47 -0800 (Mon, 20 Nov 2017) $ $LastChangedRevision: 24321 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/projects/dscovr/misc/dsc_ezname.pro $
(See projects/dscovr/misc/dsc_ezname.pro)
NAME: DSC_GETRNAME DESCRIPTION Returns the routine name of the calling function. CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2017-11-20 12:45:47 -0800 (Mon, 20 Nov 2017) $ $LastChangedRevision: 24321 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/projects/dscovr/misc/dsc_getrname.pro $
(See projects/dscovr/misc/dsc_getrname.pro)
NAME: DSC_NOWIN DESCRIPTION: Closes all open direct graphics windows KEYWORDS: (Optional) VERBOSE=: Integer indicating the desired verbosity level. Defaults to !dsc.verbose CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2017-11-20 12:45:47 -0800 (Mon, 20 Nov 2017) $ $LastChangedRevision: 24321 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/projects/dscovr/misc/dsc_nowin.pro $
(See projects/dscovr/misc/dsc_nowin.pro)