Changeset cdcebf1 in sasmodels
- Timestamp:
- Jan 30, 2017 1:17:24 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 3a45c2c, 66ca2a6
- Parents:
- 6431056
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/guinier_porod.py
r6431056 rcdcebf1 60 60 --------- 61 61 62 B Hammouda, *A new GuinierPorod model*, 63 *J. Appl. Cryst.*, (2010), 43, 716-719 62 B Hammouda, *A new Guinier-Porod model, J. Appl. Cryst.*, (2010), 43, 716-719 64 63 65 B Hammouda, *Analysis of the Beaucage model*, 66 *J. Appl. Cryst.*, (2010), 43, 14741478 64 B Hammouda, *Analysis of the Beaucage model, J. Appl. Cryst.*, (2010), 43, 1474-1478 67 65 68 66 """ -
sasmodels/models/unified_power_Rg.py
r6431056 rcdcebf1 16 16 (Debye equation), ellipsoidal particles, etc. 17 17 18 The model works best for *mass*fractal systems characterized by Porod exponents19 between 5/3 and 3. It should not be used for *surface*fractal systems. Hammouda18 The model works best for mass fractal systems characterized by Porod exponents 19 between 5/3 and 3. It should not be used for surface fractal systems. Hammouda 20 20 (2010) has pointed out a deficiency in the way this model handles the 21 21 transitioning between the Guinier and Porod regimes and which can create … … 65 65 G Beaucage, *J. Appl. Cryst.*, 29 (1996) 134-146 66 66 67 B Hammouda, *Analysis of the Beaucage model*, 68 *J. Appl. Cryst.*, (2010), 43, 14741478 67 B Hammouda, *Analysis of the Beaucage model, J. Appl. Cryst.*, (2010), 43, 1474-1478 69 68 70 69 """
Note: See TracChangeset
for help on using the changeset viewer.