source: sasview/sansmodels/docs/sphinx/html/api/CoreFourShellModel.html @ dcbd084f

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

edit docs for models

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