Changeset bce8148 in sasview for sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/AnnulusSlicer.html
- Timestamp:
- Oct 24, 2011 2:43:40 PM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/AnnulusSlicer.html
r96cbb53 rbce8148 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 6 7 <html xmlns="http://www.w3.org/1999/xhtml"> … … 8 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 10 10 <title>AnnulusSlicer — guiframe v0.1.0 documentation</title> 11 <title>AnnulusSlicer — guiframe 0.1.0 documentation</title> 12 11 13 <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 12 14 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 15 13 16 <script type="text/javascript"> 14 17 var DOCUMENTATION_OPTIONS = { … … 23 26 <script type="text/javascript" src="../../../_static/underscore.js"></script> 24 27 <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" /> 26 29 <link rel="up" title="Local Perspective: plotting" href="index.html" /> 27 30 <link rel="next" title="Arc" href="Arc.html" /> … … 44 47 <a href="index.html" title="Local Perspective: plotting" 45 48 accesskey="P">previous</a> |</li> 46 <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> »</li>49 <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> »</li> 47 50 <li><a href="index.html" accesskey="U">Local Perspective: plotting</a> »</li> 48 51 </ul> … … 56 59 <div class="section" id="annulusslicer"> 57 60 <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"> 61 64 <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> 64 67 <p>Select an annulus through a 2D plot. 65 68 This interactor is used to average 2D data with the region … … 67 70 this class is defined by 2 Ringinterators.</p> 68 71 <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> – event of type SlicerParameterEvent with params as 90 attribute</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> – the number of points to plot</td> 105 </tr> 106 </tbody> 107 </table> 108 </dd></dl> 109 110 <dl class="method"> 69 111 <dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.AnnulusInteractor.clear"> 70 112 <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> … … 80 122 <dl class="method"> 81 123 <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> 83 125 <dd><p>Connect markers to callbacks</p> 84 126 </dd></dl> … … 86 128 <dl class="method"> 87 129 <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> 89 131 <dd><p>Return the step size in data coordinates for a small 90 132 step in screen coordinates. If nudge is False (default) … … 111 153 <col class="field-body" /> 112 154 <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> 114 156 </tr> 115 157 </tbody> … … 119 161 <dl class="method"> 120 162 <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> 122 164 <dd><p>Process move to a new position, making sure that the move is allowed.</p> 123 165 </dd></dl> … … 125 167 <dl class="method"> 126 168 <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> 128 170 <dd><p>Called when any dragging motion ends. 129 171 Post an event (type =SlicerParameterEvent) … … 134 176 <dl class="method"> 135 177 <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> 137 179 <dd><p>Prepare to move the artist. Calls save() to preserve the state for 138 180 later restore().</p> … … 141 183 <dl class="method"> 142 184 <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> 144 186 <dd><p>Move the artist. Calls move() to update the state, or restore() if 145 187 the mouse leaves the window.</p> … … 148 190 <dl class="method"> 149 191 <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> 151 193 <dd><p>Hilite the artist reporting the event, indicating that it is 152 194 ready to receive a click.</p> … … 155 197 <dl class="method"> 156 198 <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> 158 200 <dd><p>Respond to keyboard events. Arrow keys move the widget. Escape 159 201 restores it to the position before the last click.</p> … … 163 205 <dl class="method"> 164 206 <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> 166 208 <dd><p>Restore the artist to the original colour when the cursor leaves.</p> 167 209 </dd></dl> … … 169 211 <dl class="method"> 170 212 <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> 172 214 <dd></dd></dl> 173 215 … … 180 222 <dl class="method"> 181 223 <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> 183 225 <dd><p>Remember the roughness for this layer and the next so that we 184 226 can restore on Esc.</p> … … 187 229 <dl class="method"> 188 230 <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> 190 232 <dd></dd></dl> 191 233 192 234 <dl class="method"> 193 235 <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> 195 237 <dd><p>Allow adding plot to the same panel</p> 196 238 <table class="docutils field-list" frame="void" rules="none"> … … 198 240 <col class="field-body" /> 199 241 <tbody valign="top"> 200 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> – the number of layer</td>242 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> – the number of layer</td> 201 243 </tr> 202 244 </tbody> … … 206 248 <dl class="method"> 207 249 <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> 209 251 <dd><p>Receive a dictionary and reset the slicer with values contained 210 252 in the values of the dictionary.</p> … … 213 255 <col class="field-body" /> 214 256 <tbody valign="top"> 215 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> – a dictionary containing name of slicer parameters and257 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> – a dictionary containing name of slicer parameters and 216 258 values the user assigned to the slicer.</td> 217 259 </tr> … … 236 278 <dl class="class"> 237 279 <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> 240 282 <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> – the radius of the ring</li> 295 <li><strong>sign</strong> – 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> – event of type SlicerParameterEvent with params as 317 attribute</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> – the number of points to plot</td> 332 </tr> 333 </tbody> 334 </table> 335 </dd></dl> 336 241 337 <dl class="method"> 242 338 <dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.CircularMask.clear"> … … 253 349 <dl class="method"> 254 350 <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> 256 352 <dd><p>Connect markers to callbacks</p> 257 353 </dd></dl> … … 259 355 <dl class="method"> 260 356 <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> 262 358 <dd><p>Return the step size in data coordinates for a small 263 359 step in screen coordinates. If nudge is False (default) … … 284 380 <col class="field-body" /> 285 381 <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> 287 383 </tr> 288 384 </tbody> … … 292 388 <dl class="method"> 293 389 <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> 295 391 <dd><p>Process move to a new position, making sure that the move is allowed.</p> 296 392 </dd></dl> … … 298 394 <dl class="method"> 299 395 <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> 301 397 <dd><p>Called when any dragging motion ends. 302 398 Post an event (type =SlicerParameterEvent) … … 307 403 <dl class="method"> 308 404 <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> 310 406 <dd><p>Prepare to move the artist. Calls save() to preserve the state for 311 407 later restore().</p> … … 314 410 <dl class="method"> 315 411 <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> 317 413 <dd><p>Move the artist. Calls move() to update the state, or restore() if 318 414 the mouse leaves the window.</p> … … 321 417 <dl class="method"> 322 418 <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> 324 420 <dd><p>Hilite the artist reporting the event, indicating that it is 325 421 ready to receive a click.</p> … … 328 424 <dl class="method"> 329 425 <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> 331 427 <dd><p>Respond to keyboard events. Arrow keys move the widget. Escape 332 428 restores it to the position before the last click.</p> … … 336 432 <dl class="method"> 337 433 <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> 339 435 <dd><p>Restore the artist to the original colour when the cursor leaves.</p> 340 436 </dd></dl> … … 342 438 <dl class="method"> 343 439 <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> 345 441 <dd></dd></dl> 346 442 … … 353 449 <dl class="method"> 354 450 <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> 356 452 <dd><p>Remember the roughness for this layer and the next so that we 357 453 can restore on Esc.</p> … … 360 456 <dl class="method"> 361 457 <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> 363 459 <dd></dd></dl> 364 460 365 461 <dl class="method"> 366 462 <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> 368 464 <dd><p>Allow adding plot to the same panel</p> 369 465 <table class="docutils field-list" frame="void" rules="none"> … … 371 467 <col class="field-body" /> 372 468 <tbody valign="top"> 373 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> – the number of layer</td>469 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> – the number of layer</td> 374 470 </tr> 375 471 </tbody> … … 379 475 <dl class="method"> 380 476 <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> 382 478 <dd><p>Receive a dictionary and reset the slicer with values contained 383 479 in the values of the dictionary.</p> … … 386 482 <col class="field-body" /> 387 483 <tbody valign="top"> 388 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> – a dictionary containing name of slicer parameters and484 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> – a dictionary containing name of slicer parameters and 389 485 values the user assigned to the slicer.</td> 390 486 </tr> … … 409 505 <dl class="class"> 410 506 <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> 413 509 <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> – the radius of the ring</li> 522 <li><strong>sign</strong> – 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 414 535 <dl class="method"> 415 536 <dt id="sans.guiframe.local_perspectives.plotting.AnnulusSlicer.RingInteractor.clear"> … … 426 547 <dl class="method"> 427 548 <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> 429 550 <dd><p>Connect markers to callbacks</p> 430 551 </dd></dl> … … 432 553 <dl class="method"> 433 554 <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> 435 556 <dd><p>Return the step size in data coordinates for a small 436 557 step in screen coordinates. If nudge is False (default) … … 447 568 <col class="field-body" /> 448 569 <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> 450 571 </tr> 451 572 </tbody> … … 460 581 <col class="field-body" /> 461 582 <tbody valign="top"> 462 <tr class="field "><th class="field-name" colspan="2">Return self._inner_mouse_x:</th></tr>463 <tr ><td> </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> </td><td class="field-body">the current radius of the ring</td> 464 585 </tr> 465 586 </tbody> … … 469 590 <dl class="method"> 470 591 <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> 472 593 <dd><p>Process move to a new position, making sure that the move is allowed.</p> 473 594 </dd></dl> … … 475 596 <dl class="method"> 476 597 <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> 478 599 <dd><p>Called after a dragging motion</p> 479 600 </dd></dl> … … 481 602 <dl class="method"> 482 603 <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> 484 605 <dd><p>Prepare to move the artist. Calls save() to preserve the state for 485 606 later restore().</p> … … 488 609 <dl class="method"> 489 610 <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> 491 612 <dd><p>Move the artist. Calls move() to update the state, or restore() if 492 613 the mouse leaves the window.</p> … … 495 616 <dl class="method"> 496 617 <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> 498 619 <dd><p>Hilite the artist reporting the event, indicating that it is 499 620 ready to receive a click.</p> … … 502 623 <dl class="method"> 503 624 <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> 505 626 <dd><p>Respond to keyboard events. Arrow keys move the widget. Escape 506 627 restores it to the position before the last click.</p> … … 510 631 <dl class="method"> 511 632 <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> 513 634 <dd><p>Restore the artist to the original colour when the cursor leaves.</p> 514 635 </dd></dl> … … 516 637 <dl class="method"> 517 638 <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> 519 640 <dd></dd></dl> 520 641 … … 527 648 <dl class="method"> 528 649 <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> 530 651 <dd><p>Remember the roughness for this layer and the next so that we 531 652 can restore on Esc.</p> … … 534 655 <dl class="method"> 535 656 <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> 537 658 <dd><p>draw the ring given x, y value</p> 538 659 </dd></dl> … … 540 661 <dl class="method"> 541 662 <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> 543 664 <dd><p>Allow adding plot to the same panel</p> 544 665 <table class="docutils field-list" frame="void" rules="none"> … … 546 667 <col class="field-body" /> 547 668 <tbody valign="top"> 548 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> – the number of layer</td>669 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>n</strong> – the number of layer</td> 549 670 </tr> 550 671 </tbody> … … 554 675 <dl class="method"> 555 676 <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> 557 678 <dd><p>Receive a dictionary and reset the slicer with values contained 558 679 in the values of the dictionary.</p> … … 561 682 <col class="field-body" /> 562 683 <tbody valign="top"> 563 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> – a dictionary containing name of slicer parameters and684 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>params</strong> – a dictionary containing name of slicer parameters and 564 685 values the user assigned to the slicer.</td> 565 686 </tr> … … 588 709 <ul> 589 710 <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> 591 712 </ul> 592 713 </li> … … 607 728 <h3>Quick search</h3> 608 729 <form class="search" action="../../../search.html" method="get"> 609 <input type="text" name="q" size="18"/>730 <input type="text" name="q" /> 610 731 <input type="submit" value="Go" /> 611 732 <input type="hidden" name="check_keywords" value="yes" /> … … 636 757 <a href="index.html" title="Local Perspective: plotting" 637 758 >previous</a> |</li> 638 <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> »</li>759 <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> »</li> 639 760 <li><a href="index.html" >Local Perspective: plotting</a> »</li> 640 761 </ul> … … 642 763 <div class="footer"> 643 764 © 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. 645 766 </div> 646 767 </body>
Note: See TracChangeset
for help on using the changeset viewer.