Changeset c0d873f in sasview for sansmodels/docs/sphinx/html/api/LamellarPSModel.html
- Timestamp:
- Oct 24, 2011 2:52:52 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 8d70c0a
- Parents:
- 67cd7c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/docs/sphinx/html/api/LamellarPSModel.html
r512573a rc0d873f 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 6 7 <html xmlns="http://www.w3.org/1999/xhtml"> … … 8 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 10 10 <title>LamellarPSModel — sansmodels v0.1.0 documentation</title> 11 <title>LamellarPSModel — sansmodels 0.1.0 documentation</title> 12 11 13 <link rel="stylesheet" href="../_static/default.css" type="text/css" /> 12 14 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> 15 13 16 <script type="text/javascript"> 14 17 var DOCUMENTATION_OPTIONS = { … … 23 26 <script type="text/javascript" src="../_static/underscore.js"></script> 24 27 <script type="text/javascript" src="../_static/doctools.js"></script> 25 <link rel="top" title="sansmodels v0.1.0 documentation" href="../index.html" />28 <link rel="top" title="sansmodels 0.1.0 documentation" href="../index.html" /> 26 29 <link rel="up" title="Reference" href="index.html" /> 27 30 <link rel="next" title="LineModel" href="LineModel.html" /> … … 44 47 <a href="LamellarPSHGModel.html" title="LamellarPSHGModel" 45 48 accesskey="P">previous</a> |</li> 46 <li><a href="../index.html">sansmodels v0.1.0 documentation</a> »</li>49 <li><a href="../index.html">sansmodels 0.1.0 documentation</a> »</li> 47 50 <li><a href="index.html" accesskey="U">Reference</a> »</li> 48 51 </ul> … … 56 59 <div class="section" id="lamellarpsmodel"> 57 60 <h1>LamellarPSModel<a class="headerlink" href="#lamellarpsmodel" title="Permalink to this headline">¶</a></h1> 58 <div class="section" id=" module-sans.models.LamellarPSModel">59 < span id="sans-models-lamellarpsmodel"></span><h2><a class="reference internal" href="#module-sans.models.LamellarPSModel" title="sans.models.LamellarPSModel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.models.LamellarPSModel</span></tt></a><a class="headerlink" href="#module-sans.models.LamellarPSModel" title="Permalink to this headline">¶</a></h2>60 < p>Provide functionality for a C extension model</p>61 <table class="docutils field-list" frame="void" rules="none"> 62 <col class="field-name" /> 63 <col class="field-body" /> 64 <tbody valign="top"> 65 <tr class="field "><th class="field-name">WARNING:</th><td class="field-body">THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY61 <div class="section" id="sans-models-lamellarpsmodel"> 62 <h2><a class="reference internal" href="#module-sans.models.LamellarPSModel" title="sans.models.LamellarPSModel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.models.LamellarPSModel</span></tt></a><a class="headerlink" href="#sans-models-lamellarpsmodel" title="Permalink to this headline">¶</a></h2> 63 <span class="target" id="module-sans.models.LamellarPSModel"></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 66 69 DO NOT MODIFY THIS FILE, MODIFY ..c_extensionslamellarPS.h 67 70 AND RE-RUN THE GENERATOR SCRIPT</td> … … 88 91 background = 0.0 [1/cm]</div></blockquote> 89 92 <dl class="method"> 93 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__add__"> 94 <tt class="descname">__add__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__add__" title="Permalink to this definition">¶</a></dt> 95 <dd></dd></dl> 96 97 <dl class="attribute"> 98 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__class__"> 99 <tt class="descname">__class__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__class__" title="Permalink to this definition">¶</a></dt> 100 <dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p> 101 </dd></dl> 102 103 <dl class="attribute"> 104 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__delattr__"> 105 <tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__delattr__" title="Permalink to this definition">¶</a></dt> 106 <dd><p>x.__delattr__(‘name’) <==> del x.name</p> 107 </dd></dl> 108 109 <dl class="attribute"> 110 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__dict__"> 111 <tt class="descname">__dict__</tt><em class="property"> = <dictproxy object at 0x021408D0></em><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__dict__" title="Permalink to this definition">¶</a></dt> 112 <dd></dd></dl> 113 114 <dl class="method"> 115 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__div__"> 116 <tt class="descname">__div__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__div__" title="Permalink to this definition">¶</a></dt> 117 <dd></dd></dl> 118 119 <dl class="attribute"> 120 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__getattribute__"> 121 <tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__getattribute__" title="Permalink to this definition">¶</a></dt> 122 <dd><p>x.__getattribute__(‘name’) <==> x.name</p> 123 </dd></dl> 124 125 <dl class="attribute"> 126 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__hash__"> 127 <tt class="descname">__hash__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__hash__" title="Permalink to this definition">¶</a></dt> 128 <dd><p>x.__hash__() <==> hash(x)</p> 129 </dd></dl> 130 131 <dl class="method"> 132 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__init__"> 133 <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__init__" title="Permalink to this definition">¶</a></dt> 134 <dd><p>Initialization</p> 135 </dd></dl> 136 137 <dl class="attribute"> 138 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__module__"> 139 <tt class="descname">__module__</tt><em class="property"> = 'sans.models.LamellarPSModel'</em><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__module__" title="Permalink to this definition">¶</a></dt> 140 <dd></dd></dl> 141 142 <dl class="method"> 143 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__mul__"> 144 <tt class="descname">__mul__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__mul__" title="Permalink to this definition">¶</a></dt> 145 <dd></dd></dl> 146 147 <dl class="staticmethod"> 148 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__new__"> 149 <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.LamellarPSModel.LamellarPSModel.__new__" title="Permalink to this definition">¶</a></dt> 150 <dd></dd></dl> 151 152 <dl class="method"> 153 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__reduce__"> 154 <tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__reduce__" title="Permalink to this definition">¶</a></dt> 155 <dd><p>helper for pickle</p> 156 </dd></dl> 157 158 <dl class="method"> 159 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__reduce_ex__"> 160 <tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__reduce_ex__" title="Permalink to this definition">¶</a></dt> 161 <dd><p>Overwrite the __reduce_ex__ of PyTypeObject <a href="#id1"><span class="problematic" id="id2">*</span></a>type call in the init of 162 c model.</p> 163 </dd></dl> 164 165 <dl class="attribute"> 166 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__repr__"> 167 <tt class="descname">__repr__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__repr__" title="Permalink to this definition">¶</a></dt> 168 <dd><p>x.__repr__() <==> repr(x)</p> 169 </dd></dl> 170 171 <dl class="attribute"> 172 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__setattr__"> 173 <tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__setattr__" title="Permalink to this definition">¶</a></dt> 174 <dd><p>x.__setattr__(‘name’, value) <==> x.name = value</p> 175 </dd></dl> 176 177 <dl class="method"> 178 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__setstate__"> 179 <tt class="descname">__setstate__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__setstate__" title="Permalink to this definition">¶</a></dt> 180 <dd><p>restore the state of a model from pickle</p> 181 </dd></dl> 182 183 <dl class="attribute"> 184 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__str__"> 185 <tt class="descname">__str__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__str__" title="Permalink to this definition">¶</a></dt> 186 <dd><p>x.__str__() <==> str(x)</p> 187 </dd></dl> 188 189 <dl class="method"> 190 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__sub__"> 191 <tt class="descname">__sub__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__sub__" title="Permalink to this definition">¶</a></dt> 192 <dd></dd></dl> 193 194 <dl class="attribute"> 195 <dt id="sans.models.LamellarPSModel.LamellarPSModel.__weakref__"> 196 <tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.__weakref__" title="Permalink to this definition">¶</a></dt> 197 <dd><p>list of weak references to the object (if defined)</p> 198 </dd></dl> 199 200 <dl class="method"> 201 <dt id="sans.models.LamellarPSModel.LamellarPSModel._clone"> 202 <tt class="descname">_clone</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel._clone" title="Permalink to this definition">¶</a></dt> 203 <dd><p>Internal utility function to copy the internal 204 data members to a fresh copy.</p> 205 </dd></dl> 206 207 <dl class="method"> 90 208 <dt id="sans.models.LamellarPSModel.LamellarPSModel.calculate_ER"> 91 209 <tt class="descname">calculate_ER</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.calculate_ER" title="Permalink to this definition">¶</a></dt> … … 95 213 <col class="field-body" /> 96 214 <tbody valign="top"> 97 <tr class="field "><th class="field-name">Returns:</th><td class="field-body">the value of the effective radius</td>215 <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">the value of the effective radius</td> 98 216 </tr> 99 217 </tbody> … … 115 233 <dl class="method"> 116 234 <dt id="sans.models.LamellarPSModel.LamellarPSModel.evalDistribution"> 117 <tt class="descname">evalDistribution</tt><big>(</big>< em>x=</em><span class="optional">[</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.evalDistribution" title="Permalink to this definition">¶</a></dt>235 <tt class="descname">evalDistribution</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.evalDistribution" title="Permalink to this definition">¶</a></dt> 118 236 <dd><p>Evaluate the model in cartesian coordinates</p> 119 237 <table class="docutils field-list" frame="void" rules="none"> … … 121 239 <col class="field-body" /> 122 240 <tbody valign="top"> 123 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> – input q[], or [qx[], qy[]]</td>124 </tr> 125 <tr class="field "><th class="field-name">Returns:</th><td class="field-body">scattering function P(q[])</td>241 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> – input q[], or [qx[], qy[]]</td> 242 </tr> 243 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q[])</td> 126 244 </tr> 127 245 </tbody> … … 137 255 <dl class="method"> 138 256 <dt id="sans.models.LamellarPSModel.LamellarPSModel.getParam"> 139 <tt class="descname">getParam</tt><big>(</big>< em>name</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.getParam" title="Permalink to this definition">¶</a></dt>257 <tt class="descname">getParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.getParam" title="Permalink to this definition">¶</a></dt> 140 258 <dd><p>Set the value of a model parameter</p> 141 259 <table class="docutils field-list" frame="void" rules="none"> … … 143 261 <col class="field-body" /> 144 262 <tbody valign="top"> 145 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>name</strong> – name of the parameter</td>263 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>name</strong> – name of the parameter</td> 146 264 </tr> 147 265 </tbody> … … 157 275 <dl class="method"> 158 276 <dt id="sans.models.LamellarPSModel.LamellarPSModel.getParamListWithToken"> 159 <tt class="descname">getParamListWithToken</tt><big>(</big>< em>token</em>, <em>member</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.getParamListWithToken" title="Permalink to this definition">¶</a></dt>277 <tt class="descname">getParamListWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.getParamListWithToken" title="Permalink to this definition">¶</a></dt> 160 278 <dd></dd></dl> 161 279 162 280 <dl class="method"> 163 281 <dt id="sans.models.LamellarPSModel.LamellarPSModel.getParamWithToken"> 164 <tt class="descname">getParamWithToken</tt><big>(</big>< em>name</em>, <em>token</em>, <em>member</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.getParamWithToken" title="Permalink to this definition">¶</a></dt>282 <tt class="descname">getParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.getParamWithToken" title="Permalink to this definition">¶</a></dt> 165 283 <dd></dd></dl> 166 284 167 285 <dl class="method"> 168 286 <dt id="sans.models.LamellarPSModel.LamellarPSModel.is_fittable"> 169 <tt class="descname">is_fittable</tt><big>(</big>< em>par_name</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.is_fittable" title="Permalink to this definition">¶</a></dt>287 <tt class="descname">is_fittable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.is_fittable" title="Permalink to this definition">¶</a></dt> 170 288 <dd><p>Check if a given parameter is fittable or not</p> 171 289 <table class="docutils field-list" frame="void" rules="none"> … … 173 291 <col class="field-body" /> 174 292 <tbody valign="top"> 175 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>par_name</strong> – the parameter name to check</td>293 <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> 176 294 </tr> 177 295 </tbody> … … 191 309 </dd></dl> 192 310 193 <dl class=" attribute">311 <dl class="method"> 194 312 <dt id="sans.models.LamellarPSModel.LamellarPSModel.reset"> 195 <tt class="descname">reset</tt>< a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.reset" title="Permalink to this definition">¶</a></dt>313 <tt class="descname">reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.reset" title="Permalink to this definition">¶</a></dt> 196 314 <dd><p>Reset pair correlation</p> 197 315 </dd></dl> … … 199 317 <dl class="method"> 200 318 <dt id="sans.models.LamellarPSModel.LamellarPSModel.run"> 201 <tt class="descname">run</tt><big>(</big>< em>x=0.0</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.run" title="Permalink to this definition">¶</a></dt>319 <tt class="descname">run</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.run" title="Permalink to this definition">¶</a></dt> 202 320 <dd><p>Evaluate the model</p> 203 321 <table class="docutils field-list" frame="void" rules="none"> … … 205 323 <col class="field-body" /> 206 324 <tbody valign="top"> 207 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> – input q, or [q,phi]</td>208 </tr> 209 <tr class="field "><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td>325 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> – input q, or [q,phi]</td> 326 </tr> 327 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td> 210 328 </tr> 211 329 </tbody> … … 215 333 <dl class="method"> 216 334 <dt id="sans.models.LamellarPSModel.LamellarPSModel.runXY"> 217 <tt class="descname">runXY</tt><big>(</big>< em>x=0.0</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.runXY" title="Permalink to this definition">¶</a></dt>335 <tt class="descname">runXY</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.runXY" title="Permalink to this definition">¶</a></dt> 218 336 <dd><p>Evaluate the model in cartesian coordinates</p> 219 337 <table class="docutils field-list" frame="void" rules="none"> … … 221 339 <col class="field-body" /> 222 340 <tbody valign="top"> 223 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> – input q, or [qx, qy]</td>224 </tr> 225 <tr class="field "><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td>341 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> – input q, or [qx, qy]</td> 342 </tr> 343 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td> 226 344 </tr> 227 345 </tbody> … … 231 349 <dl class="method"> 232 350 <dt id="sans.models.LamellarPSModel.LamellarPSModel.setParam"> 233 <tt class="descname">setParam</tt><big>(</big>< em>name</em>, <em>value</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.setParam" title="Permalink to this definition">¶</a></dt>351 <tt class="descname">setParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.setParam" title="Permalink to this definition">¶</a></dt> 234 352 <dd><p>Set the value of a model parameter</p> 235 353 <table class="docutils field-list" frame="void" rules="none"> … … 237 355 <col class="field-body" /> 238 356 <tbody valign="top"> 239 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">357 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 240 358 <li><strong>name</strong> – name of the parameter</li> 241 359 <li><strong>value</strong> – value of the parameter</li> … … 249 367 <dl class="method"> 250 368 <dt id="sans.models.LamellarPSModel.LamellarPSModel.setParamWithToken"> 251 <tt class="descname">setParamWithToken</tt><big>(</big>< em>name</em>, <em>value</em>, <em>token</em>, <em>member</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.setParamWithToken" title="Permalink to this definition">¶</a></dt>369 <tt class="descname">setParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.setParamWithToken" title="Permalink to this definition">¶</a></dt> 252 370 <dd></dd></dl> 253 371 254 372 <dl class="method"> 255 373 <dt id="sans.models.LamellarPSModel.LamellarPSModel.set_dispersion"> 256 <tt class="descname">set_dispersion</tt><big>(</big>< em>parameter</em>, <em>dispersion</em><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.set_dispersion" title="Permalink to this definition">¶</a></dt>374 <tt class="descname">set_dispersion</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.LamellarPSModel.LamellarPSModel.set_dispersion" title="Permalink to this definition">¶</a></dt> 257 375 <dd><p>Set the dispersion object for a model parameter</p> 258 376 <table class="docutils field-list" frame="void" rules="none"> … … 260 378 <col class="field-body" /> 261 379 <tbody valign="top"> 262 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">380 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 263 381 <li><strong>parameter</strong> – name of the parameter [string]</li> 264 382 <li><strong>dispersion</strong> – dispersion object of type DispersionModel</li> … … 289 407 <ul> 290 408 <li><a class="reference internal" href="#">LamellarPSModel</a><ul> 291 <li><a class="reference internal" href="# module-sans.models.LamellarPSModel"><tt class="docutils literal"><span class="pre">sans.models.LamellarPSModel</span></tt></a></li>409 <li><a class="reference internal" href="#sans-models-lamellarpsmodel"><tt class="docutils literal"><span class="pre">sans.models.LamellarPSModel</span></tt></a></li> 292 410 </ul> 293 411 </li> … … 308 426 <h3>Quick search</h3> 309 427 <form class="search" action="../search.html" method="get"> 310 <input type="text" name="q" size="18"/>428 <input type="text" name="q" /> 311 429 <input type="submit" value="Go" /> 312 430 <input type="hidden" name="check_keywords" value="yes" /> … … 337 455 <a href="LamellarPSHGModel.html" title="LamellarPSHGModel" 338 456 >previous</a> |</li> 339 <li><a href="../index.html">sansmodels v0.1.0 documentation</a> »</li>457 <li><a href="../index.html">sansmodels 0.1.0 documentation</a> »</li> 340 458 <li><a href="index.html" >Reference</a> »</li> 341 459 </ul> … … 343 461 <div class="footer"> 344 462 © Copyright 2010, sans group. 345 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1. 0.7.463 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 346 464 </div> 347 465 </body>
Note: See TracChangeset
for help on using the changeset viewer.