source: sasview/sansmodels/docs/sphinx/html/api/LamellarModel.html @ 43cc1ad2

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

edit docs for models

  • Property mode set to 100644
File size: 22.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>LamellarModel &mdash; sansmodels 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="sansmodels 0.1.0 documentation" href="../index.html" />
29    <link rel="up" title="Reference" href="index.html" />
30    <link rel="next" title="LamellarPCrystalModel" href="LamellarPCrystalModel.html" />
31    <link rel="prev" title="LamellarFFHGModel" href="LamellarFFHGModel.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="LamellarPCrystalModel.html" title="LamellarPCrystalModel"
45             accesskey="N">next</a> |</li>
46        <li class="right" >
47          <a href="LamellarFFHGModel.html" title="LamellarFFHGModel"
48             accesskey="P">previous</a> |</li>
49        <li><a href="../index.html">sansmodels 0.1.0 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="lamellarmodel">
60<h1>LamellarModel<a class="headerlink" href="#lamellarmodel" title="Permalink to this headline">¶</a></h1>
61<div class="section" id="sans-models-lamellarmodel">
62<h2><a class="reference internal" href="#module-sans.models.LamellarModel" title="sans.models.LamellarModel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.models.LamellarModel</span></tt></a><a class="headerlink" href="#sans-models-lamellarmodel" title="Permalink to this headline">¶</a></h2>
63<span class="target" id="module-sans.models.LamellarModel"></span><p>Provide functionality for a C extension model</p>
64<table class="docutils field-list" frame="void" rules="none">
65<col class="field-name" />
66<col class="field-body" />
67<tbody valign="top">
68<tr class="field-odd field"><th class="field-name">WARNING:</th><td class="field-body">THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY
69DO NOT MODIFY THIS FILE, MODIFY ..c_extensionslamellar.h
70AND RE-RUN THE GENERATOR SCRIPT</td>
71</tr>
72</tbody>
73</table>
74<dl class="class">
75<dt id="sans.models.LamellarModel.LamellarModel">
76<em class="property">class </em><tt class="descclassname">sans.models.LamellarModel.</tt><tt class="descname">LamellarModel</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel" title="Permalink to this definition">¶</a></dt>
77<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">CLamellarModel</span></tt>, <a class="reference internal" href="BaseComponent.html#sans.models.BaseComponent.BaseComponent" title="sans.models.BaseComponent.BaseComponent"><tt class="xref py py-class docutils literal"><span class="pre">sans.models.BaseComponent.BaseComponent</span></tt></a></p>
78<p>Class that evaluates a LamellarModel model.
79This file was auto-generated from ..c_extensionslamellar.h.
80Refer to that file and the structure it contains
81for details of the model.
82List of default parameters:</p>
83<blockquote>
84<div>scale           = 1.0
85bi_thick        = 50.0 [A]
86sld_bi          = 1e-06 [1/A^(2)]
87sld_sol         = 6.3e-06 [1/A^(2)]
88background      = 0.0 [1/cm]</div></blockquote>
89<dl class="method">
90<dt id="sans.models.LamellarModel.LamellarModel.__add__">
91<tt class="descname">__add__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__add__" title="Permalink to this definition">¶</a></dt>
92<dd></dd></dl>
93
94<dl class="attribute">
95<dt id="sans.models.LamellarModel.LamellarModel.__class__">
96<tt class="descname">__class__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__class__" title="Permalink to this definition">¶</a></dt>
97<dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p>
98</dd></dl>
99
100<dl class="attribute">
101<dt id="sans.models.LamellarModel.LamellarModel.__delattr__">
102<tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__delattr__" title="Permalink to this definition">¶</a></dt>
103<dd><p>x.__delattr__(&#8216;name&#8217;) &lt;==&gt; del x.name</p>
104</dd></dl>
105
106<dl class="attribute">
107<dt id="sans.models.LamellarModel.LamellarModel.__dict__">
108<tt class="descname">__dict__</tt><em class="property"> = &lt;dictproxy object at 0x025BD190&gt;</em><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__dict__" title="Permalink to this definition">¶</a></dt>
109<dd></dd></dl>
110
111<dl class="method">
112<dt id="sans.models.LamellarModel.LamellarModel.__div__">
113<tt class="descname">__div__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__div__" title="Permalink to this definition">¶</a></dt>
114<dd></dd></dl>
115
116<dl class="attribute">
117<dt id="sans.models.LamellarModel.LamellarModel.__getattribute__">
118<tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__getattribute__" title="Permalink to this definition">¶</a></dt>
119<dd><p>x.__getattribute__(&#8216;name&#8217;) &lt;==&gt; x.name</p>
120</dd></dl>
121
122<dl class="attribute">
123<dt id="sans.models.LamellarModel.LamellarModel.__hash__">
124<tt class="descname">__hash__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__hash__" title="Permalink to this definition">¶</a></dt>
125<dd><p>x.__hash__() &lt;==&gt; hash(x)</p>
126</dd></dl>
127
128<dl class="method">
129<dt id="sans.models.LamellarModel.LamellarModel.__init__">
130<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__init__" title="Permalink to this definition">¶</a></dt>
131<dd><p>Initialization</p>
132</dd></dl>
133
134<dl class="attribute">
135<dt id="sans.models.LamellarModel.LamellarModel.__module__">
136<tt class="descname">__module__</tt><em class="property"> = 'sans.models.LamellarModel'</em><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__module__" title="Permalink to this definition">¶</a></dt>
137<dd></dd></dl>
138
139<dl class="method">
140<dt id="sans.models.LamellarModel.LamellarModel.__mul__">
141<tt class="descname">__mul__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__mul__" title="Permalink to this definition">¶</a></dt>
142<dd></dd></dl>
143
144<dl class="staticmethod">
145<dt id="sans.models.LamellarModel.LamellarModel.__new__">
146<em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> &rarr; a new object with type S, a subtype of T<a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__new__" title="Permalink to this definition">¶</a></dt>
147<dd></dd></dl>
148
149<dl class="method">
150<dt id="sans.models.LamellarModel.LamellarModel.__reduce__">
151<tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__reduce__" title="Permalink to this definition">¶</a></dt>
152<dd><p>helper for pickle</p>
153</dd></dl>
154
155<dl class="method">
156<dt id="sans.models.LamellarModel.LamellarModel.__reduce_ex__">
157<tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__reduce_ex__" title="Permalink to this definition">¶</a></dt>
158<dd><p>Overwrite the __reduce_ex__ of PyTypeObject <a href="#id1"><span class="problematic" id="id2">*</span></a>type call in the init of
159c model.</p>
160</dd></dl>
161
162<dl class="attribute">
163<dt id="sans.models.LamellarModel.LamellarModel.__repr__">
164<tt class="descname">__repr__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__repr__" title="Permalink to this definition">¶</a></dt>
165<dd><p>x.__repr__() &lt;==&gt; repr(x)</p>
166</dd></dl>
167
168<dl class="attribute">
169<dt id="sans.models.LamellarModel.LamellarModel.__setattr__">
170<tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__setattr__" title="Permalink to this definition">¶</a></dt>
171<dd><p>x.__setattr__(&#8216;name&#8217;, value) &lt;==&gt; x.name = value</p>
172</dd></dl>
173
174<dl class="method">
175<dt id="sans.models.LamellarModel.LamellarModel.__setstate__">
176<tt class="descname">__setstate__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__setstate__" title="Permalink to this definition">¶</a></dt>
177<dd><p>restore the state of a model from pickle</p>
178</dd></dl>
179
180<dl class="attribute">
181<dt id="sans.models.LamellarModel.LamellarModel.__str__">
182<tt class="descname">__str__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__str__" title="Permalink to this definition">¶</a></dt>
183<dd><p>x.__str__() &lt;==&gt; str(x)</p>
184</dd></dl>
185
186<dl class="method">
187<dt id="sans.models.LamellarModel.LamellarModel.__sub__">
188<tt class="descname">__sub__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__sub__" title="Permalink to this definition">¶</a></dt>
189<dd></dd></dl>
190
191<dl class="attribute">
192<dt id="sans.models.LamellarModel.LamellarModel.__weakref__">
193<tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.__weakref__" title="Permalink to this definition">¶</a></dt>
194<dd><p>list of weak references to the object (if defined)</p>
195</dd></dl>
196
197<dl class="method">
198<dt id="sans.models.LamellarModel.LamellarModel._clone">
199<tt class="descname">_clone</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel._clone" title="Permalink to this definition">¶</a></dt>
200<dd><p>Internal utility function to copy the internal
201data members to a fresh copy.</p>
202</dd></dl>
203
204<dl class="method">
205<dt id="sans.models.LamellarModel.LamellarModel.calculate_ER">
206<tt class="descname">calculate_ER</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.calculate_ER" title="Permalink to this definition">¶</a></dt>
207<dd><p>Calculate the effective radius for P(q)*S(q)</p>
208<table class="docutils field-list" frame="void" rules="none">
209<col class="field-name" />
210<col class="field-body" />
211<tbody valign="top">
212<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">the value of the effective radius</td>
213</tr>
214</tbody>
215</table>
216</dd></dl>
217
218<dl class="method">
219<dt id="sans.models.LamellarModel.LamellarModel.clone">
220<tt class="descname">clone</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.clone" title="Permalink to this definition">¶</a></dt>
221<dd><p>Return a identical copy of self</p>
222</dd></dl>
223
224<dl class="attribute">
225<dt id="sans.models.LamellarModel.LamellarModel.dispersion">
226<tt class="descname">dispersion</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.dispersion" title="Permalink to this definition">¶</a></dt>
227<dd><p>Dispersion parameters</p>
228</dd></dl>
229
230<dl class="method">
231<dt id="sans.models.LamellarModel.LamellarModel.evalDistribution">
232<tt class="descname">evalDistribution</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.evalDistribution" title="Permalink to this definition">¶</a></dt>
233<dd><p>Evaluate the model in cartesian coordinates</p>
234<table class="docutils field-list" frame="void" rules="none">
235<col class="field-name" />
236<col class="field-body" />
237<tbody valign="top">
238<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q[], or [qx[], qy[]]</td>
239</tr>
240<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q[])</td>
241</tr>
242</tbody>
243</table>
244</dd></dl>
245
246<dl class="method">
247<dt id="sans.models.LamellarModel.LamellarModel.getDispParamList">
248<tt class="descname">getDispParamList</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.getDispParamList" title="Permalink to this definition">¶</a></dt>
249<dd><p>Return a list of all available parameters for the model</p>
250</dd></dl>
251
252<dl class="method">
253<dt id="sans.models.LamellarModel.LamellarModel.getParam">
254<tt class="descname">getParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.getParam" title="Permalink to this definition">¶</a></dt>
255<dd><p>Set the value of a model parameter</p>
256<table class="docutils field-list" frame="void" rules="none">
257<col class="field-name" />
258<col class="field-body" />
259<tbody valign="top">
260<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>name</strong> &#8211; name of the parameter</td>
261</tr>
262</tbody>
263</table>
264</dd></dl>
265
266<dl class="method">
267<dt id="sans.models.LamellarModel.LamellarModel.getParamList">
268<tt class="descname">getParamList</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.getParamList" title="Permalink to this definition">¶</a></dt>
269<dd><p>Return a list of all available parameters for the model</p>
270</dd></dl>
271
272<dl class="method">
273<dt id="sans.models.LamellarModel.LamellarModel.getParamListWithToken">
274<tt class="descname">getParamListWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.getParamListWithToken" title="Permalink to this definition">¶</a></dt>
275<dd></dd></dl>
276
277<dl class="method">
278<dt id="sans.models.LamellarModel.LamellarModel.getParamWithToken">
279<tt class="descname">getParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.getParamWithToken" title="Permalink to this definition">¶</a></dt>
280<dd></dd></dl>
281
282<dl class="method">
283<dt id="sans.models.LamellarModel.LamellarModel.is_fittable">
284<tt class="descname">is_fittable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.is_fittable" title="Permalink to this definition">¶</a></dt>
285<dd><p>Check if a given parameter is fittable or not</p>
286<table class="docutils field-list" frame="void" rules="none">
287<col class="field-name" />
288<col class="field-body" />
289<tbody valign="top">
290<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>par_name</strong> &#8211; the parameter name to check</td>
291</tr>
292</tbody>
293</table>
294</dd></dl>
295
296<dl class="attribute">
297<dt id="sans.models.LamellarModel.LamellarModel.log">
298<tt class="descname">log</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.log" title="Permalink to this definition">¶</a></dt>
299<dd><p>Log</p>
300</dd></dl>
301
302<dl class="attribute">
303<dt id="sans.models.LamellarModel.LamellarModel.params">
304<tt class="descname">params</tt><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.params" title="Permalink to this definition">¶</a></dt>
305<dd><p>Parameters</p>
306</dd></dl>
307
308<dl class="method">
309<dt id="sans.models.LamellarModel.LamellarModel.reset">
310<tt class="descname">reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.reset" title="Permalink to this definition">¶</a></dt>
311<dd><p>Reset pair correlation</p>
312</dd></dl>
313
314<dl class="method">
315<dt id="sans.models.LamellarModel.LamellarModel.run">
316<tt class="descname">run</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.run" title="Permalink to this definition">¶</a></dt>
317<dd><p>Evaluate the model</p>
318<table class="docutils field-list" frame="void" rules="none">
319<col class="field-name" />
320<col class="field-body" />
321<tbody valign="top">
322<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q, or [q,phi]</td>
323</tr>
324<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td>
325</tr>
326</tbody>
327</table>
328</dd></dl>
329
330<dl class="method">
331<dt id="sans.models.LamellarModel.LamellarModel.runXY">
332<tt class="descname">runXY</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.runXY" title="Permalink to this definition">¶</a></dt>
333<dd><p>Evaluate the model in cartesian coordinates</p>
334<table class="docutils field-list" frame="void" rules="none">
335<col class="field-name" />
336<col class="field-body" />
337<tbody valign="top">
338<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q, or [qx, qy]</td>
339</tr>
340<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td>
341</tr>
342</tbody>
343</table>
344</dd></dl>
345
346<dl class="method">
347<dt id="sans.models.LamellarModel.LamellarModel.setParam">
348<tt class="descname">setParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.setParam" title="Permalink to this definition">¶</a></dt>
349<dd><p>Set the value of a model parameter</p>
350<table class="docutils field-list" frame="void" rules="none">
351<col class="field-name" />
352<col class="field-body" />
353<tbody valign="top">
354<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
355<li><strong>name</strong> &#8211; name of the parameter</li>
356<li><strong>value</strong> &#8211; value of the parameter</li>
357</ul>
358</td>
359</tr>
360</tbody>
361</table>
362</dd></dl>
363
364<dl class="method">
365<dt id="sans.models.LamellarModel.LamellarModel.setParamWithToken">
366<tt class="descname">setParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.setParamWithToken" title="Permalink to this definition">¶</a></dt>
367<dd></dd></dl>
368
369<dl class="method">
370<dt id="sans.models.LamellarModel.LamellarModel.set_dispersion">
371<tt class="descname">set_dispersion</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.LamellarModel.set_dispersion" title="Permalink to this definition">¶</a></dt>
372<dd><p>Set the dispersion object for a model parameter</p>
373<table class="docutils field-list" frame="void" rules="none">
374<col class="field-name" />
375<col class="field-body" />
376<tbody valign="top">
377<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
378<li><strong>parameter</strong> &#8211; name of the parameter [string]</li>
379<li><strong>dispersion</strong> &#8211; dispersion object of type DispersionModel</li>
380</ul>
381</td>
382</tr>
383</tbody>
384</table>
385</dd></dl>
386
387</dd></dl>
388
389<dl class="function">
390<dt id="sans.models.LamellarModel.create_LamellarModel">
391<tt class="descclassname">sans.models.LamellarModel.</tt><tt class="descname">create_LamellarModel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarModel.create_LamellarModel" title="Permalink to this definition">¶</a></dt>
392<dd></dd></dl>
393
394</div>
395</div>
396
397
398          </div>
399        </div>
400      </div>
401      <div class="sphinxsidebar">
402        <div class="sphinxsidebarwrapper">
403  <h3><a href="../index.html">Table Of Contents</a></h3>
404  <ul>
405<li><a class="reference internal" href="#">LamellarModel</a><ul>
406<li><a class="reference internal" href="#sans-models-lamellarmodel"><tt class="docutils literal"><span class="pre">sans.models.LamellarModel</span></tt></a></li>
407</ul>
408</li>
409</ul>
410
411  <h4>Previous topic</h4>
412  <p class="topless"><a href="LamellarFFHGModel.html"
413                        title="previous chapter">LamellarFFHGModel</a></p>
414  <h4>Next topic</h4>
415  <p class="topless"><a href="LamellarPCrystalModel.html"
416                        title="next chapter">LamellarPCrystalModel</a></p>
417  <h3>This Page</h3>
418  <ul class="this-page-menu">
419    <li><a href="../_sources/api/LamellarModel.txt"
420           rel="nofollow">Show Source</a></li>
421  </ul>
422<div id="searchbox" style="display: none">
423  <h3>Quick search</h3>
424    <form class="search" action="../search.html" method="get">
425      <input type="text" name="q" />
426      <input type="submit" value="Go" />
427      <input type="hidden" name="check_keywords" value="yes" />
428      <input type="hidden" name="area" value="default" />
429    </form>
430    <p class="searchtip" style="font-size: 90%">
431    Enter search terms or a module, class or function name.
432    </p>
433</div>
434<script type="text/javascript">$('#searchbox').show(0);</script>
435        </div>
436      </div>
437      <div class="clearer"></div>
438    </div>
439    <div class="related">
440      <h3>Navigation</h3>
441      <ul>
442        <li class="right" style="margin-right: 10px">
443          <a href="../genindex.html" title="General Index"
444             >index</a></li>
445        <li class="right" >
446          <a href="../py-modindex.html" title="Python Module Index"
447             >modules</a> |</li>
448        <li class="right" >
449          <a href="LamellarPCrystalModel.html" title="LamellarPCrystalModel"
450             >next</a> |</li>
451        <li class="right" >
452          <a href="LamellarFFHGModel.html" title="LamellarFFHGModel"
453             >previous</a> |</li>
454        <li><a href="../index.html">sansmodels 0.1.0 documentation</a> &raquo;</li>
455          <li><a href="index.html" >Reference</a> &raquo;</li> 
456      </ul>
457    </div>
458    <div class="footer">
459        &copy; Copyright 2010, sans group.
460      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.
461    </div>
462  </body>
463</html>
Note: See TracBrowser for help on using the repository browser.