source: sasview/fittingview/docs/sphinx/html/api/perspectives/fitting/utils.html @ 30d3a1b

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 30d3a1b was 30d3a1b, checked in by Gervaise Alina <gervyh@…>, 13 years ago

edit doc

  • Property mode set to 100644
File size: 5.2 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>utils &mdash; sansview 0.1.0 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.1.0',
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="sansview 0.1.0 documentation" href="../../../index.html" />
29    <link rel="up" title="Reference" href="index.html" />
30    <link rel="prev" title="simfitpage" href="simfitpage.html" /> 
31  </head>
32  <body>
33    <div class="related">
34      <h3>Navigation</h3>
35      <ul>
36        <li class="right" style="margin-right: 10px">
37          <a href="../../../genindex.html" title="General Index"
38             accesskey="I">index</a></li>
39        <li class="right" >
40          <a href="../../../py-modindex.html" title="Python Module Index"
41             >modules</a> |</li>
42        <li class="right" >
43          <a href="simfitpage.html" title="simfitpage"
44             accesskey="P">previous</a> |</li>
45        <li><a href="../../../index.html">sansview 0.1.0 documentation</a> &raquo;</li>
46          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li> 
47      </ul>
48    </div> 
49
50    <div class="document">
51      <div class="documentwrapper">
52        <div class="bodywrapper">
53          <div class="body">
54           
55  <div class="section" id="utils">
56<h1>utils<a class="headerlink" href="#utils" title="Permalink to this headline">¶</a></h1>
57<div class="section" id="sans-perspectives-fitting-utils">
58<h2><a class="reference internal" href="#module-sans.perspectives.fitting.utils" title="sans.perspectives.fitting.utils"><tt class="xref py py-mod docutils literal"><span class="pre">sans.perspectives.fitting.utils</span></tt></a><a class="headerlink" href="#sans-perspectives-fitting-utils" title="Permalink to this headline">¶</a></h2>
59<span class="target" id="module-sans.perspectives.fitting.utils"></span><p>Module contains functions frequently used in this package</p>
60<dl class="function">
61<dt id="sans.perspectives.fitting.utils.get_weight">
62<tt class="descclassname">sans.perspectives.fitting.utils.</tt><tt class="descname">get_weight</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.utils.get_weight" title="Permalink to this definition">¶</a></dt>
63<dd><p>Received flag and compute error on data.
64:param flag: flag to transform error of data.
65:param is2d: flag to distinguish 1D to 2D Data</p>
66</dd></dl>
67
68</div>
69</div>
70
71
72          </div>
73        </div>
74      </div>
75      <div class="sphinxsidebar">
76        <div class="sphinxsidebarwrapper">
77  <h3><a href="../../../index.html">Table Of Contents</a></h3>
78  <ul>
79<li><a class="reference internal" href="#">utils</a><ul>
80<li><a class="reference internal" href="#sans-perspectives-fitting-utils"><tt class="docutils literal"><span class="pre">sans.perspectives.fitting.utils</span></tt></a></li>
81</ul>
82</li>
83</ul>
84
85  <h4>Previous topic</h4>
86  <p class="topless"><a href="simfitpage.html"
87                        title="previous chapter">simfitpage</a></p>
88  <h3>This Page</h3>
89  <ul class="this-page-menu">
90    <li><a href="../../../_sources/api/perspectives/fitting/utils.txt"
91           rel="nofollow">Show Source</a></li>
92  </ul>
93<div id="searchbox" style="display: none">
94  <h3>Quick search</h3>
95    <form class="search" action="../../../search.html" method="get">
96      <input type="text" name="q" />
97      <input type="submit" value="Go" />
98      <input type="hidden" name="check_keywords" value="yes" />
99      <input type="hidden" name="area" value="default" />
100    </form>
101    <p class="searchtip" style="font-size: 90%">
102    Enter search terms or a module, class or function name.
103    </p>
104</div>
105<script type="text/javascript">$('#searchbox').show(0);</script>
106        </div>
107      </div>
108      <div class="clearer"></div>
109    </div>
110    <div class="related">
111      <h3>Navigation</h3>
112      <ul>
113        <li class="right" style="margin-right: 10px">
114          <a href="../../../genindex.html" title="General Index"
115             >index</a></li>
116        <li class="right" >
117          <a href="../../../py-modindex.html" title="Python Module Index"
118             >modules</a> |</li>
119        <li class="right" >
120          <a href="simfitpage.html" title="simfitpage"
121             >previous</a> |</li>
122        <li><a href="../../../index.html">sansview 0.1.0 documentation</a> &raquo;</li>
123          <li><a href="index.html" >Reference</a> &raquo;</li> 
124      </ul>
125    </div>
126    <div class="footer">
127        &copy; Copyright 2010, sans group.
128      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.
129    </div>
130  </body>
131</html>
Note: See TracBrowser for help on using the repository browser.