[82a54b8] | 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 — 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> »</li> |
---|
| 50 | <li><a href="index.html" accesskey="U">Reference</a> »</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> – sans model object</li> |
---|
| 90 | <li><strong>pars</strong> – list of parameters</li> |
---|
| 91 | <li><strong>x</strong> – vector of x data</li> |
---|
| 92 | <li><strong>y</strong> – vector of y data</li> |
---|
| 93 | <li><strong>err_y</strong> – 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> »</li> |
---|
| 162 | <li><a href="index.html" >Reference</a> »</li> |
---|
| 163 | </ul> |
---|
| 164 | </div> |
---|
| 165 | <div class="footer"> |
---|
| 166 | © Copyright 2010, sans/reflectometry group. |
---|
| 167 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. |
---|
| 168 | </div> |
---|
| 169 | </body> |
---|
| 170 | </html> |
---|