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


Ignore:
Timestamp:
Feb 27, 2015 1:16:23 PM (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/gaussian_peak.py

    r6ea6902 ra5d0d00  
    1616 
    1717REFERENCE 
     18--------- 
    1819 
    1920None. 
     
    2829    Provide F(q) = scale*exp( -1/2 *[(q-q0)/B]^2 )+ background 
    2930""" 
     31category = "shape-independent" 
    3032 
    3133parameters = [ 
    3234#   [ "name", "units", default, [lower, upper], "type", 
    3335#     "description" ], 
    34     [ "q0", "Ang^-1", 0.05, [-inf,inf], "", 
     36    [ "q0", "1/Ang", 0.05, [-inf,inf], "", 
    3537      "Peak position" ], 
    36     [ "sigma", "Ang^-1", 0.005, [-inf,inf], "", 
     38    [ "sigma", "1/Ang", 0.005, [-inf,inf], "", 
    3739      "Peak width (standard deviation)" ], 
    3840    ] 
Note: See TracChangeset for help on using the changeset viewer.