Changeset 56b2687 in sasmodels for sasmodels/direct_model.py


Ignore:
Timestamp:
Jul 14, 2016 1:35:58 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
98ba1fc
Parents:
61f8638 (diff), fa800e72 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into polydisp

Conflicts:

README.rst
sasmodels/core.py
sasmodels/data.py
sasmodels/generate.py
sasmodels/kernelcl.py
sasmodels/kerneldll.py
sasmodels/sasview_model.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/direct_model.py

    r0ff62d4 r56b2687  
    133133 
    134134        if self.data_type == 'sesans': 
    135              
    136135            q = sesans.make_q(data.sample.zacceptance, data.Rmax) 
    137136            index = slice(None, None) 
     
    180179                  and getattr(data, 'dxw', None) is not None): 
    181180                res = resolution.Slit1D(data.x[index], 
    182                                         qx_width=data.dxw[index], 
    183                                         qy_width=data.dxl[index]) 
     181                                        qx_width=data.dxl[index], 
     182                                        qy_width=data.dxw[index]) 
    184183            else: 
    185184                res = resolution.Perfect1D(data.x[index]) 
Note: See TracChangeset for help on using the changeset viewer.