source: sasview/src/sas/calculator/media/resolution_calculator_help.rst @ 78f02c3

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 78f02c3 was 78f02c3, checked in by smk78, 9 years ago

Level 1 sphinx-ready commit of remaining help files

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[0d66541]1..resolution_calculator_help.rst
2
[78f02c3]3.. This is a port of the original SasView html help file to ReSTructured text
4.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
[37bbd5f]5
[78f02c3]6Q Resolution Estimator
7======================
8
9Description
10-----------
11
12This tool is to approximately estimate the resolution of Q based on the SAS
13instrumental parameter values assuming that the detector is flat and vertical
14to the incident beam direction.
15
16.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
17
18How To
19------
20
211. Select the source and source type (Monochromatic or TOF). Note that the
22computational difference between the sources is only the gravitational
23contribution due to the mass.
24
252. Change the default values of the instrumental parameters as desired.
26
273. The input formats of wavelength and its spread (=FWHM/wavelength) depend on
28the source type.For monochromatic wave, the inputs are just one values as shown
29with the defaults.For TOF, the min and max values should be separated by "-"
30to describe the wavelength band range. Optionally, the input of the wavelength
31(NOT of the wavelength spread) could be extended by adding "; --" where the --
32is the number of the bins for the numerical integration. Otherwise, the
33default value "10" bins will be used. The same number of bins will be used
34for the corresponding wavelength spread in either cases.
35
364. For TOF, the default wavelength spectrum is flat. The custom spectrum file
37(with 2 column text: wavelength(A) vs. intensity) can also be loaded by
38selecting "Add new" in the combobox.
39
405. Once set all the input values, click the compute button. Depending on
41computation loads the calculation time will vary.
42
436. 1D and 2D dQ will be displayed in the text-box at the bottom of the panel.
44Two dimensional resolution weight distribution (2D elliptical Gaussian
45function) will also be displayed in the plot panel even if the Q inputs are
46outside of the detector limit. The red lines indicate the limits of the
47detector (if a green lines appear (for TOF), it indicates the limits of the
48maximum q range for the largest wavelength due to the size of the detector).
49Note that the effect from the beam block is ignored, so in the small q region
50near the beam block
51
52[ie., q<2*pi*(beam block diameter) / (sample to detector distance) / lamda_min]
53
54the variance is slightly under estimated.
55
567. The summary can be accessed by clicking the 'light-bulb' icon at the bottom
57of the SasView main window.
58
59.. image:: resolution_tutor.gif
60
61.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
62
63Theory
64------
65
66The scattering wave transfer vector is by definition
67
68.. image:: q.gif
69
70In the limit of the small angle, the variance of q in the first order
71approximation is
72
73.. image:: sigma_q.gif
74
75In summary, the geometric and gravitational contributions depending on the
76shape of each factors can be expressed as shown the table.
77
78.. image:: sigma_table.gif
79
80Finally, we use a Gaussian function to describe the 2D weighting distribution
81of the uncertainty in q.
82
83.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
84
85References
86----------
87D.F.R. Mildner and J.M. Carpenter, J. Appl. Cryst. 17, 249-256 (1984)
88
89D.F.R. Mildner, J.M. Carpenter and D.L. Worcester, J. Appl. Cryst. 19, 311-319
90(1986)
Note: See TracBrowser for help on using the repository browser.