Changeset cfc5917 in sasview for src/sas/perspectives
- Timestamp:
- Apr 29, 2015 5:06:38 PM (10 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 892a2cc
- Parents:
- 8b55460
- Location:
- src/sas/perspectives/fitting/media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/fitting/media/fitting.rst
r8b55460 rcfc5917 13 13 Polarisation/Magnetic Scattering <mag_help> 14 14 15 SasView Optimisers <https://github.com/bumps/bumps/blob/master/doc/guide/optimizer.rst>15 Information on the SasView Optimisers <https://github.com/bumps/bumps/blob/master/doc/guide/optimizer.rst> -
src/sas/perspectives/fitting/media/sm_help.rst
ra0637de rcfc5917 37 37 38 38 Slit Smearing 39 ------------- 39 ^^^^^^^^^^^^^ 40 40 41 41 The sit smeared scattering intensity for SAS is defined by … … 74 74 Equation 4 75 75 76 Numerical Implementation of Equation 4: 77 --------------------------------------- 78 79 Case 1 80 ------ 76 Numerical Implementation of Equation 4: Case 1 77 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 81 78 82 79 For |inlineimage012| = 0 and |inlineimage011| = constant. … … 94 91 |inlineimage018| = 0 for *Is* in *j* < *i* or *j* > N-1*. 95 92 96 Case 297 ------ 93 Numerical Implementation of Equation 4: Case 2 94 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 98 95 99 96 For |inlineimage012| = constant and |inlineimage011| = 0. … … 104 101 for *Is* in *j* < *p* or *j* > *N-1*. 105 102 106 Case 3107 ------ 103 Numerical Implementation of Equation 4: Case 3 104 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 108 105 109 106 For |inlineimage011| = constant and … … 130 127 131 128 Pinhole Smearing 132 ---------------- 129 ^^^^^^^^^^^^^^^^ 133 130 134 131 The pinhole smearing computation is done similar to the case above except … … 150 147 151 148 2D Smearing 152 ----------- 149 ^^^^^^^^^^^ 153 150 154 151 The 2D smearing computation is done similar to the 1D pinhole smearing above
Note: See TracChangeset
for help on using the changeset viewer.