Changeset cf404cb in sasmodels for sasmodels


Ignore:
Timestamp:
Dec 8, 2015 9:42:33 AM (8 years ago)
Author:
krzywon
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:
dcef2ee
Parents:
5d316e9
Message:

Added pearl necklace model and numeric method for intrgrating sin(x)/x.
Modified compare.py to ignore PD for number of pearls and string
thickness.

Location:
sasmodels
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r5d316e9 rcf404cb  
    8181 
    8282    for k,v in pars.items(): 
     83        if k.startswith("num_pearls_") or k.startswith("thick_string_"): 
     84            continue 
    8385        if k.endswith("_pd"): 
    8486            model.dispersion[k[:-3]]['width'] = v 
Note: See TracChangeset for help on using the changeset viewer.