source: sasview/plottools/docs/sphinx/html/api/fittings.html @ 3a3dd9c

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 3a3dd9c was 82a54b8, checked in by Mathieu Doucet <doucetm@…>, 13 years ago

adding plottools Part 2

  • Property mode set to 100644
File size: 7.0 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
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>fittings &mdash; plottools 0.10 documentation</title>
12   
13    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
14    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '../',
19        VERSION:     '0.10',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="../_static/jquery.js"></script>
26    <script type="text/javascript" src="../_static/underscore.js"></script>
27    <script type="text/javascript" src="../_static/doctools.js"></script>
28    <link rel="top" title="plottools 0.10 documentation" href="../index.html" />
29    <link rel="up" title="Reference" href="index.html" />
30    <link rel="next" title="LineModel" href="LineModel.html" />
31    <link rel="prev" title="fitDialog" href="fitDialog.html" /> 
32  </head>
33  <body>
34    <div class="related">
35      <h3>Navigation</h3>
36      <ul>
37        <li class="right" style="margin-right: 10px">
38          <a href="../genindex.html" title="General Index"
39             accesskey="I">index</a></li>
40        <li class="right" >
41          <a href="../py-modindex.html" title="Python Module Index"
42             >modules</a> |</li>
43        <li class="right" >
44          <a href="LineModel.html" title="LineModel"
45             accesskey="N">next</a> |</li>
46        <li class="right" >
47          <a href="fitDialog.html" title="fitDialog"
48             accesskey="P">previous</a> |</li>
49        <li><a href="../index.html">plottools 0.10 documentation</a> &raquo;</li>
50          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li> 
51      </ul>
52    </div> 
53
54    <div class="document">
55      <div class="documentwrapper">
56        <div class="bodywrapper">
57          <div class="body">
58           
59  <div class="section" id="fittings">
60<h1>fittings<a class="headerlink" href="#fittings" title="Permalink to this headline">¶</a></h1>
61<div class="section" id="danse-common-plottools-fittings">
62<h2><a class="reference internal" href="#module-danse.common.plottools.fittings" title="danse.common.plottools.fittings"><tt class="xref py py-mod docutils literal"><span class="pre">danse.common.plottools.fittings</span></tt></a><a class="headerlink" href="#danse-common-plottools-fittings" title="Permalink to this headline">¶</a></h2>
63<span class="target" id="module-danse.common.plottools.fittings"></span><dl class="class">
64<dt id="danse.common.plottools.fittings.Parameter">
65<em class="property">class </em><tt class="descclassname">danse.common.plottools.fittings.</tt><tt class="descname">Parameter</tt><a class="headerlink" href="#danse.common.plottools.fittings.Parameter" title="Permalink to this definition">¶</a></dt>
66<dd><p>Class to handle model parameters</p>
67<dl class="method">
68<dt id="danse.common.plottools.fittings.Parameter.set">
69<tt class="descname">set</tt><big>(</big><big>)</big><a class="headerlink" href="#danse.common.plottools.fittings.Parameter.set" title="Permalink to this definition">¶</a></dt>
70<dd><p>Set the value of the parameter</p>
71</dd></dl>
72
73</dd></dl>
74
75<dl class="function">
76<dt id="danse.common.plottools.fittings.calcCommandline">
77<tt class="descclassname">danse.common.plottools.fittings.</tt><tt class="descname">calcCommandline</tt><big>(</big><big>)</big><a class="headerlink" href="#danse.common.plottools.fittings.calcCommandline" title="Permalink to this definition">¶</a></dt>
78<dd></dd></dl>
79
80<dl class="function">
81<dt id="danse.common.plottools.fittings.sansfit">
82<tt class="descclassname">danse.common.plottools.fittings.</tt><tt class="descname">sansfit</tt><big>(</big><big>)</big><a class="headerlink" href="#danse.common.plottools.fittings.sansfit" title="Permalink to this definition">¶</a></dt>
83<dd><p>Fit function</p>
84<table class="docutils field-list" frame="void" rules="none">
85<col class="field-name" />
86<col class="field-body" />
87<tbody valign="top">
88<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
89<li><strong>model</strong> &#8211; sans model object</li>
90<li><strong>pars</strong> &#8211; list of parameters</li>
91<li><strong>x</strong> &#8211; vector of x data</li>
92<li><strong>y</strong> &#8211; vector of y data</li>
93<li><strong>err_y</strong> &#8211; vector of y errors</li>
94</ul>
95</td>
96</tr>
97</tbody>
98</table>
99</dd></dl>
100
101</div>
102</div>
103
104
105          </div>
106        </div>
107      </div>
108      <div class="sphinxsidebar">
109        <div class="sphinxsidebarwrapper">
110  <h3><a href="../index.html">Table Of Contents</a></h3>
111  <ul>
112<li><a class="reference internal" href="#">fittings</a><ul>
113<li><a class="reference internal" href="#danse-common-plottools-fittings"><tt class="docutils literal"><span class="pre">danse.common.plottools.fittings</span></tt></a></li>
114</ul>
115</li>
116</ul>
117
118  <h4>Previous topic</h4>
119  <p class="topless"><a href="fitDialog.html"
120                        title="previous chapter">fitDialog</a></p>
121  <h4>Next topic</h4>
122  <p class="topless"><a href="LineModel.html"
123                        title="next chapter">LineModel</a></p>
124  <h3>This Page</h3>
125  <ul class="this-page-menu">
126    <li><a href="../_sources/api/fittings.txt"
127           rel="nofollow">Show Source</a></li>
128  </ul>
129<div id="searchbox" style="display: none">
130  <h3>Quick search</h3>
131    <form class="search" action="../search.html" method="get">
132      <input type="text" name="q" />
133      <input type="submit" value="Go" />
134      <input type="hidden" name="check_keywords" value="yes" />
135      <input type="hidden" name="area" value="default" />
136    </form>
137    <p class="searchtip" style="font-size: 90%">
138    Enter search terms or a module, class or function name.
139    </p>
140</div>
141<script type="text/javascript">$('#searchbox').show(0);</script>
142        </div>
143      </div>
144      <div class="clearer"></div>
145    </div>
146    <div class="related">
147      <h3>Navigation</h3>
148      <ul>
149        <li class="right" style="margin-right: 10px">
150          <a href="../genindex.html" title="General Index"
151             >index</a></li>
152        <li class="right" >
153          <a href="../py-modindex.html" title="Python Module Index"
154             >modules</a> |</li>
155        <li class="right" >
156          <a href="LineModel.html" title="LineModel"
157             >next</a> |</li>
158        <li class="right" >
159          <a href="fitDialog.html" title="fitDialog"
160             >previous</a> |</li>
161        <li><a href="../index.html">plottools 0.10 documentation</a> &raquo;</li>
162          <li><a href="index.html" >Reference</a> &raquo;</li> 
163      </ul>
164    </div>
165    <div class="footer">
166        &copy; Copyright 2010, sans/reflectometry group.
167      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.
168    </div>
169  </body>
170</html>
Note: See TracBrowser for help on using the repository browser.