Changeset 1ceb951 in sasmodels
- Timestamp:
- Jan 12, 2018 9:37:42 AM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 3c44c34
- Parents:
- a70959a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/weights.py
r75e4319 r1ceb951 121 121 """ 122 122 type = "rectangle" 123 default = dict(npts=35, width=0, nsigmas=1.7 0325)123 default = dict(npts=35, width=0, nsigmas=1.73205) 124 124 def _weights(self, center, sigma, lb, ub): 125 125 x = self._linspace(center, sigma, lb, ub)
Note: See TracChangeset
for help on using the changeset viewer.