[512573a] | 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 | |
---|
[c0d873f] | 6 | |
---|
[512573a] | 7 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 8 | <head> |
---|
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 10 | |
---|
[c0d873f] | 11 | <title>DivComponent — sansmodels 0.1.0 documentation</title> |
---|
| 12 | |
---|
[512573a] | 13 | <link rel="stylesheet" href="../_static/default.css" type="text/css" /> |
---|
| 14 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
---|
[c0d873f] | 15 | |
---|
[512573a] | 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> |
---|
[c0d873f] | 28 | <link rel="top" title="sansmodels 0.1.0 documentation" href="../index.html" /> |
---|
[512573a] | 29 | <link rel="up" title="Reference" href="index.html" /> |
---|
| 30 | <link rel="next" title="EllipsoidModel" href="EllipsoidModel.html" /> |
---|
| 31 | <link rel="prev" title="dispersion_models" href="dispersion_models.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="EllipsoidModel.html" title="EllipsoidModel" |
---|
| 45 | accesskey="N">next</a> |</li> |
---|
| 46 | <li class="right" > |
---|
| 47 | <a href="dispersion_models.html" title="dispersion_models" |
---|
| 48 | accesskey="P">previous</a> |</li> |
---|
[c0d873f] | 49 | <li><a href="../index.html">sansmodels 0.1.0 documentation</a> »</li> |
---|
[512573a] | 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="divcomponent"> |
---|
| 60 | <h1>DivComponent<a class="headerlink" href="#divcomponent" title="Permalink to this headline">¶</a></h1> |
---|
[c0d873f] | 61 | <div class="section" id="sans-models-divcomponent"> |
---|
| 62 | <h2><a class="reference internal" href="#module-sans.models.DivComponent" title="sans.models.DivComponent"><tt class="xref py py-mod docutils literal"><span class="pre">sans.models.DivComponent</span></tt></a><a class="headerlink" href="#sans-models-divcomponent" title="Permalink to this headline">¶</a></h2> |
---|
| 63 | <span class="target" id="module-sans.models.DivComponent"></span><p>Provide base functionality for all model components |
---|
[512573a] | 64 | @author: Mathieu Doucet / UTK |
---|
| 65 | @contact: <a class="reference external" href="mailto:mathieu.doucet%40nist.gov">mathieu<span>.</span>doucet<span>@</span>nist<span>.</span>gov</a></p> |
---|
| 66 | <dl class="class"> |
---|
| 67 | <dt id="sans.models.DivComponent.DivComponent"> |
---|
[c0d873f] | 68 | <em class="property">class </em><tt class="descclassname">sans.models.DivComponent.</tt><tt class="descname">DivComponent</tt><a class="headerlink" href="#sans.models.DivComponent.DivComponent" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 69 | <dd><p>Bases: <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> |
---|
| 70 | <p>Basic model component for Division |
---|
| 71 | Provides basic arithmetics</p> |
---|
| 72 | <dl class="method"> |
---|
[c0d873f] | 73 | <dt id="sans.models.DivComponent.DivComponent.__add__"> |
---|
| 74 | <tt class="descname">__add__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__add__" title="Permalink to this definition">¶</a></dt> |
---|
| 75 | <dd></dd></dl> |
---|
| 76 | |
---|
| 77 | <dl class="method"> |
---|
| 78 | <dt id="sans.models.DivComponent.DivComponent.__div__"> |
---|
| 79 | <tt class="descname">__div__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__div__" title="Permalink to this definition">¶</a></dt> |
---|
| 80 | <dd></dd></dl> |
---|
| 81 | |
---|
| 82 | <dl class="method"> |
---|
| 83 | <dt id="sans.models.DivComponent.DivComponent.__init__"> |
---|
| 84 | <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__init__" title="Permalink to this definition">¶</a></dt> |
---|
| 85 | <dd><p>@param base: component to div |
---|
| 86 | @param other: component to div by</p> |
---|
| 87 | </dd></dl> |
---|
| 88 | |
---|
| 89 | <dl class="attribute"> |
---|
| 90 | <dt id="sans.models.DivComponent.DivComponent.__module__"> |
---|
| 91 | <tt class="descname">__module__</tt><em class="property"> = 'sans.models.DivComponent'</em><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__module__" title="Permalink to this definition">¶</a></dt> |
---|
| 92 | <dd></dd></dl> |
---|
| 93 | |
---|
| 94 | <dl class="method"> |
---|
| 95 | <dt id="sans.models.DivComponent.DivComponent.__mul__"> |
---|
| 96 | <tt class="descname">__mul__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__mul__" title="Permalink to this definition">¶</a></dt> |
---|
| 97 | <dd></dd></dl> |
---|
| 98 | |
---|
| 99 | <dl class="method"> |
---|
| 100 | <dt id="sans.models.DivComponent.DivComponent.__str__"> |
---|
| 101 | <tt class="descname">__str__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__str__" title="Permalink to this definition">¶</a></dt> |
---|
| 102 | <dd><table class="docutils field-list" frame="void" rules="none"> |
---|
| 103 | <col class="field-name" /> |
---|
| 104 | <col class="field-body" /> |
---|
| 105 | <tbody valign="top"> |
---|
| 106 | <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">string representatio</td> |
---|
| 107 | </tr> |
---|
| 108 | </tbody> |
---|
| 109 | </table> |
---|
| 110 | </dd></dl> |
---|
| 111 | |
---|
| 112 | <dl class="method"> |
---|
| 113 | <dt id="sans.models.DivComponent.DivComponent.__sub__"> |
---|
| 114 | <tt class="descname">__sub__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.__sub__" title="Permalink to this definition">¶</a></dt> |
---|
| 115 | <dd></dd></dl> |
---|
| 116 | |
---|
| 117 | <dl class="method"> |
---|
| 118 | <dt id="sans.models.DivComponent.DivComponent._clone"> |
---|
| 119 | <tt class="descname">_clone</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent._clone" title="Permalink to this definition">¶</a></dt> |
---|
| 120 | <dd><p>Internal utility function to copy the internal |
---|
| 121 | data members to a fresh copy.</p> |
---|
| 122 | </dd></dl> |
---|
| 123 | |
---|
| 124 | <dl class="method"> |
---|
[512573a] | 125 | <dt id="sans.models.DivComponent.DivComponent.calculate_ER"> |
---|
| 126 | <tt class="descname">calculate_ER</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.calculate_ER" title="Permalink to this definition">¶</a></dt> |
---|
| 127 | <dd></dd></dl> |
---|
| 128 | |
---|
| 129 | <dl class="method"> |
---|
| 130 | <dt id="sans.models.DivComponent.DivComponent.clone"> |
---|
| 131 | <tt class="descname">clone</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.clone" title="Permalink to this definition">¶</a></dt> |
---|
| 132 | <dd><p>Returns a new object identical to the current object</p> |
---|
| 133 | </dd></dl> |
---|
| 134 | |
---|
| 135 | <dl class="method"> |
---|
| 136 | <dt id="sans.models.DivComponent.DivComponent.evalDistribution"> |
---|
[c0d873f] | 137 | <tt class="descname">evalDistribution</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.evalDistribution" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 138 | <dd><p>Evaluate a distribution of q-values.</p> |
---|
| 139 | <ul> |
---|
| 140 | <li><p class="first">For 1D, a numpy array is expected as input:</p> |
---|
| 141 | <blockquote> |
---|
| 142 | <div><p>evalDistribution(q)</p> |
---|
| 143 | </div></blockquote> |
---|
| 144 | </li> |
---|
| 145 | </ul> |
---|
| 146 | <p>where q is a numpy array.</p> |
---|
| 147 | <ul class="simple"> |
---|
| 148 | <li>For 2D, a list of numpy arrays are expected: [qx_prime,qy_prime], |
---|
| 149 | where 1D arrays,</li> |
---|
| 150 | </ul> |
---|
| 151 | <p>qx_prime = [ qx[0], qx[1], qx[2], ....] |
---|
| 152 | and |
---|
| 153 | qy_prime = [ qy[0], qy[1], qy[2], ....]</p> |
---|
| 154 | <p>Then get |
---|
| 155 | q = numpy.sqrt(qx_prime^2+qy_prime^2)</p> |
---|
| 156 | <p>that is a qr in 1D array; |
---|
| 157 | q = [q[0], q[1], q[2], ....]</p> |
---|
| 158 | <table class="docutils field-list" frame="void" rules="none"> |
---|
| 159 | <col class="field-name" /> |
---|
| 160 | <col class="field-body" /> |
---|
| 161 | <tbody valign="top"> |
---|
[c0d873f] | 162 | <tr class="field-odd field"><th class="field-name">Note :</th><td class="field-body"><p class="first">Due to 2D speed issue, no anisotropic scattering |
---|
[512573a] | 163 | is supported for python models, thus C-models should have</p> |
---|
| 164 | <blockquote class="last"> |
---|
| 165 | <div><p>their own evalDistribution methods.</p> |
---|
| 166 | </div></blockquote> |
---|
| 167 | </td> |
---|
| 168 | </tr> |
---|
| 169 | </tbody> |
---|
| 170 | </table> |
---|
| 171 | <p>The method is then called the following way:</p> |
---|
| 172 | <p>evalDistribution(q) |
---|
| 173 | where q is a numpy array.</p> |
---|
| 174 | <table class="docutils field-list" frame="void" rules="none"> |
---|
| 175 | <col class="field-name" /> |
---|
| 176 | <col class="field-body" /> |
---|
| 177 | <tbody valign="top"> |
---|
[c0d873f] | 178 | <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>qdist</strong> – ndarray of scalar q-values or list [qx,qy] |
---|
[512573a] | 179 | where qx,qy are 1D ndarrays</td> |
---|
| 180 | </tr> |
---|
| 181 | </tbody> |
---|
| 182 | </table> |
---|
| 183 | </dd></dl> |
---|
| 184 | |
---|
| 185 | <dl class="method"> |
---|
| 186 | <dt id="sans.models.DivComponent.DivComponent.getDispParamList"> |
---|
| 187 | <tt class="descname">getDispParamList</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.getDispParamList" title="Permalink to this definition">¶</a></dt> |
---|
| 188 | <dd><p>Return a list of all available parameters for the model</p> |
---|
| 189 | </dd></dl> |
---|
| 190 | |
---|
| 191 | <dl class="method"> |
---|
| 192 | <dt id="sans.models.DivComponent.DivComponent.getParam"> |
---|
[c0d873f] | 193 | <tt class="descname">getParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.getParam" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 194 | <dd><p>Set the value of a model parameter |
---|
| 195 | @param name: name of the parameter |
---|
| 196 | @return: value of the parameter</p> |
---|
| 197 | </dd></dl> |
---|
| 198 | |
---|
| 199 | <dl class="method"> |
---|
| 200 | <dt id="sans.models.DivComponent.DivComponent.getParamList"> |
---|
| 201 | <tt class="descname">getParamList</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.getParamList" title="Permalink to this definition">¶</a></dt> |
---|
| 202 | <dd><p>Return a list of all available parameters for the model</p> |
---|
| 203 | </dd></dl> |
---|
| 204 | |
---|
| 205 | <dl class="method"> |
---|
| 206 | <dt id="sans.models.DivComponent.DivComponent.getParamListWithToken"> |
---|
[c0d873f] | 207 | <tt class="descname">getParamListWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.getParamListWithToken" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 208 | <dd></dd></dl> |
---|
| 209 | |
---|
| 210 | <dl class="method"> |
---|
| 211 | <dt id="sans.models.DivComponent.DivComponent.getParamWithToken"> |
---|
[c0d873f] | 212 | <tt class="descname">getParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.getParamWithToken" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 213 | <dd></dd></dl> |
---|
| 214 | |
---|
| 215 | <dl class="method"> |
---|
| 216 | <dt id="sans.models.DivComponent.DivComponent.is_fittable"> |
---|
[c0d873f] | 217 | <tt class="descname">is_fittable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.is_fittable" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 218 | <dd><p>Check if a given parameter is fittable or not</p> |
---|
| 219 | <table class="docutils field-list" frame="void" rules="none"> |
---|
| 220 | <col class="field-name" /> |
---|
| 221 | <col class="field-body" /> |
---|
| 222 | <tbody valign="top"> |
---|
[c0d873f] | 223 | <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> |
---|
[512573a] | 224 | </tr> |
---|
| 225 | </tbody> |
---|
| 226 | </table> |
---|
| 227 | </dd></dl> |
---|
| 228 | |
---|
| 229 | <dl class="method"> |
---|
| 230 | <dt id="sans.models.DivComponent.DivComponent.run"> |
---|
[c0d873f] | 231 | <tt class="descname">run</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.run" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 232 | <dd><p>Evaluate each part of the component and sum the results |
---|
| 233 | @param x: input parameter |
---|
| 234 | @return: value of the model at x</p> |
---|
| 235 | </dd></dl> |
---|
| 236 | |
---|
| 237 | <dl class="method"> |
---|
| 238 | <dt id="sans.models.DivComponent.DivComponent.runXY"> |
---|
[c0d873f] | 239 | <tt class="descname">runXY</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.runXY" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 240 | <dd><p>Evaluate each part of the component and sum the results |
---|
| 241 | @param x: input parameter |
---|
| 242 | @return: value of the model at x</p> |
---|
| 243 | </dd></dl> |
---|
| 244 | |
---|
| 245 | <dl class="method"> |
---|
| 246 | <dt id="sans.models.DivComponent.DivComponent.setParam"> |
---|
[c0d873f] | 247 | <tt class="descname">setParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.setParam" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 248 | <dd><p>Set the value of a model parameter |
---|
| 249 | @param name: name of parameter to set |
---|
| 250 | @param value: value to give the paramter</p> |
---|
| 251 | </dd></dl> |
---|
| 252 | |
---|
| 253 | <dl class="method"> |
---|
| 254 | <dt id="sans.models.DivComponent.DivComponent.setParamWithToken"> |
---|
[c0d873f] | 255 | <tt class="descname">setParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.DivComponent.DivComponent.setParamWithToken" title="Permalink to this definition">¶</a></dt> |
---|
[512573a] | 256 | <dd></dd></dl> |
---|
| 257 | |
---|
| 258 | </dd></dl> |
---|
| 259 | |
---|
| 260 | </div> |
---|
| 261 | </div> |
---|
| 262 | |
---|
| 263 | |
---|
| 264 | </div> |
---|
| 265 | </div> |
---|
| 266 | </div> |
---|
| 267 | <div class="sphinxsidebar"> |
---|
| 268 | <div class="sphinxsidebarwrapper"> |
---|
| 269 | <h3><a href="../index.html">Table Of Contents</a></h3> |
---|
| 270 | <ul> |
---|
| 271 | <li><a class="reference internal" href="#">DivComponent</a><ul> |
---|
[c0d873f] | 272 | <li><a class="reference internal" href="#sans-models-divcomponent"><tt class="docutils literal"><span class="pre">sans.models.DivComponent</span></tt></a></li> |
---|
[512573a] | 273 | </ul> |
---|
| 274 | </li> |
---|
| 275 | </ul> |
---|
| 276 | |
---|
| 277 | <h4>Previous topic</h4> |
---|
| 278 | <p class="topless"><a href="dispersion_models.html" |
---|
| 279 | title="previous chapter">dispersion_models</a></p> |
---|
| 280 | <h4>Next topic</h4> |
---|
| 281 | <p class="topless"><a href="EllipsoidModel.html" |
---|
| 282 | title="next chapter">EllipsoidModel</a></p> |
---|
| 283 | <h3>This Page</h3> |
---|
| 284 | <ul class="this-page-menu"> |
---|
| 285 | <li><a href="../_sources/api/DivComponent.txt" |
---|
| 286 | rel="nofollow">Show Source</a></li> |
---|
| 287 | </ul> |
---|
| 288 | <div id="searchbox" style="display: none"> |
---|
| 289 | <h3>Quick search</h3> |
---|
| 290 | <form class="search" action="../search.html" method="get"> |
---|
[c0d873f] | 291 | <input type="text" name="q" /> |
---|
[512573a] | 292 | <input type="submit" value="Go" /> |
---|
| 293 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
| 294 | <input type="hidden" name="area" value="default" /> |
---|
| 295 | </form> |
---|
| 296 | <p class="searchtip" style="font-size: 90%"> |
---|
| 297 | Enter search terms or a module, class or function name. |
---|
| 298 | </p> |
---|
| 299 | </div> |
---|
| 300 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
| 301 | </div> |
---|
| 302 | </div> |
---|
| 303 | <div class="clearer"></div> |
---|
| 304 | </div> |
---|
| 305 | <div class="related"> |
---|
| 306 | <h3>Navigation</h3> |
---|
| 307 | <ul> |
---|
| 308 | <li class="right" style="margin-right: 10px"> |
---|
| 309 | <a href="../genindex.html" title="General Index" |
---|
| 310 | >index</a></li> |
---|
| 311 | <li class="right" > |
---|
| 312 | <a href="../py-modindex.html" title="Python Module Index" |
---|
| 313 | >modules</a> |</li> |
---|
| 314 | <li class="right" > |
---|
| 315 | <a href="EllipsoidModel.html" title="EllipsoidModel" |
---|
| 316 | >next</a> |</li> |
---|
| 317 | <li class="right" > |
---|
| 318 | <a href="dispersion_models.html" title="dispersion_models" |
---|
| 319 | >previous</a> |</li> |
---|
[c0d873f] | 320 | <li><a href="../index.html">sansmodels 0.1.0 documentation</a> »</li> |
---|
[512573a] | 321 | <li><a href="index.html" >Reference</a> »</li> |
---|
| 322 | </ul> |
---|
| 323 | </div> |
---|
| 324 | <div class="footer"> |
---|
| 325 | © Copyright 2010, sans group. |
---|
[c0d873f] | 326 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. |
---|
[512573a] | 327 | </div> |
---|
| 328 | </body> |
---|
| 329 | </html> |
---|