Changeset a5d0d00 in sasmodels for sasmodels/models/broad_peak.py


Ignore:
Timestamp:
Feb 27, 2015 11:16:23 AM (9 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
61ba623
Parents:
529b8b4
Message:

doc fixups: add doc category to model def, convert equations to latex for barbell and bcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/broad_peak.py

    rf734e7d ra5d0d00  
    3030    q = \sqrt{q_x^2 + q_y^2} 
    3131 
    32 =====================  =========  ============= 
    33 Parameter name          Units     Default value 
    34 =====================  =========  ============= 
    35 lorentz_scale(=C)       None      10 
    36 porod_scale  (=A)       None      1e-05 
    37 lorentz_length (= |xi| )  |Ang|     50 
    38 peak_pos  (=Q0)         |Ang^-1|  0.1 
    39 porod_exp  (=n)         None      2 
    40 lorentz_exp (=m)        None      3 
    41 Background (=B)        |cm^-1|   0.1 
    42 ==================  ========  ============= 
    4332 
    4433.. image:: img/image175.jpg 
     
    4736 
    4837REFERENCE 
     38--------- 
    4939 
    5040None. 
     
    7161      lorentz_exp = Lorentzian exponent 
    7262      background = Incoherent background""" 
     63category="shape-independent" 
    7364 
    7465parameters = [ 
Note: See TracChangeset for help on using the changeset viewer.