Ignore:
Timestamp:
Nov 26, 2016 6:28:36 PM (7 years ago)
Author:
butler
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
98ce141
Parents:
5810f00 (diff), f80f334 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/SasView/sasmodels.git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_parallelepiped.py

    r5810f00 r797a8e3  
    178178# parameters for demo 
    179179demo = dict(scale=1, background=0.0, 
    180             sld_core=1e-6, sld_a=2e-6, sld_b=4e-6, 
    181             sld_c=2e-6, sld_solvent=6e-6, 
     180            sld_core=1, sld_a=2, sld_b=4, sld_c=2, sld_solvent=6, 
    182181            length_a=35, length_b=75, length_c=400, 
    183182            thick_rim_a=10, thick_rim_b=10, thick_rim_c=10, 
     
    191190            theta_pd=10, theta_pd_n=1, 
    192191            phi_pd=10, phi_pd_n=1, 
    193             psi_pd=10, psi_pd_n=10) 
     192            psi_pd=10, psi_pd_n=1) 
    194193 
    195194qx, qy = 0.2 * np.cos(2.5), 0.2 * np.sin(2.5) 
Note: See TracChangeset for help on using the changeset viewer.