Changeset 3f167d9 in sasmodels


Ignore:
Timestamp:
Mar 21, 2016 5:01:06 AM (8 years ago)
Author:
awashington
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:
2684d45
Parents:
d999185
Message:

Ignore volume ratio for core_shell_sphere

This fixes the scaling problems with SESANS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_sphere.py

    r3556ad7 r3f167d9  
    9191        @param thickness: shell thickness 
    9292    """ 
     93    return (1,1) 
    9394    whole = 4.0 * pi / 3.0 * pow((radius + thickness), 3) 
    9495    core = 4.0 * pi / 3.0 * radius * radius * radius 
Note: See TracChangeset for help on using the changeset viewer.