Changeset fa8e6dc in sasmodels
- Timestamp:
- Mar 28, 2019 6:37:55 AM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- c11d09f, 7a5f8af
- Parents:
- 9947865
- Location:
- sasmodels
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/conversion_table.py
re65c3ba rfa8e6dc 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
rb297ba9 rfa8e6dc 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
r0507e09 rfa8e6dc 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) Unified_Power_Rgmodel (see Hammouda, 2010).7 deficiencies of the (Beaucage) :ref:`unified_power_rg` model (see Hammouda, 2010). 8 8 9 9 Definition -
sasmodels/models/unified_power_rg.py
r0507e09 rfa8e6dc 70 70 ------ 71 71 72 `unified_power_ Rg.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/unified_power_Rg.py>`_72 `unified_power_rg.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/unified_power_rg.py>`_ 73 73 74 74 Authorship and Verification … … 88 88 89 89 category = "shape-independent" 90 name = "unified_power_ Rg"90 name = "unified_power_rg" 91 91 title = "Unified Power Rg" 92 92 description = """
Note: See TracChangeset
for help on using the changeset viewer.