Changeset b297ba9 in sasmodels for sasmodels/models/_spherepy.py


Ignore:
Timestamp:
Mar 20, 2019 7:03:50 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/_spherepy.py

    r304c775 rb297ba9  
    6969 
    7070def form_volume(radius): 
     71    """Calculate volume for sphere""" 
    7172    return 1.333333333333333 * pi * radius ** 3 
    7273 
    7374def effective_radius(mode, radius): 
     75    """Calculate R_eff for sphere""" 
    7476    return radius 
    7577 
    7678def Iq(q, sld, sld_solvent, radius): 
     79    """Calculate I(q) for sphere""" 
    7780    #print "q",q 
    7881    #print "sld,r",sld,sld_solvent,radius 
Note: See TracChangeset for help on using the changeset viewer.