Changes in / [93cac17:89dba62] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/product.py

    r065d77d rb2f0e5d  
    295295    The result may be an array or a float. 
    296296    """ 
    297     # CRUFT: remove effective_radius once SasView 5.0 is released. 
    298297    if beta_mode: 
    299298        # TODO: 1. include calculated Q vector 
     
    305304            ("S_eff(Q)", 1 + (F**2 / Fsq)*(S-1)), 
    306305            ("effective_radius", radius_effective), 
    307             ("radius_effective", radius_effective), 
    308306            # ("I(Q)", scale*(Fsq + (F**2)*(S-1)) + bg), 
    309307        )) 
     
    313311            ("S(Q)", S), 
    314312            ("effective_radius", radius_effective), 
    315             ("radius_effective", radius_effective), 
    316313        )) 
    317314    return parts 
Note: See TracChangeset for help on using the changeset viewer.