Changeset cfc5917 in sasview


Ignore:
Timestamp:
Apr 29, 2015 5:06:38 PM (9 years ago)
Author:
smk78
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
Message:

Work in progress

Location:
src/sas/perspectives/fitting/media
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/perspectives/fitting/media/fitting.rst

    r8b55460 rcfc5917  
    1313   Polarisation/Magnetic Scattering <mag_help> 
    1414 
    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  
    3737 
    3838Slit Smearing 
    39 ------------- 
     39^^^^^^^^^^^^^ 
    4040 
    4141The sit smeared scattering intensity for SAS is defined by 
     
    7474Equation 4 
    7575 
    76 Numerical Implementation of Equation 4: 
    77 --------------------------------------- 
    78  
    79 Case 1 
    80 ------ 
     76Numerical Implementation of Equation 4: Case 1 
     77^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
    8178 
    8279For |inlineimage012| = 0 and |inlineimage011| = constant. 
     
    9491|inlineimage018| = 0 for *Is* in *j* < *i* or *j* > N-1*. 
    9592 
    96 Case 2 
    97 ------ 
     93Numerical Implementation of Equation 4: Case 2 
     94^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
    9895 
    9996For |inlineimage012| = constant and |inlineimage011| = 0. 
     
    104101for *Is* in *j* < *p* or *j* > *N-1*. 
    105102 
    106 Case 3 
    107 ------ 
     103Numerical Implementation of Equation 4: Case 3 
     104^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
    108105 
    109106For |inlineimage011| = constant and  
     
    130127 
    131128Pinhole Smearing 
    132 ---------------- 
     129^^^^^^^^^^^^^^^^ 
    133130 
    134131The pinhole smearing computation is done similar to the case above except  
     
    150147 
    1511482D Smearing 
    152 -----------  
     149^^^^^^^^^^^ 
    153150 
    154151The 2D smearing computation is done similar to the 1D pinhole smearing above  
Note: See TracChangeset for help on using the changeset viewer.