Changeset 36873d1 in sasmodels for example/weights
- Timestamp:
- May 24, 2018 12:31:44 PM (7 years ago)
- Branches:
- master
- Children:
- 0e04dd7
- Parents:
- 342b3dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
example/weights/cyclic_gaussian.py
r342b3dd r36873d1 37 37 width = min(self.nsigmas*sigma, pi/2) 38 38 x = np.linspace(-width, width, self.npts+2)[1:-1] 39 wx = P(x, a)40 39 41 40 # Return orientation in degrees with Maier-Saupe weights
Note: See TracChangeset
for help on using the changeset viewer.