Ignore:
Timestamp:
Oct 24, 2011 2:43:40 PM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
67cd7c0
Parents:
70ecd530
Message:

sphinx build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/AnnulusSlicer.html

    r96cbb53 rbce8148  
    33<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    44  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     5 
    56 
    67<html xmlns="http://www.w3.org/1999/xhtml"> 
     
    89    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    910     
    10     <title>AnnulusSlicer &mdash; guiframe v0.1.0 documentation</title> 
     11    <title>AnnulusSlicer &mdash; guiframe 0.1.0 documentation</title> 
     12     
    1113    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 
    1214    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 
     15     
    1316    <script type="text/javascript"> 
    1417      var DOCUMENTATION_OPTIONS = { 
     
    2326    <script type="text/javascript" src="../../../_static/underscore.js"></script> 
    2427    <script type="text/javascript" src="../../../_static/doctools.js"></script> 
    25     <link rel="top" title="guiframe v0.1.0 documentation" href="../../../index.html" /> 
     28    <link rel="top" title="guiframe 0.1.0 documentation" href="../../../index.html" /> 
    2629    <link rel="up" title="Local Perspective: plotting" href="index.html" /> 
    2730    <link rel="next" title="Arc" href="Arc.html" /> 
     
    4447          <a href="index.html" title="Local Perspective: plotting" 
    4548             accesskey="P">previous</a> |</li> 
    46         <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li> 
     49        <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> &raquo;</li> 
    4750          <li><a href="index.html" accesskey="U">Local Perspective: plotting</a> &raquo;</li>  
    4851      </ul> 
     
    5659  <div class="section" id="annulusslicer"> 
    5760<h1>AnnulusSlicer<a class="headerlink" href="#annulusslicer" title="Permalink to this headline">¶</a></h1> 
    58 <div class="section" id="module-sans.guiframe.local_perspectives.plotting.AnnulusSlicer"> 
    59 <span id="sans-guiframe-local-perspectives-plotting-annulusslicer"></span><h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.AnnulusSlicer" title="sans.guiframe.local_perspectives.plotting.AnnulusSlicer"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AnnulusSlicer</span></tt></a><a class="headerlink" href="#module-sans.guiframe.local_perspectives.plotting.AnnulusSlicer" title="Permalink to this headline">¶</a></h2> 
    60 <dl class="class"> 
     61<div class="section" id="sans-guiframe-local-perspectives-plotting-annulusslicer"> 
     62<h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.AnnulusSlicer" title="sans.guiframe.local_perspectives.plotting.AnnulusSlicer"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AnnulusSlicer</span></tt></a><a class="headerlink" href="#sans-guiframe-local-perspectives-plotting-annulusslicer" title="Permalink to this headline">¶</a></h2> 
     63<span class="target" id="module-sans.guiframe.local_perspectives.plotting.AnnulusSlicer"></span><dl class="class"> 
    6164<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor"> 
    62 <em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AnnulusSlicer.</tt><tt class="descname">AnnulusInteractor</tt><big>(</big><em>base</em>, <em>axes</em>, <em>color='black'</em>, <em>zorder=3</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor" title="Permalink to this definition">¶</a></dt> 
    63 <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></p> 
     65<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AnnulusSlicer.</tt><tt class="descname">AnnulusInteractor</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor" title="Permalink to this definition">¶</a></dt> 
     66<dd><p>Bases: <a class="reference internal" href="BaseInteractor.html#sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor" title="sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></a></p> 
    6467<p>Select an annulus through a 2D plot. 
    6568This interactor is used to average 2D data  with the region  
     
    6770this class is defined by 2 Ringinterators.</p> 
    6871<dl class="method"> 
     72<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.__init__"> 
     73<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.__init__" title="Permalink to this definition">¶</a></dt> 
     74<dd></dd></dl> 
     75 
     76<dl class="attribute"> 
     77<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.__module__"> 
     78<tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.local_perspectives.plotting.AnnulusSlicer'</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.__module__" title="Permalink to this definition">¶</a></dt> 
     79<dd></dd></dl> 
     80 
     81<dl class="method"> 
     82<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor._onEVT_SLICER_PARS"> 
     83<tt class="descname">_onEVT_SLICER_PARS</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor._onEVT_SLICER_PARS" title="Permalink to this definition">¶</a></dt> 
     84<dd><p>receive an event containing parameters values to reset the slicer</p> 
     85<table class="docutils field-list" frame="void" rules="none"> 
     86<col class="field-name" /> 
     87<col class="field-body" /> 
     88<tbody valign="top"> 
     89<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; event of type SlicerParameterEvent with params as  
     90attribute</td> 
     91</tr> 
     92</tbody> 
     93</table> 
     94</dd></dl> 
     95 
     96<dl class="method"> 
     97<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor._post_data"> 
     98<tt class="descname">_post_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor._post_data" title="Permalink to this definition">¶</a></dt> 
     99<dd><p>Uses annulus parameters to plot averaged data into 1D data.</p> 
     100<table class="docutils field-list" frame="void" rules="none"> 
     101<col class="field-name" /> 
     102<col class="field-body" /> 
     103<tbody valign="top"> 
     104<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>nbins</strong> &#8211; the number of points to plot</td> 
     105</tr> 
     106</tbody> 
     107</table> 
     108</dd></dl> 
     109 
     110<dl class="method"> 
    69111<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.clear"> 
    70112<tt class="descname">clear</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.clear" title="Permalink to this definition">¶</a></dt> 
     
    80122<dl class="method"> 
    81123<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.connect_markers"> 
    82 <tt class="descname">connect_markers</tt><big>(</big><em>markers</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.connect_markers" title="Permalink to this definition">¶</a></dt> 
     124<tt class="descname">connect_markers</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.connect_markers" title="Permalink to this definition">¶</a></dt> 
    83125<dd><p>Connect markers to callbacks</p> 
    84126</dd></dl> 
     
    86128<dl class="method"> 
    87129<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.dpixel"> 
    88 <tt class="descname">dpixel</tt><big>(</big><em>x</em>, <em>y</em>, <em>nudge=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.dpixel" title="Permalink to this definition">¶</a></dt> 
     130<tt class="descname">dpixel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.dpixel" title="Permalink to this definition">¶</a></dt> 
    89131<dd><p>Return the step size in data coordinates for a small 
    90132step in screen coordinates.  If nudge is False (default) 
     
    111153<col class="field-body" /> 
    112154<tbody valign="top"> 
    113 <tr class="field"><th class="field-name">Return params:</th><td class="field-body">the dictionary created</td> 
     155<tr class="field-odd field"><th class="field-name">Return params:</th><td class="field-body">the dictionary created</td> 
    114156</tr> 
    115157</tbody> 
     
    119161<dl class="method"> 
    120162<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.move"> 
    121 <tt class="descname">move</tt><big>(</big><em>x</em>, <em>y</em>, <em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.move" title="Permalink to this definition">¶</a></dt> 
     163<tt class="descname">move</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.move" title="Permalink to this definition">¶</a></dt> 
    122164<dd><p>Process move to a new position, making sure that the move is allowed.</p> 
    123165</dd></dl> 
     
    125167<dl class="method"> 
    126168<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.moveend"> 
    127 <tt class="descname">moveend</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.moveend" title="Permalink to this definition">¶</a></dt> 
     169<tt class="descname">moveend</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.moveend" title="Permalink to this definition">¶</a></dt> 
    128170<dd><p>Called when any dragging motion ends. 
    129171Post an event (type =SlicerParameterEvent) 
     
    134176<dl class="method"> 
    135177<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onClick"> 
    136 <tt class="descname">onClick</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onClick" title="Permalink to this definition">¶</a></dt> 
     178<tt class="descname">onClick</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onClick" title="Permalink to this definition">¶</a></dt> 
    137179<dd><p>Prepare to move the artist.  Calls save() to preserve the state for 
    138180later restore().</p> 
     
    141183<dl class="method"> 
    142184<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onDrag"> 
    143 <tt class="descname">onDrag</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onDrag" title="Permalink to this definition">¶</a></dt> 
     185<tt class="descname">onDrag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onDrag" title="Permalink to this definition">¶</a></dt> 
    144186<dd><p>Move the artist.  Calls move() to update the state, or restore() if 
    145187the mouse leaves the window.</p> 
     
    148190<dl class="method"> 
    149191<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onHilite"> 
    150 <tt class="descname">onHilite</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onHilite" title="Permalink to this definition">¶</a></dt> 
     192<tt class="descname">onHilite</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onHilite" title="Permalink to this definition">¶</a></dt> 
    151193<dd><p>Hilite the artist reporting the event, indicating that it is 
    152194ready to receive a click.</p> 
     
    155197<dl class="method"> 
    156198<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onKey"> 
    157 <tt class="descname">onKey</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onKey" title="Permalink to this definition">¶</a></dt> 
     199<tt class="descname">onKey</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onKey" title="Permalink to this definition">¶</a></dt> 
    158200<dd><p>Respond to keyboard events.  Arrow keys move the widget.  Escape 
    159201restores it to the position before the last click.</p> 
     
    163205<dl class="method"> 
    164206<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onLeave"> 
    165 <tt class="descname">onLeave</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onLeave" title="Permalink to this definition">¶</a></dt> 
     207<tt class="descname">onLeave</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onLeave" title="Permalink to this definition">¶</a></dt> 
    166208<dd><p>Restore the artist to the original colour when the cursor leaves.</p> 
    167209</dd></dl> 
     
    169211<dl class="method"> 
    170212<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onRelease"> 
    171 <tt class="descname">onRelease</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onRelease" title="Permalink to this definition">¶</a></dt> 
     213<tt class="descname">onRelease</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.onRelease" title="Permalink to this definition">¶</a></dt> 
    172214<dd></dd></dl> 
    173215 
     
    180222<dl class="method"> 
    181223<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.save"> 
    182 <tt class="descname">save</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.save" title="Permalink to this definition">¶</a></dt> 
     224<tt class="descname">save</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.save" title="Permalink to this definition">¶</a></dt> 
    183225<dd><p>Remember the roughness for this layer and the next so that we 
    184226can restore on Esc.</p> 
     
    187229<dl class="method"> 
    188230<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_cursor"> 
    189 <tt class="descname">set_cursor</tt><big>(</big><em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_cursor" title="Permalink to this definition">¶</a></dt> 
     231<tt class="descname">set_cursor</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_cursor" title="Permalink to this definition">¶</a></dt> 
    190232<dd></dd></dl> 
    191233 
    192234<dl class="method"> 
    193235<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_layer"> 
    194 <tt class="descname">set_layer</tt><big>(</big><em>n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_layer" title="Permalink to this definition">¶</a></dt> 
     236<tt class="descname">set_layer</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_layer" title="Permalink to this definition">¶</a></dt> 
    195237<dd><p>Allow adding plot to the same panel</p> 
    196238<table class="docutils field-list" frame="void" rules="none"> 
     
    198240<col class="field-body" /> 
    199241<tbody valign="top"> 
    200 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> &#8211; the number of layer</td> 
     242<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> &#8211; the number of layer</td> 
    201243</tr> 
    202244</tbody> 
     
    206248<dl class="method"> 
    207249<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_params"> 
    208 <tt class="descname">set_params</tt><big>(</big><em>params</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_params" title="Permalink to this definition">¶</a></dt> 
     250<tt class="descname">set_params</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.set_params" title="Permalink to this definition">¶</a></dt> 
    209251<dd><p>Receive a dictionary and reset the slicer with values contained  
    210252in the values of the dictionary.</p> 
     
    213255<col class="field-body" /> 
    214256<tbody valign="top"> 
    215 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> &#8211; a dictionary containing name of slicer parameters and  
     257<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> &#8211; a dictionary containing name of slicer parameters and  
    216258values the user assigned to the slicer.</td> 
    217259</tr> 
     
    236278<dl class="class"> 
    237279<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask"> 
    238 <em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AnnulusSlicer.</tt><tt class="descname">CircularMask</tt><big>(</big><em>base</em>, <em>axes</em>, <em>color='grey'</em>, <em>zorder=3</em>, <em>side=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask" title="Permalink to this definition">¶</a></dt> 
    239 <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></p> 
     280<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AnnulusSlicer.</tt><tt class="descname">CircularMask</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask" title="Permalink to this definition">¶</a></dt> 
     281<dd><p>Bases: <a class="reference internal" href="BaseInteractor.html#sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor" title="sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></a></p> 
    240282<p>Draw a ring Given a radius</p> 
     283<dl class="method"> 
     284<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.__init__"> 
     285<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.__init__" title="Permalink to this definition">¶</a></dt> 
     286<dd><table class="docutils field-list" frame="void" rules="none"> 
     287<col class="field-name" /> 
     288<col class="field-body" /> 
     289<tbody valign="top"> 
     290<tr class="field-odd field"><th class="field-name">Param :</th><td class="field-body"><p class="first">the color of the line that defined the ring</p> 
     291</td> 
     292</tr> 
     293<tr class="field-even field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     294<li><strong>r</strong> &#8211; the radius of the ring</li> 
     295<li><strong>sign</strong> &#8211; the direction of motion the the marker</li> 
     296</ul> 
     297</td> 
     298</tr> 
     299</tbody> 
     300</table> 
     301</dd></dl> 
     302 
     303<dl class="attribute"> 
     304<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.__module__"> 
     305<tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.local_perspectives.plotting.AnnulusSlicer'</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.__module__" title="Permalink to this definition">¶</a></dt> 
     306<dd></dd></dl> 
     307 
     308<dl class="method"> 
     309<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask._onEVT_SLICER_PARS"> 
     310<tt class="descname">_onEVT_SLICER_PARS</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask._onEVT_SLICER_PARS" title="Permalink to this definition">¶</a></dt> 
     311<dd><p>receive an event containing parameters values to reset the slicer</p> 
     312<table class="docutils field-list" frame="void" rules="none"> 
     313<col class="field-name" /> 
     314<col class="field-body" /> 
     315<tbody valign="top"> 
     316<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> &#8211; event of type SlicerParameterEvent with params as  
     317attribute</td> 
     318</tr> 
     319</tbody> 
     320</table> 
     321</dd></dl> 
     322 
     323<dl class="method"> 
     324<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask._post_data"> 
     325<tt class="descname">_post_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask._post_data" title="Permalink to this definition">¶</a></dt> 
     326<dd><p>Uses annulus parameters to plot averaged data into 1D data.</p> 
     327<table class="docutils field-list" frame="void" rules="none"> 
     328<col class="field-name" /> 
     329<col class="field-body" /> 
     330<tbody valign="top"> 
     331<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>nbins</strong> &#8211; the number of points to plot</td> 
     332</tr> 
     333</tbody> 
     334</table> 
     335</dd></dl> 
     336 
    241337<dl class="method"> 
    242338<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.clear"> 
     
    253349<dl class="method"> 
    254350<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.connect_markers"> 
    255 <tt class="descname">connect_markers</tt><big>(</big><em>markers</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.connect_markers" title="Permalink to this definition">¶</a></dt> 
     351<tt class="descname">connect_markers</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.connect_markers" title="Permalink to this definition">¶</a></dt> 
    256352<dd><p>Connect markers to callbacks</p> 
    257353</dd></dl> 
     
    259355<dl class="method"> 
    260356<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.dpixel"> 
    261 <tt class="descname">dpixel</tt><big>(</big><em>x</em>, <em>y</em>, <em>nudge=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.dpixel" title="Permalink to this definition">¶</a></dt> 
     357<tt class="descname">dpixel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.dpixel" title="Permalink to this definition">¶</a></dt> 
    262358<dd><p>Return the step size in data coordinates for a small 
    263359step in screen coordinates.  If nudge is False (default) 
     
    284380<col class="field-body" /> 
    285381<tbody valign="top"> 
    286 <tr class="field"><th class="field-name">Return params:</th><td class="field-body">the dictionary created</td> 
     382<tr class="field-odd field"><th class="field-name">Return params:</th><td class="field-body">the dictionary created</td> 
    287383</tr> 
    288384</tbody> 
     
    292388<dl class="method"> 
    293389<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.move"> 
    294 <tt class="descname">move</tt><big>(</big><em>x</em>, <em>y</em>, <em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.move" title="Permalink to this definition">¶</a></dt> 
     390<tt class="descname">move</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.move" title="Permalink to this definition">¶</a></dt> 
    295391<dd><p>Process move to a new position, making sure that the move is allowed.</p> 
    296392</dd></dl> 
     
    298394<dl class="method"> 
    299395<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.moveend"> 
    300 <tt class="descname">moveend</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.moveend" title="Permalink to this definition">¶</a></dt> 
     396<tt class="descname">moveend</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.moveend" title="Permalink to this definition">¶</a></dt> 
    301397<dd><p>Called when any dragging motion ends. 
    302398Post an event (type =SlicerParameterEvent) 
     
    307403<dl class="method"> 
    308404<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onClick"> 
    309 <tt class="descname">onClick</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onClick" title="Permalink to this definition">¶</a></dt> 
     405<tt class="descname">onClick</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onClick" title="Permalink to this definition">¶</a></dt> 
    310406<dd><p>Prepare to move the artist.  Calls save() to preserve the state for 
    311407later restore().</p> 
     
    314410<dl class="method"> 
    315411<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onDrag"> 
    316 <tt class="descname">onDrag</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onDrag" title="Permalink to this definition">¶</a></dt> 
     412<tt class="descname">onDrag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onDrag" title="Permalink to this definition">¶</a></dt> 
    317413<dd><p>Move the artist.  Calls move() to update the state, or restore() if 
    318414the mouse leaves the window.</p> 
     
    321417<dl class="method"> 
    322418<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onHilite"> 
    323 <tt class="descname">onHilite</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onHilite" title="Permalink to this definition">¶</a></dt> 
     419<tt class="descname">onHilite</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onHilite" title="Permalink to this definition">¶</a></dt> 
    324420<dd><p>Hilite the artist reporting the event, indicating that it is 
    325421ready to receive a click.</p> 
     
    328424<dl class="method"> 
    329425<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onKey"> 
    330 <tt class="descname">onKey</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onKey" title="Permalink to this definition">¶</a></dt> 
     426<tt class="descname">onKey</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onKey" title="Permalink to this definition">¶</a></dt> 
    331427<dd><p>Respond to keyboard events.  Arrow keys move the widget.  Escape 
    332428restores it to the position before the last click.</p> 
     
    336432<dl class="method"> 
    337433<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onLeave"> 
    338 <tt class="descname">onLeave</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onLeave" title="Permalink to this definition">¶</a></dt> 
     434<tt class="descname">onLeave</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onLeave" title="Permalink to this definition">¶</a></dt> 
    339435<dd><p>Restore the artist to the original colour when the cursor leaves.</p> 
    340436</dd></dl> 
     
    342438<dl class="method"> 
    343439<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onRelease"> 
    344 <tt class="descname">onRelease</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onRelease" title="Permalink to this definition">¶</a></dt> 
     440<tt class="descname">onRelease</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.onRelease" title="Permalink to this definition">¶</a></dt> 
    345441<dd></dd></dl> 
    346442 
     
    353449<dl class="method"> 
    354450<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.save"> 
    355 <tt class="descname">save</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.save" title="Permalink to this definition">¶</a></dt> 
     451<tt class="descname">save</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.save" title="Permalink to this definition">¶</a></dt> 
    356452<dd><p>Remember the roughness for this layer and the next so that we 
    357453can restore on Esc.</p> 
     
    360456<dl class="method"> 
    361457<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_cursor"> 
    362 <tt class="descname">set_cursor</tt><big>(</big><em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_cursor" title="Permalink to this definition">¶</a></dt> 
     458<tt class="descname">set_cursor</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_cursor" title="Permalink to this definition">¶</a></dt> 
    363459<dd></dd></dl> 
    364460 
    365461<dl class="method"> 
    366462<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_layer"> 
    367 <tt class="descname">set_layer</tt><big>(</big><em>n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_layer" title="Permalink to this definition">¶</a></dt> 
     463<tt class="descname">set_layer</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_layer" title="Permalink to this definition">¶</a></dt> 
    368464<dd><p>Allow adding plot to the same panel</p> 
    369465<table class="docutils field-list" frame="void" rules="none"> 
     
    371467<col class="field-body" /> 
    372468<tbody valign="top"> 
    373 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> &#8211; the number of layer</td> 
     469<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> &#8211; the number of layer</td> 
    374470</tr> 
    375471</tbody> 
     
    379475<dl class="method"> 
    380476<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_params"> 
    381 <tt class="descname">set_params</tt><big>(</big><em>params</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_params" title="Permalink to this definition">¶</a></dt> 
     477<tt class="descname">set_params</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.set_params" title="Permalink to this definition">¶</a></dt> 
    382478<dd><p>Receive a dictionary and reset the slicer with values contained  
    383479in the values of the dictionary.</p> 
     
    386482<col class="field-body" /> 
    387483<tbody valign="top"> 
    388 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> &#8211; a dictionary containing name of slicer parameters and  
     484<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> &#8211; a dictionary containing name of slicer parameters and  
    389485values the user assigned to the slicer.</td> 
    390486</tr> 
     
    409505<dl class="class"> 
    410506<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor"> 
    411 <em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AnnulusSlicer.</tt><tt class="descname">RingInteractor</tt><big>(</big><em>base</em>, <em>axes</em>, <em>color='black'</em>, <em>zorder=5</em>, <em>r=1.0</em>, <em>sign=1</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor" title="Permalink to this definition">¶</a></dt> 
    412 <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></p> 
     507<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.AnnulusSlicer.</tt><tt class="descname">RingInteractor</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor" title="Permalink to this definition">¶</a></dt> 
     508<dd><p>Bases: <a class="reference internal" href="BaseInteractor.html#sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor" title="sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.BaseInteractor._BaseInteractor</span></tt></a></p> 
    413509<p>Draw a ring Given a radius</p> 
     510<dl class="method"> 
     511<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.__init__"> 
     512<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.__init__" title="Permalink to this definition">¶</a></dt> 
     513<dd><table class="docutils field-list" frame="void" rules="none"> 
     514<col class="field-name" /> 
     515<col class="field-body" /> 
     516<tbody valign="top"> 
     517<tr class="field-odd field"><th class="field-name">Param :</th><td class="field-body"><p class="first">the color of the line that defined the ring</p> 
     518</td> 
     519</tr> 
     520<tr class="field-even field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     521<li><strong>r</strong> &#8211; the radius of the ring</li> 
     522<li><strong>sign</strong> &#8211; the direction of motion the the marker</li> 
     523</ul> 
     524</td> 
     525</tr> 
     526</tbody> 
     527</table> 
     528</dd></dl> 
     529 
     530<dl class="attribute"> 
     531<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.__module__"> 
     532<tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.local_perspectives.plotting.AnnulusSlicer'</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.__module__" title="Permalink to this definition">¶</a></dt> 
     533<dd></dd></dl> 
     534 
    414535<dl class="method"> 
    415536<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.clear"> 
     
    426547<dl class="method"> 
    427548<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.connect_markers"> 
    428 <tt class="descname">connect_markers</tt><big>(</big><em>markers</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.connect_markers" title="Permalink to this definition">¶</a></dt> 
     549<tt class="descname">connect_markers</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.connect_markers" title="Permalink to this definition">¶</a></dt> 
    429550<dd><p>Connect markers to callbacks</p> 
    430551</dd></dl> 
     
    432553<dl class="method"> 
    433554<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.dpixel"> 
    434 <tt class="descname">dpixel</tt><big>(</big><em>x</em>, <em>y</em>, <em>nudge=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.dpixel" title="Permalink to this definition">¶</a></dt> 
     555<tt class="descname">dpixel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.dpixel" title="Permalink to this definition">¶</a></dt> 
    435556<dd><p>Return the step size in data coordinates for a small 
    436557step in screen coordinates.  If nudge is False (default) 
     
    447568<col class="field-body" /> 
    448569<tbody valign="top"> 
    449 <tr class="field"><th class="field-name">Return params:</th><td class="field-body">the dictionary created</td> 
     570<tr class="field-odd field"><th class="field-name">Return params:</th><td class="field-body">the dictionary created</td> 
    450571</tr> 
    451572</tbody> 
     
    460581<col class="field-body" /> 
    461582<tbody valign="top"> 
    462 <tr class="field"><th class="field-name" colspan="2">Return self._inner_mouse_x:</th></tr> 
    463 <tr><td>&nbsp;</td><td class="field-body">the current radius of the ring</td> 
     583<tr class="field-odd field"><th class="field-name" colspan="2">Return self._inner_mouse_x:</th></tr> 
     584<tr class="field-odd field"><td>&nbsp;</td><td class="field-body">the current radius of the ring</td> 
    464585</tr> 
    465586</tbody> 
     
    469590<dl class="method"> 
    470591<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.move"> 
    471 <tt class="descname">move</tt><big>(</big><em>x</em>, <em>y</em>, <em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.move" title="Permalink to this definition">¶</a></dt> 
     592<tt class="descname">move</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.move" title="Permalink to this definition">¶</a></dt> 
    472593<dd><p>Process move to a new position, making sure that the move is allowed.</p> 
    473594</dd></dl> 
     
    475596<dl class="method"> 
    476597<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.moveend"> 
    477 <tt class="descname">moveend</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.moveend" title="Permalink to this definition">¶</a></dt> 
     598<tt class="descname">moveend</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.moveend" title="Permalink to this definition">¶</a></dt> 
    478599<dd><p>Called after a dragging motion</p> 
    479600</dd></dl> 
     
    481602<dl class="method"> 
    482603<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onClick"> 
    483 <tt class="descname">onClick</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onClick" title="Permalink to this definition">¶</a></dt> 
     604<tt class="descname">onClick</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onClick" title="Permalink to this definition">¶</a></dt> 
    484605<dd><p>Prepare to move the artist.  Calls save() to preserve the state for 
    485606later restore().</p> 
     
    488609<dl class="method"> 
    489610<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onDrag"> 
    490 <tt class="descname">onDrag</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onDrag" title="Permalink to this definition">¶</a></dt> 
     611<tt class="descname">onDrag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onDrag" title="Permalink to this definition">¶</a></dt> 
    491612<dd><p>Move the artist.  Calls move() to update the state, or restore() if 
    492613the mouse leaves the window.</p> 
     
    495616<dl class="method"> 
    496617<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onHilite"> 
    497 <tt class="descname">onHilite</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onHilite" title="Permalink to this definition">¶</a></dt> 
     618<tt class="descname">onHilite</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onHilite" title="Permalink to this definition">¶</a></dt> 
    498619<dd><p>Hilite the artist reporting the event, indicating that it is 
    499620ready to receive a click.</p> 
     
    502623<dl class="method"> 
    503624<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onKey"> 
    504 <tt class="descname">onKey</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onKey" title="Permalink to this definition">¶</a></dt> 
     625<tt class="descname">onKey</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onKey" title="Permalink to this definition">¶</a></dt> 
    505626<dd><p>Respond to keyboard events.  Arrow keys move the widget.  Escape 
    506627restores it to the position before the last click.</p> 
     
    510631<dl class="method"> 
    511632<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onLeave"> 
    512 <tt class="descname">onLeave</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onLeave" title="Permalink to this definition">¶</a></dt> 
     633<tt class="descname">onLeave</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onLeave" title="Permalink to this definition">¶</a></dt> 
    513634<dd><p>Restore the artist to the original colour when the cursor leaves.</p> 
    514635</dd></dl> 
     
    516637<dl class="method"> 
    517638<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onRelease"> 
    518 <tt class="descname">onRelease</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onRelease" title="Permalink to this definition">¶</a></dt> 
     639<tt class="descname">onRelease</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.onRelease" title="Permalink to this definition">¶</a></dt> 
    519640<dd></dd></dl> 
    520641 
     
    527648<dl class="method"> 
    528649<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.save"> 
    529 <tt class="descname">save</tt><big>(</big><em>ev</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.save" title="Permalink to this definition">¶</a></dt> 
     650<tt class="descname">save</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.save" title="Permalink to this definition">¶</a></dt> 
    530651<dd><p>Remember the roughness for this layer and the next so that we 
    531652can restore on Esc.</p> 
     
    534655<dl class="method"> 
    535656<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_cursor"> 
    536 <tt class="descname">set_cursor</tt><big>(</big><em>x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_cursor" title="Permalink to this definition">¶</a></dt> 
     657<tt class="descname">set_cursor</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_cursor" title="Permalink to this definition">¶</a></dt> 
    537658<dd><p>draw the ring given x, y value</p> 
    538659</dd></dl> 
     
    540661<dl class="method"> 
    541662<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_layer"> 
    542 <tt class="descname">set_layer</tt><big>(</big><em>n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_layer" title="Permalink to this definition">¶</a></dt> 
     663<tt class="descname">set_layer</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_layer" title="Permalink to this definition">¶</a></dt> 
    543664<dd><p>Allow adding plot to the same panel</p> 
    544665<table class="docutils field-list" frame="void" rules="none"> 
     
    546667<col class="field-body" /> 
    547668<tbody valign="top"> 
    548 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> &#8211; the number of layer</td> 
     669<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> &#8211; the number of layer</td> 
    549670</tr> 
    550671</tbody> 
     
    554675<dl class="method"> 
    555676<dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_params"> 
    556 <tt class="descname">set_params</tt><big>(</big><em>params</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_params" title="Permalink to this definition">¶</a></dt> 
     677<tt class="descname">set_params</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.set_params" title="Permalink to this definition">¶</a></dt> 
    557678<dd><p>Receive a dictionary and reset the slicer with values contained  
    558679in the values of the dictionary.</p> 
     
    561682<col class="field-body" /> 
    562683<tbody valign="top"> 
    563 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> &#8211; a dictionary containing name of slicer parameters and  
     684<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> &#8211; a dictionary containing name of slicer parameters and  
    564685values the user assigned to the slicer.</td> 
    565686</tr> 
     
    588709  <ul> 
    589710<li><a class="reference internal" href="#">AnnulusSlicer</a><ul> 
    590 <li><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.AnnulusSlicer"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AnnulusSlicer</span></tt></a></li> 
     711<li><a class="reference internal" href="#sans-guiframe-local-perspectives-plotting-annulusslicer"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.AnnulusSlicer</span></tt></a></li> 
    591712</ul> 
    592713</li> 
     
    607728  <h3>Quick search</h3> 
    608729    <form class="search" action="../../../search.html" method="get"> 
    609       <input type="text" name="q" size="18" /> 
     730      <input type="text" name="q" /> 
    610731      <input type="submit" value="Go" /> 
    611732      <input type="hidden" name="check_keywords" value="yes" /> 
     
    636757          <a href="index.html" title="Local Perspective: plotting" 
    637758             >previous</a> |</li> 
    638         <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li> 
     759        <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> &raquo;</li> 
    639760          <li><a href="index.html" >Local Perspective: plotting</a> &raquo;</li>  
    640761      </ul> 
     
    642763    <div class="footer"> 
    643764        &copy; Copyright 2010, sans group. 
    644       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. 
     765      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 
    645766    </div> 
    646767  </body> 
Note: See TracChangeset for help on using the changeset viewer.