Changes in / [850788e:708bc7a] in sasmodels
- Location:
- sasmodels
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/conversion_table.py
rfa8e6dc re65c3ba 854 854 "TwoPowerLawModel", 855 855 ], 856 "unified_power_ rg": [856 "unified_power_Rg": [ 857 857 "UnifiedPowerRg", 858 858 dict(((field_new+str(index), field_old+str(index)) -
sasmodels/convert.py
rfa8e6dc rb297ba9 606 606 if pars['volfraction_a'] > 0.5: 607 607 pars['volfraction_a'] = 1.0 - pars['volfraction_a'] 608 elif name == 'unified_power_ rg':608 elif name == 'unified_power_Rg': 609 609 pars['level'] = int(pars['level']) 610 610 -
sasmodels/models/guinier_porod.py
rfa8e6dc r0507e09 5 5 such as rods or platelets, and shapes intermediate between spheres 6 6 and rods or between rods and platelets, and overcomes some of the 7 deficiencies of the (Beaucage) :ref:`unified_power_rg`model (see Hammouda, 2010).7 deficiencies of the (Beaucage) Unified_Power_Rg model (see Hammouda, 2010). 8 8 9 9 Definition
Note: See TracChangeset
for help on using the changeset viewer.