Changeset 97d89af in sasmodels for sasmodels/models/sphere.py


Ignore:
Timestamp:
Aug 6, 2017 5:43:01 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
0f6c41c
Parents:
bb39b4a
Message:

provide default polydispersity/magnetism for sascomp if -poly/-magnetic is requested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/sphere.py

    r31df0c9 r97d89af  
    8484    return radius 
    8585 
     86# VR defaults to 1.0 
     87 
    8688def random(): 
    8789    import numpy as np 
     
    9193    ) 
    9294    return pars 
    93  
    94 # VR defaults to 1.0 
    95  
    96 demo = dict(scale=1, background=0, 
    97             sld=6, sld_solvent=1, 
    98             radius=120, 
    99             radius_pd=.2, radius_pd_n=45) 
    10095 
    10196tests = [ 
Note: See TracChangeset for help on using the changeset viewer.