source: sasview/sansview/docs/sphinx/_build/html/api/perspectives/fitting/fitting.html @ 5062bbf

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 5062bbf was 5062bbf, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

  • Property mode set to 100644
File size: 21.8 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6<html xmlns="http://www.w3.org/1999/xhtml">
7  <head>
8    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9   
10    <title>fitting &mdash; sansview v0.1.0 documentation</title>
11    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
12    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
13    <script type="text/javascript">
14      var DOCUMENTATION_OPTIONS = {
15        URL_ROOT:    '../../../',
16        VERSION:     '0.1.0',
17        COLLAPSE_INDEX: false,
18        FILE_SUFFIX: '.html',
19        HAS_SOURCE:  true
20      };
21    </script>
22    <script type="text/javascript" src="../../../_static/jquery.js"></script>
23    <script type="text/javascript" src="../../../_static/underscore.js"></script>
24    <script type="text/javascript" src="../../../_static/doctools.js"></script>
25    <link rel="top" title="sansview v0.1.0 documentation" href="../../../index.html" />
26    <link rel="up" title="Reference" href="index.html" />
27    <link rel="next" title="help_panel" href="help_panel.html" />
28    <link rel="prev" title="fitproblem" href="fitproblem.html" /> 
29  </head>
30  <body>
31    <div class="related">
32      <h3>Navigation</h3>
33      <ul>
34        <li class="right" style="margin-right: 10px">
35          <a href="../../../genindex.html" title="General Index"
36             accesskey="I">index</a></li>
37        <li class="right" >
38          <a href="../../../py-modindex.html" title="Python Module Index"
39             >modules</a> |</li>
40        <li class="right" >
41          <a href="help_panel.html" title="help_panel"
42             accesskey="N">next</a> |</li>
43        <li class="right" >
44          <a href="fitproblem.html" title="fitproblem"
45             accesskey="P">previous</a> |</li>
46        <li><a href="../../../index.html">sansview v0.1.0 documentation</a> &raquo;</li>
47          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li> 
48      </ul>
49    </div> 
50
51    <div class="document">
52      <div class="documentwrapper">
53        <div class="bodywrapper">
54          <div class="body">
55           
56  <div class="section" id="fitting">
57<h1>fitting<a class="headerlink" href="#fitting" title="Permalink to this headline">¶</a></h1>
58<div class="section" id="module-sans.perspectives.fitting.fitting">
59<span id="sans-perspectives-fitting-fitting"></span><h2><a class="reference internal" href="#module-sans.perspectives.fitting.fitting"><tt class="xref py py-mod docutils literal"><span class="pre">sans.perspectives.fitting.fitting</span></tt></a><a class="headerlink" href="#module-sans.perspectives.fitting.fitting" title="Permalink to this headline">¶</a></h2>
60<dl class="class">
61<dt id="sans.perspectives.fitting.fitting.PlotInfo">
62<em class="property">class </em><tt class="descclassname">sans.perspectives.fitting.fitting.</tt><tt class="descname">PlotInfo</tt><a class="headerlink" href="#sans.perspectives.fitting.fitting.PlotInfo" title="Permalink to this definition">¶</a></dt>
63<dd>store some plotting field</dd></dl>
64
65<dl class="class">
66<dt id="sans.perspectives.fitting.fitting.Plugin">
67<em class="property">class </em><tt class="descclassname">sans.perspectives.fitting.fitting.</tt><tt class="descname">Plugin</tt><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin" title="Permalink to this definition">¶</a></dt>
68<dd><p>Fitting plugin is used to perform fit</p>
69<dl class="method">
70<dt id="sans.perspectives.fitting.fitting.Plugin.add_fit_page">
71<tt class="descname">add_fit_page</tt><big>(</big><em>data</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.add_fit_page" title="Permalink to this definition">¶</a></dt>
72<dd>given a data, ask to the fitting panel to create a new fitting page,
73get this page and store it into the page_finder of this plug-in</dd></dl>
74
75<dl class="method">
76<dt id="sans.perspectives.fitting.fitting.Plugin.copy_data">
77<tt class="descname">copy_data</tt><big>(</big><em>item</em>, <em>dy=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.copy_data" title="Permalink to this definition">¶</a></dt>
78<dd>receive a data 1D and the list of errors on dy
79and create a new data1D data</dd></dl>
80
81<dl class="method">
82<dt id="sans.perspectives.fitting.fitting.Plugin.create_fittable_data1D">
83<tt class="descname">create_fittable_data1D</tt><big>(</big><em>data</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.create_fittable_data1D" title="Permalink to this definition">¶</a></dt>
84<dd><p>check if the current data is a theory 1d and add dy to that data</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"><th class="field-name">Returns:</th><td class="field-body">Data1D</td>
90</tr>
91</tbody>
92</table>
93</dd></dl>
94
95<dl class="method">
96<dt id="sans.perspectives.fitting.fitting.Plugin.create_fittable_data2D">
97<tt class="descname">create_fittable_data2D</tt><big>(</big><em>data</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.create_fittable_data2D" title="Permalink to this definition">¶</a></dt>
98<dd><p>check if the current data is a data 2d and add dy to that data</p>
99<table class="docutils field-list" frame="void" rules="none">
100<col class="field-name" />
101<col class="field-body" />
102<tbody valign="top">
103<tr class="field"><th class="field-name">Returns:</th><td class="field-body">Data2D</td>
104</tr>
105</tbody>
106</table>
107</dd></dl>
108
109<dl class="method">
110<dt id="sans.perspectives.fitting.fitting.Plugin.draw_model">
111<tt class="descname">draw_model</tt><big>(</big><em>model</em>, <em>data=None</em>, <em>smearer=None</em>, <em>enable1D=True</em>, <em>enable2D=False</em>, <em>qmin=0.001</em>, <em>qmax=0.13</em>, <em>qstep=50</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.draw_model" title="Permalink to this definition">¶</a></dt>
112<dd><p>Draw model.</p>
113<table class="docutils field-list" frame="void" rules="none">
114<col class="field-name" />
115<col class="field-body" />
116<tbody valign="top">
117<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
118<li><strong>model</strong> &#8211; the model to draw</li>
119<li><strong>name</strong> &#8211; the name of the model to draw</li>
120<li><strong>data</strong> &#8211; the data on which the model is based to be drawn</li>
121<li><strong>description</strong> &#8211; model&#8217;s description</li>
122<li><strong>enable1D</strong> &#8211; if true enable drawing model 1D</li>
123<li><strong>enable2D</strong> &#8211; if true enable drawing model 2D</li>
124<li><strong>qmin</strong> &#8211; Range&#8217;s minimum value to draw model</li>
125<li><strong>qmax</strong> &#8211; Range&#8217;s maximum value to draw model</li>
126<li><strong>qstep</strong> &#8211; number of step to divide the x and y-axis</li>
127</ul>
128</td>
129</tr>
130</tbody>
131</table>
132</dd></dl>
133
134<dl class="method">
135<dt id="sans.perspectives.fitting.fitting.Plugin.get_context_menu">
136<tt class="descname">get_context_menu</tt><big>(</big><em>graph=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.get_context_menu" title="Permalink to this definition">¶</a></dt>
137<dd><p>Get the context menu items available for P(r).them allow fitting option
138for Data2D and Data1D only.</p>
139<table class="docutils field-list" frame="void" rules="none">
140<col class="field-name" />
141<col class="field-body" />
142<tbody valign="top">
143<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
144<li><strong>graph</strong> &#8211; the Graph object to which we attach the context menu</li>
145</ul>
146</td>
147</tr>
148<tr class="field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">a list of menu items with call-back function</p>
149</td>
150</tr>
151<tr class="field"><th class="field-name">Note :</th><td class="field-body"><p class="first last">if Data1D was generated from Theory1D 
152the fitting option is not allowed</p>
153</td>
154</tr>
155</tbody>
156</table>
157</dd></dl>
158
159<dl class="method">
160<dt id="sans.perspectives.fitting.fitting.Plugin.get_page_finder">
161<tt class="descname">get_page_finder</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.get_page_finder" title="Permalink to this definition">¶</a></dt>
162<dd>return self.page_finder used also by simfitpage.py</dd></dl>
163
164<dl class="method">
165<dt id="sans.perspectives.fitting.fitting.Plugin.get_panels">
166<tt class="descname">get_panels</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.get_panels" title="Permalink to this definition">¶</a></dt>
167<dd>Create and return a list of panel objects</dd></dl>
168
169<dl class="method">
170<dt id="sans.perspectives.fitting.fitting.Plugin.get_perspective">
171<tt class="descname">get_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.get_perspective" title="Permalink to this definition">¶</a></dt>
172<dd>Get the list of panel names for this perspective</dd></dl>
173
174<dl class="method">
175<dt id="sans.perspectives.fitting.fitting.Plugin.help">
176<tt class="descname">help</tt><big>(</big><em>evt</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.help" title="Permalink to this definition">¶</a></dt>
177<dd>Show a general help dialog.</dd></dl>
178
179<dl class="method">
180<dt id="sans.perspectives.fitting.fitting.Plugin.onFit">
181<tt class="descname">onFit</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.onFit" title="Permalink to this definition">¶</a></dt>
182<dd>perform fit</dd></dl>
183
184<dl class="method">
185<dt id="sans.perspectives.fitting.fitting.Plugin.on_add_sim_page">
186<tt class="descname">on_add_sim_page</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.on_add_sim_page" title="Permalink to this definition">¶</a></dt>
187<dd>Create a page to access simultaneous fit option</dd></dl>
188
189<dl class="method">
190<dt id="sans.perspectives.fitting.fitting.Plugin.on_perspective">
191<tt class="descname">on_perspective</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt>
192<dd>Call back function for the perspective menu item.
193We notify the parent window that the perspective
194has changed.</dd></dl>
195
196<dl class="method">
197<dt id="sans.perspectives.fitting.fitting.Plugin.populate_menu">
198<tt class="descname">populate_menu</tt><big>(</big><em>id</em>, <em>owner</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt>
199<dd><p>Create a menu for the Fitting plug-in</p>
200<table class="docutils field-list" frame="void" rules="none">
201<col class="field-name" />
202<col class="field-body" />
203<tbody valign="top">
204<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
205<li><strong>id</strong> &#8211; id to create a menu</li>
206<li><strong>owner</strong> &#8211; owner of menu</li>
207</ul>
208</td>
209</tr>
210<tr class="field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">list of information to populate the main menu</p>
211</td>
212</tr>
213</tbody>
214</table>
215</dd></dl>
216
217<dl class="method">
218<dt id="sans.perspectives.fitting.fitting.Plugin.post_init">
219<tt class="descname">post_init</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.post_init" title="Permalink to this definition">¶</a></dt>
220<dd>Post initialization call back to close the loose ends</dd></dl>
221
222<dl class="method">
223<dt id="sans.perspectives.fitting.fitting.Plugin.ready_fit">
224<tt class="descname">ready_fit</tt><big>(</big><em>calc_fit</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.ready_fit" title="Permalink to this definition">¶</a></dt>
225<dd>Ready for another fit</dd></dl>
226
227<dl class="method">
228<dt id="sans.perspectives.fitting.fitting.Plugin.remove_plot">
229<tt class="descname">remove_plot</tt><big>(</big><em>page</em>, <em>theory=False</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.remove_plot" title="Permalink to this definition">¶</a></dt>
230<dd>remove model plot when a fit page is closed</dd></dl>
231
232<dl class="method">
233<dt id="sans.perspectives.fitting.fitting.Plugin.save_fit_state">
234<tt class="descname">save_fit_state</tt><big>(</big><em>filepath</em>, <em>fitstate</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.save_fit_state" title="Permalink to this definition">¶</a></dt>
235<dd>save fit page state into file</dd></dl>
236
237<dl class="method">
238<dt id="sans.perspectives.fitting.fitting.Plugin.schedule_for_fit">
239<tt class="descname">schedule_for_fit</tt><big>(</big><em>value=0</em>, <em>page=None</em>, <em>fitproblem=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.schedule_for_fit" title="Permalink to this definition">¶</a></dt>
240<dd><p>Set the fit problem field to 0 or 1 to schedule that problem to fit.
241Schedule the specified fitproblem or get the fit problem related to
242the current page and set value.</p>
243<table class="docutils field-list" frame="void" rules="none">
244<col class="field-name" />
245<col class="field-body" />
246<tbody valign="top">
247<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
248<li><strong>value</strong> &#8211; integer 0 or 1</li>
249<li><strong>fitproblem</strong> &#8211; fitproblem to schedule or not to fit</li>
250</ul>
251</td>
252</tr>
253</tbody>
254</table>
255</dd></dl>
256
257<dl class="method">
258<dt id="sans.perspectives.fitting.fitting.Plugin.set_default_perspective">
259<tt class="descname">set_default_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.set_default_perspective" title="Permalink to this definition">¶</a></dt>
260<dd>Call back method that True to notify the parent that the current plug-in
261can be set as default  perspective.
262when returning False, the plug-in is not candidate for an automatic
263default perspective setting</dd></dl>
264
265<dl class="method">
266<dt id="sans.perspectives.fitting.fitting.Plugin.set_fit_range">
267<tt class="descname">set_fit_range</tt><big>(</big><em>page</em>, <em>qmin</em>, <em>qmax</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.set_fit_range" title="Permalink to this definition">¶</a></dt>
268<dd>Set the fitting range of a given page</dd></dl>
269
270<dl class="method">
271<dt id="sans.perspectives.fitting.fitting.Plugin.set_page_finder">
272<tt class="descname">set_page_finder</tt><big>(</big><em>modelname</em>, <em>names</em>, <em>values</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.set_page_finder" title="Permalink to this definition">¶</a></dt>
273<dd><p>Used by simfitpage.py to reset a parameter given the string constrainst.</p>
274<table class="docutils field-list" frame="void" rules="none">
275<col class="field-name" />
276<col class="field-body" />
277<tbody valign="top">
278<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
279<li><strong>modelname</strong> &#8211; the name ot the model for with the parameter has to reset</li>
280<li><strong>value</strong> &#8211; can be a string in this case.</li>
281<li><strong>names</strong> &#8211; the paramter name</li>
282</ul>
283</td>
284</tr>
285<tr class="field"><th class="field-name">Note :</th><td class="field-body"><p class="first last">expecting park used for fit.</p>
286</td>
287</tr>
288</tbody>
289</table>
290</dd></dl>
291
292<dl class="method">
293<dt id="sans.perspectives.fitting.fitting.Plugin.set_smearer">
294<tt class="descname">set_smearer</tt><big>(</big><em>smearer</em>, <em>qmin=None</em>, <em>qmax=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.set_smearer" title="Permalink to this definition">¶</a></dt>
295<dd><p>Get a smear object and store it to a fit problem</p>
296<table class="docutils field-list" frame="void" rules="none">
297<col class="field-name" />
298<col class="field-body" />
299<tbody valign="top">
300<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
301<li><strong>smearer</strong> &#8211; smear object to allow smearing data</li>
302</ul>
303</td>
304</tr>
305</tbody>
306</table>
307</dd></dl>
308
309<dl class="method">
310<dt id="sans.perspectives.fitting.fitting.Plugin.set_smearer_nodraw">
311<tt class="descname">set_smearer_nodraw</tt><big>(</big><em>smearer</em>, <em>qmin=None</em>, <em>qmax=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.set_smearer_nodraw" title="Permalink to this definition">¶</a></dt>
312<dd><p>Get a smear object and store it to a fit problem</p>
313<table class="docutils field-list" frame="void" rules="none">
314<col class="field-name" />
315<col class="field-body" />
316<tbody valign="top">
317<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
318<li><strong>smearer</strong> &#8211; smear object to allow smearing data</li>
319</ul>
320</td>
321</tr>
322</tbody>
323</table>
324</dd></dl>
325
326<dl class="method">
327<dt id="sans.perspectives.fitting.fitting.Plugin.set_state">
328<tt class="descname">set_state</tt><big>(</big><em>state</em>, <em>datainfo=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.set_state" title="Permalink to this definition">¶</a></dt>
329<dd><p>Call-back method for the fit page state reader.
330This method is called when a .fitv file is loaded.</p>
331<table class="docutils field-list" frame="void" rules="none">
332<col class="field-name" />
333<col class="field-body" />
334<tbody valign="top">
335<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
336<li><strong>state</strong> &#8211; PageState object</li>
337</ul>
338</td>
339</tr>
340</tbody>
341</table>
342</dd></dl>
343
344<dl class="method">
345<dt id="sans.perspectives.fitting.fitting.Plugin.split_string">
346<tt class="descname">split_string</tt><big>(</big><em>item</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.split_string" title="Permalink to this definition">¶</a></dt>
347<dd><p>receive a word containing dot and split it. used to split parameterset
348name into model name and parameter name example:</p>
349<div class="highlight-python"><pre>paramaterset (item) = M1.A
350Will return model_name = M1 , parameter name = A</pre>
351</div>
352</dd></dl>
353
354<dl class="method">
355<dt id="sans.perspectives.fitting.fitting.Plugin.stop_fit">
356<tt class="descname">stop_fit</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.stop_fit" title="Permalink to this definition">¶</a></dt>
357<dd>Stop the fit engine</dd></dl>
358
359<dl class="method">
360<dt id="sans.perspectives.fitting.fitting.Plugin.store_page">
361<tt class="descname">store_page</tt><big>(</big><em>page</em>, <em>data</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.fitting.Plugin.store_page" title="Permalink to this definition">¶</a></dt>
362<dd><p>Helper to save page reference into the plug-in</p>
363<table class="docutils field-list" frame="void" rules="none">
364<col class="field-name" />
365<col class="field-body" />
366<tbody valign="top">
367<tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
368<li><strong>page</strong> &#8211; page to store</li>
369</ul>
370</td>
371</tr>
372</tbody>
373</table>
374</dd></dl>
375
376</dd></dl>
377
378</div>
379</div>
380
381
382          </div>
383        </div>
384      </div>
385      <div class="sphinxsidebar">
386        <div class="sphinxsidebarwrapper">
387  <h3><a href="../../../index.html">Table Of Contents</a></h3>
388  <ul>
389<li><a class="reference internal" href="#">fitting</a><ul>
390<li><a class="reference internal" href="#module-sans.perspectives.fitting.fitting"><tt class="docutils literal"><span class="pre">sans.perspectives.fitting.fitting</span></tt></a></li>
391</ul>
392</li>
393</ul>
394
395  <h4>Previous topic</h4>
396  <p class="topless"><a href="fitproblem.html"
397                        title="previous chapter">fitproblem</a></p>
398  <h4>Next topic</h4>
399  <p class="topless"><a href="help_panel.html"
400                        title="next chapter">help_panel</a></p>
401  <h3>This Page</h3>
402  <ul class="this-page-menu">
403    <li><a href="../../../_sources/api/perspectives/fitting/fitting.txt"
404           rel="nofollow">Show Source</a></li>
405  </ul>
406<div id="searchbox" style="display: none">
407  <h3>Quick search</h3>
408    <form class="search" action="../../../search.html" method="get">
409      <input type="text" name="q" size="18" />
410      <input type="submit" value="Go" />
411      <input type="hidden" name="check_keywords" value="yes" />
412      <input type="hidden" name="area" value="default" />
413    </form>
414    <p class="searchtip" style="font-size: 90%">
415    Enter search terms or a module, class or function name.
416    </p>
417</div>
418<script type="text/javascript">$('#searchbox').show(0);</script>
419        </div>
420      </div>
421      <div class="clearer"></div>
422    </div>
423    <div class="related">
424      <h3>Navigation</h3>
425      <ul>
426        <li class="right" style="margin-right: 10px">
427          <a href="../../../genindex.html" title="General Index"
428             >index</a></li>
429        <li class="right" >
430          <a href="../../../py-modindex.html" title="Python Module Index"
431             >modules</a> |</li>
432        <li class="right" >
433          <a href="help_panel.html" title="help_panel"
434             >next</a> |</li>
435        <li class="right" >
436          <a href="fitproblem.html" title="fitproblem"
437             >previous</a> |</li>
438        <li><a href="../../../index.html">sansview v0.1.0 documentation</a> &raquo;</li>
439          <li><a href="index.html" >Reference</a> &raquo;</li> 
440      </ul>
441    </div>
442    <div class="footer">
443        &copy; Copyright 2010, sans group.
444      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b1.
445    </div>
446  </body>
447</html>
Note: See TracBrowser for help on using the repository browser.