Changeset 2684d45 in sasmodels for example


Ignore:
Timestamp:
Mar 21, 2016 5:05:46 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:
a6ebff8
Parents:
3f167d9
Message:

Force proper units in SESANS analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/sesans_parameters_css-hs.py

    r3415f4f r2684d45  
    2222# Initial parameter values (if other than defaults) 
    2323initial_vals = { 
    24     "sld_core" : 1.0592, 
    25     "sld_solvent" : 2.88, 
    26     "radius" : 890, 
    27     "thickness" : 130 
     24    "sld_core" : 1.83, 
     25    "sld_shell" : 1.83, 
     26    "sld_solvent" : 0, 
     27    "radius" : 730, 
     28    "thickness" : 20, 
     29    "volfraction" : phi, 
     30    "scale" : (1-phi) 
    2831} 
    2932 
Note: See TracChangeset for help on using the changeset viewer.