source: sasview/src/sas/perspectives/invariant/media/pr_help.rst @ ec392464

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 ec392464 was ec392464, checked in by smk78, 9 years ago

New ReST help files location for perspective help

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[ec392464]1.. pr_help.rst
2
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.
5
6.. |pi| unicode:: U+03C0
7.. |chi| unicode:: U+03C7
8
9P(r) Inversion Perspective
10==========================
11
12The inversion approach is based on Moore, J. Appl. Cryst., (1980) 13, 168-175.
13
14P(r) is set to be equal to an expansion of base functions of the type
15phi_n(r) = 2 * r * sin(|pi| * n * r / D_max).
16
17The coefficient of each base function in the expansion is found by performing
18a least square fit with the following fit function:
19
20|chi| ^2 = sum_i[ I_meas(q_i) - I_th(q_i) ]^2 / error^2 + Reg_term
21
22where I_meas(q) is the measured scattering intensity and I_th(q) is the
23prediction from the Fourier transform of the P(r) expansion.
24
25The Reg_term term is a regularization term set to the second derivative
26d^2 P(r) / dr^2 integrated over r. It is used to produce a smooth P(r) output.
27
28The following are user inputs:
29
30*  Number of terms: the number of base functions in the P(r) expansion.
31   
32*  Regularization constant: a multiplicative constant to set the size of
33   the regularization term.
34
35*  Maximum distance: the maximum distance between any two points in the
36   system.
Note: See TracBrowser for help on using the repository browser.