Changeset 1ceb951 in sasmodels


Ignore:
Timestamp:
Jan 12, 2018 7:37:42 AM (6 years ago)
Author:
dirk
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
Message:

closes #1060

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/weights.py

    r75e4319 r1ceb951  
    121121    """ 
    122122    type = "rectangle" 
    123     default = dict(npts=35, width=0, nsigmas=1.70325) 
     123    default = dict(npts=35, width=0, nsigmas=1.73205) 
    124124    def _weights(self, center, sigma, lb, ub): 
    125125        x = self._linspace(center, sigma, lb, ub) 
Note: See TracChangeset for help on using the changeset viewer.