Changeset 0507e09 in sasmodels for sasmodels/models/dab.py


Ignore:
Timestamp:
Mar 25, 2019 2:04:23 PM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2464785, c94ab04
Parents:
b6422c7
Message:

Added link to source code to each model. Closes #883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/dab.py

    rb297ba9 r0507e09  
    3131---------- 
    3232 
    33 P Debye, H R Anderson, H Brumberger, *Scattering by an Inhomogeneous Solid. II. 
    34 The Correlation Function and its Application*, *J. Appl. Phys.*, 28(6) (1957) 679 
     33.. [#] P Debye, H R Anderson, H Brumberger, *Scattering by an Inhomogeneous Solid. II. The Correlation Function and its Application*, *J. Appl. Phys.*, 28(6) (1957) 679 
     34.. [#] P Debye, A M Bueche, *Scattering by an Inhomogeneous Solid*, *J. Appl. Phys.*, 20 (1949) 518 
    3535 
    36 P Debye, A M Bueche, *Scattering by an Inhomogeneous Solid*, *J. Appl. Phys.*, 
    37 20 (1949) 518 
     36Source 
     37------ 
    3838 
    39 *2013/09/09 - Description reviewed by King, S and Parker, P.* 
     39`dab.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/dab.py>`_ 
     40 
     41Authorship and Verification 
     42---------------------------- 
     43 
     44* **Author:**  
     45* **Last Modified by:**  
     46* **Last Reviewed by:** Steve King & Peter Parker **Date:** September 09, 2013 
     47* **Source added by :** Steve King **Date:** March 25, 2019 
    4048""" 
    4149 
     
    7078        scale=10**np.random.uniform(1, 4), 
    7179        cor_length=10**np.random.uniform(0.3, 3), 
    72         #background = 0, 
     80#        background = 0, 
    7381    ) 
    7482    pars['scale'] /= pars['cor_length']**3 
Note: See TracChangeset for help on using the changeset viewer.