Changeset d772f5d in sasmodels for code_ellipse.py
- Timestamp:
- Jul 23, 2014 1:25:44 PM (10 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- dbb0048
- Parents:
- 9a9f5b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code_ellipse.py
r09e15be rd772f5d 49 49 for base in GpuEllipse.PD_PARS] 50 50 51 radius_a.value, radius_a.weight = radius_a.get_weights(pars['radius_a'], 0, 1000 , True)52 radius_b.value, radius_b.weight = radius_b.get_weights(pars['radius_b'], 0, 1000 , True)51 radius_a.value, radius_a.weight = radius_a.get_weights(pars['radius_a'], 0, 10000, True) 52 radius_b.value, radius_b.weight = radius_b.get_weights(pars['radius_b'], 0, 10000, True) 53 53 axis_theta.value, axis_theta.weight = axis_theta.get_weights(pars['axis_theta'], -90, 180, False) 54 54 axis_phi.value, axis_phi.weight = axis_phi.get_weights(pars['axis_phi'], -90, 180, False)
Note: See TracChangeset
for help on using the changeset viewer.