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