source: sasmodels/model/gaussian_peak.html @ 68532f3

gh-pages
Last change on this file since 68532f3 was 68532f3, checked in by ajj, 8 years ago

Adding docs

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6  <head>
7    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8   
9    <title>2.2.3. Gaussian peak &mdash; Sasmodels</title>
10   
11    <link rel="stylesheet" href="../_static/haiku-site.css" type="text/css" />
12    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13   
14    <script type="text/javascript">
15      var DOCUMENTATION_OPTIONS = {
16        URL_ROOT:    '../',
17        VERSION:     '0.9',
18        COLLAPSE_INDEX: false,
19        FILE_SUFFIX: '.html',
20        HAS_SOURCE:  true
21      };
22    </script>
23    <script type="text/javascript" src="../_static/jquery.js"></script>
24    <script type="text/javascript" src="../_static/underscore.js"></script>
25    <script type="text/javascript" src="../_static/doctools.js"></script>
26    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27    <link rel="top" title="Sasmodels" href="../index.html" />
28    <link rel="up" title="2.2. Shape-Independent Functions" href="../ref/models/shape-independent.html" />
29    <link rel="next" title="2.3. Structure Factors" href="../ref/models/structure-factor.html" />
30    <link rel="prev" title="2.2.2. Dab" href="dab.html" /> 
31  </head>
32  <body>
33      <div class="header"><h1 class="heading"><a href="../index.html">
34          <span>Home</span></a></h1>
35        <h2 class="heading"><span>2.2.3. Gaussian peak</span></h2>
36      </div>
37      <div class="topnav">
38     
39        <p>
40        «&#160;&#160;<a href="dab.html">2.2.2. Dab</a>
41        &#160;&#160;::&#160;&#160;
42        <a class="uplink" href="../index.html">Contents</a>
43        &#160;&#160;::&#160;&#160;
44        <a href="../ref/models/structure-factor.html">2.3. Structure Factors</a>&#160;&#160;»
45        </p>
46
47      </div>
48      <div class="content">
49       
50       
51  <div class="section" id="gaussian-peak">
52<span id="id1"></span><h1>2.2.3. Gaussian peak<a class="headerlink" href="#gaussian-peak" title="Permalink to this headline">¶</a></h1>
53<p>Gaussian shaped peak</p>
54<table border="1" class="docutils">
55<colgroup>
56<col width="16%" />
57<col width="50%" />
58<col width="13%" />
59<col width="21%" />
60</colgroup>
61<thead valign="bottom">
62<tr class="row-odd"><th class="head">Parameter</th>
63<th class="head">Description</th>
64<th class="head">Units</th>
65<th class="head">Default value</th>
66</tr>
67</thead>
68<tbody valign="top">
69<tr class="row-even"><td>scale</td>
70<td>Source intensity</td>
71<td>None</td>
72<td>1</td>
73</tr>
74<tr class="row-odd"><td>background</td>
75<td>Source background</td>
76<td>cm<sup>-1</sup></td>
77<td>0</td>
78</tr>
79<tr class="row-even"><td>q0</td>
80<td>Peak position</td>
81<td>Å<sup>-1</sup></td>
82<td>0.05</td>
83</tr>
84<tr class="row-odd"><td>sigma</td>
85<td>Peak width (standard deviation)</td>
86<td>Å<sup>-1</sup></td>
87<td>0.005</td>
88</tr>
89</tbody>
90</table>
91<p>The returned value is scaled to units of cm<sup>-1</sup>.</p>
92<p>This model describes a Gaussian shaped peak on a flat background</p>
93<img alt="model/img/image198.PNG" src="model/img/image198.PNG" />
94<p>with the peak having height of <em>I0</em> centered at <em>q0</em> and having a standard deviation of <em>B</em>. The FWHM (full-width
95half-maximum) is 2.354 B.</p>
96<p>For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the <em>q</em> vector is defined as</p>
97<img alt="model/img/image040.gif" src="model/img/image040.gif" />
98<img alt="model/img/image199.jpg" src="model/img/image199.jpg" />
99<p><em>Figure. 1D plot using the default values (w/500 data points).</em></p>
100<div class="section" id="reference">
101<h2>2.2.3.1. REFERENCE<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h2>
102<p>None.</p>
103</div>
104</div>
105
106
107      </div>
108      <div class="bottomnav">
109     
110        <p>
111        «&#160;&#160;<a href="dab.html">2.2.2. Dab</a>
112        &#160;&#160;::&#160;&#160;
113        <a class="uplink" href="../index.html">Contents</a>
114        &#160;&#160;::&#160;&#160;
115        <a href="../ref/models/structure-factor.html">2.3. Structure Factors</a>&#160;&#160;»
116        </p>
117
118      </div>
119
120    <div class="footer">
121        &copy; Copyright 2014, sasview team.
122      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
123    </div>
124  </body>
125</html>
Note: See TracBrowser for help on using the repository browser.