Changeset 4d8e0bb in sasmodels
- Timestamp:
- May 25, 2016 9:10:13 AM (8 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:
- aa343d6, 7887cf4, 399f02e, 9b71c30
- Parents:
- d5e0592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/direct_model.py
r4d76711 r4d8e0bb 70 70 71 71 if self.data_type == 'sesans': 72 73 72 q = sesans.make_q(data.sample.zacceptance, data.Rmax) 74 73 index = slice(None, None) … … 117 116 and getattr(data, 'dxw', None) is not None): 118 117 res = resolution.Slit1D(data.x[index], 119 qx_width=data.dx w[index],120 qy_width=data.dx l[index])118 qx_width=data.dxl[index], 119 qy_width=data.dxw[index]) 121 120 else: 122 121 res = resolution.Perfect1D(data.x[index])
Note: See TracChangeset
for help on using the changeset viewer.