Changeset 36873d1 in sasmodels for example/weights/cyclic_gaussian.py


Ignore:
Timestamp:
May 24, 2018 12:31:44 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master
Children:
0e04dd7
Parents:
342b3dd
Message:

improve docs for user defined distributions and fix cyclic gaussian example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/weights/cyclic_gaussian.py

    r342b3dd r36873d1  
    3737        width = min(self.nsigmas*sigma, pi/2) 
    3838        x = np.linspace(-width, width, self.npts+2)[1:-1] 
    39         wx = P(x, a) 
    4039 
    4140        # Return orientation in degrees with Maier-Saupe weights 
Note: See TracChangeset for help on using the changeset viewer.