source: sasmodels/_sources/model/gaussian_peak.txt @ 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: 1.2 KB
Line 
1.. _gaussian-peak:
2
3Gaussian peak
4=======================================================
5
6Gaussian shaped peak
7
8========== =============================== ======== =============
9Parameter  Description                     Units    Default value
10========== =============================== ======== =============
11scale      Source intensity                None                 1
12background Source background               |cm^-1|              0
13q0         Peak position                   |Ang^-1|          0.05
14sigma      Peak width (standard deviation) |Ang^-1|         0.005
15========== =============================== ======== =============
16
17The returned value is scaled to units of |cm^-1|.
18
19
20This model describes a Gaussian shaped peak on a flat background
21
22.. image:: img/image198.PNG
23
24with the peak having height of *I0* centered at *q0* and having a standard deviation of *B*. The FWHM (full-width
25half-maximum) is 2.354 B.
26
27For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as
28
29.. image:: img/image040.gif
30
31.. image:: img/image199.jpg
32
33*Figure. 1D plot using the default values (w/500 data points).*
34
35REFERENCE
36---------
37
38None.
39
Note: See TracBrowser for help on using the repository browser.