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>Loader — park_integration 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="park_integration 0.1.0 documentation" href="../index.html" /> |
---|
29 | <link rel="up" title="Reference" href="index.html" /> |
---|
30 | <link rel="next" title="ParkFitting" href="ParkFitting.html" /> |
---|
31 | <link rel="prev" title="Fitting" href="Fitting.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="ParkFitting.html" title="ParkFitting" |
---|
45 | accesskey="N">next</a> |</li> |
---|
46 | <li class="right" > |
---|
47 | <a href="Fitting.html" title="Fitting" |
---|
48 | accesskey="P">previous</a> |</li> |
---|
49 | <li><a href="../index.html">park_integration 0.1.0 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="loader"> |
---|
60 | <h1>Loader<a class="headerlink" href="#loader" title="Permalink to this headline">¶</a></h1> |
---|
61 | <div class="section" id="mod-sans-fit-loader"> |
---|
62 | <h2>:mod:` sans.fit.Loader`<a class="headerlink" href="#mod-sans-fit-loader" title="Permalink to this headline">¶</a></h2> |
---|
63 | <span class="target" id="module-sans.fit.Loader"></span><dl class="class"> |
---|
64 | <dt id="sans.fit.Loader.Load"> |
---|
65 | <em class="property">class </em><tt class="descclassname">sans.fit.Loader.</tt><tt class="descname">Load</tt><a class="headerlink" href="#sans.fit.Loader.Load" title="Permalink to this definition">¶</a></dt> |
---|
66 | <dd><p>This class is loading values from given file or value giving by the user</p> |
---|
67 | <dl class="method"> |
---|
68 | <dt id="sans.fit.Loader.Load.__init__"> |
---|
69 | <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.fit.Loader.Load.__init__" title="Permalink to this definition">¶</a></dt> |
---|
70 | <dd></dd></dl> |
---|
71 | |
---|
72 | <dl class="attribute"> |
---|
73 | <dt id="sans.fit.Loader.Load.__module__"> |
---|
74 | <tt class="descname">__module__</tt><em class="property"> = 'sans.fit.Loader'</em><a class="headerlink" href="#sans.fit.Loader.Load.__module__" title="Permalink to this definition">¶</a></dt> |
---|
75 | <dd></dd></dl> |
---|
76 | |
---|
77 | <dl class="method"> |
---|
78 | <dt id="sans.fit.Loader.Load.get_filename"> |
---|
79 | <tt class="descname">get_filename</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.fit.Loader.Load.get_filename" title="Permalink to this definition">¶</a></dt> |
---|
80 | <dd><p>return the file’s path</p> |
---|
81 | </dd></dl> |
---|
82 | |
---|
83 | <dl class="method"> |
---|
84 | <dt id="sans.fit.Loader.Load.get_values"> |
---|
85 | <tt class="descname">get_values</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.fit.Loader.Load.get_values" title="Permalink to this definition">¶</a></dt> |
---|
86 | <dd><p>Return x, y, dx, dy</p> |
---|
87 | </dd></dl> |
---|
88 | |
---|
89 | <dl class="method"> |
---|
90 | <dt id="sans.fit.Loader.Load.load_data"> |
---|
91 | <tt class="descname">load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.fit.Loader.Load.load_data" title="Permalink to this definition">¶</a></dt> |
---|
92 | <dd><p>Return plottable</p> |
---|
93 | </dd></dl> |
---|
94 | |
---|
95 | <dl class="method"> |
---|
96 | <dt id="sans.fit.Loader.Load.set_filename"> |
---|
97 | <tt class="descname">set_filename</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.fit.Loader.Load.set_filename" title="Permalink to this definition">¶</a></dt> |
---|
98 | <dd><p>Store path into a variable.If the user doesn’t give |
---|
99 | a path as a parameter a pop-up |
---|
100 | window appears to select the file.</p> |
---|
101 | <table class="docutils field-list" frame="void" rules="none"> |
---|
102 | <col class="field-name" /> |
---|
103 | <col class="field-body" /> |
---|
104 | <tbody valign="top"> |
---|
105 | <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>path</strong> – the path given by the user</td> |
---|
106 | </tr> |
---|
107 | </tbody> |
---|
108 | </table> |
---|
109 | </dd></dl> |
---|
110 | |
---|
111 | <dl class="method"> |
---|
112 | <dt id="sans.fit.Loader.Load.set_values"> |
---|
113 | <tt class="descname">set_values</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.fit.Loader.Load.set_values" title="Permalink to this definition">¶</a></dt> |
---|
114 | <dd><p>Store the values loaded from file in local variables</p> |
---|
115 | </dd></dl> |
---|
116 | |
---|
117 | </dd></dl> |
---|
118 | |
---|
119 | </div> |
---|
120 | </div> |
---|
121 | |
---|
122 | |
---|
123 | </div> |
---|
124 | </div> |
---|
125 | </div> |
---|
126 | <div class="sphinxsidebar"> |
---|
127 | <div class="sphinxsidebarwrapper"> |
---|
128 | <h3><a href="../index.html">Table Of Contents</a></h3> |
---|
129 | <ul> |
---|
130 | <li><a class="reference internal" href="#">Loader</a><ul> |
---|
131 | <li><a class="reference internal" href="#mod-sans-fit-loader">:mod:` sans.fit.Loader`</a></li> |
---|
132 | </ul> |
---|
133 | </li> |
---|
134 | </ul> |
---|
135 | |
---|
136 | <h4>Previous topic</h4> |
---|
137 | <p class="topless"><a href="Fitting.html" |
---|
138 | title="previous chapter">Fitting</a></p> |
---|
139 | <h4>Next topic</h4> |
---|
140 | <p class="topless"><a href="ParkFitting.html" |
---|
141 | title="next chapter">ParkFitting</a></p> |
---|
142 | <h3>This Page</h3> |
---|
143 | <ul class="this-page-menu"> |
---|
144 | <li><a href="../_sources/api/Loader.txt" |
---|
145 | rel="nofollow">Show Source</a></li> |
---|
146 | </ul> |
---|
147 | <div id="searchbox" style="display: none"> |
---|
148 | <h3>Quick search</h3> |
---|
149 | <form class="search" action="../search.html" method="get"> |
---|
150 | <input type="text" name="q" /> |
---|
151 | <input type="submit" value="Go" /> |
---|
152 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
153 | <input type="hidden" name="area" value="default" /> |
---|
154 | </form> |
---|
155 | <p class="searchtip" style="font-size: 90%"> |
---|
156 | Enter search terms or a module, class or function name. |
---|
157 | </p> |
---|
158 | </div> |
---|
159 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
160 | </div> |
---|
161 | </div> |
---|
162 | <div class="clearer"></div> |
---|
163 | </div> |
---|
164 | <div class="related"> |
---|
165 | <h3>Navigation</h3> |
---|
166 | <ul> |
---|
167 | <li class="right" style="margin-right: 10px"> |
---|
168 | <a href="../genindex.html" title="General Index" |
---|
169 | >index</a></li> |
---|
170 | <li class="right" > |
---|
171 | <a href="../py-modindex.html" title="Python Module Index" |
---|
172 | >modules</a> |</li> |
---|
173 | <li class="right" > |
---|
174 | <a href="ParkFitting.html" title="ParkFitting" |
---|
175 | >next</a> |</li> |
---|
176 | <li class="right" > |
---|
177 | <a href="Fitting.html" title="Fitting" |
---|
178 | >previous</a> |</li> |
---|
179 | <li><a href="../index.html">park_integration 0.1.0 documentation</a> »</li> |
---|
180 | <li><a href="index.html" >Reference</a> »</li> |
---|
181 | </ul> |
---|
182 | </div> |
---|
183 | <div class="footer"> |
---|
184 | © Copyright 2010, sans group. |
---|
185 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. |
---|
186 | </div> |
---|
187 | </body> |
---|
188 | </html> |
---|