Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/missions/rbsp/efw/utils/

tplot_zoom.pro


NAME: tplot_zoom (procedure) PURPOSE: This is basically a wrapper of some of the functions of tlimit and timebar. CATEGORY: Widget CALLING SEQUENCE: tplot_zoom, reset = reset, horizontal = horizontal Use following calls to change the styles of time bars and y-bars (horizontal bars). tplot_zoom_set_ybar, linestyle = linestyle, color = color, $ thick = thick, reset = reset tplot_zoom_set_tbar, linestyle = linestyle, color = color, $ thick = thick, reset = reset KEYWORDS: /reset: In, optional If set, the common block tplot_zoom_com will be reset. /horizontal: In, optional If set, the shape of the widget will be a horizontal bar. INPUTS: None. SEE ALSO: tplot, tlimit, ctime, timebar MODIFICATION HISTORY: 2011-09-06: Created by Jianbao Tao (JBT) at CU/LASP for REE, JBT's PhD advisor, to demo tplot capabilities in a MMS meeting. 2012-06-15: JBT, CU/LASP. 1. Updated the documentation header. 2. Cleaned the code. 2012-06-26: JBT, CU/LASP. (Obsolete comment. JBT, 2012-10-31) 1. Added more comments. 2. Replaced 'Zoom In', 'Zoom Out', 'Pan Forward', and 'Pan Backward' buttons with ' + + ', ' + ', ' - ', ' - - ', ' < < ', ' < ', ' > ', and ' > > ' buttons. 3. Added the 'Full Time Span' and 'Add Time Bar(s)' buttons. 2012-10-31: JBT, SSL/UCB. Initial release in TDAS. 2013-06-20: JBT. Fixed a bug when tplot options do not include the window option. VERSION: $LastChangedBy: jianbao_tao $ $LastChangedDate: 2013-06-20 08:46:53 -0700 (Thu, 20 Jun 2013) $ $LastChangedRevision: 12558 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/rbsp/efw/utils/tplot_zoom.pro $

Routines

Routines from tplot_zoom.pro

tplot_zoom_event, ev
tplot_zoom_set_tbar, linestyle=linestyle, color=color, thick=thick, reset=reset
tplot_zoom_set_ybar, linestyle=linestyle, color=color, thick=thick, reset=reset
tplot_zoom_trange_stack, reset=reset, addtr=addtr, inc_itr=inc_itr, dec_itr=dec_itr
tplot_zoom_yzoom_vars, reset=reset
result = quick_zoom_event(ev)
result = tplot_zoom_visible()
tplot_zoom, reset=reset, horizontal=horizontal

Routine details

top source tplot_zoom_event

tplot_zoom_event, ev

Parameters

ev

top source tplot_zoom_set_tbar

tplot_zoom_set_tbar, linestyle=linestyle, color=color, thick=thick, reset=reset

Keywords

linestyle
color
thick
reset

top source tplot_zoom_set_ybar

tplot_zoom_set_ybar, linestyle=linestyle, color=color, thick=thick, reset=reset

Keywords

linestyle
color
thick
reset

top source tplot_zoom_trange_stack

tplot_zoom_trange_stack, reset=reset, addtr=addtr, inc_itr=inc_itr, dec_itr=dec_itr

Keywords

reset
addtr
inc_itr
dec_itr

top source tplot_zoom_yzoom_vars

tplot_zoom_yzoom_vars, reset=reset

Keywords

reset

top source quick_zoom_event

result = quick_zoom_event(ev)

Parameters

ev

top source tplot_zoom_visible

result = tplot_zoom_visible()

top source tplot_zoom

tplot_zoom, reset=reset, horizontal=horizontal

Keywords

reset
horizontal

File attributes

Modification date: Thu Feb 13 16:43:25 2014
Lines: 481