Changeset 589b740 in sasmodels for sasmodels/resolution.py


Ignore:
Timestamp:
Nov 20, 2016 3:43:52 AM (7 years ago)
Author:
jhbakker
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
26b848d
Parents:
46d9f48
Message:

test branch for SEsans class in sesans.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/resolution.py

    r2ccb775 r589b740  
    6666        self.q_calc = q_calc 
    6767    def apply(self, theory): 
    68         return sesans.hankeltrafo(self.H0, self.H, theory) 
     68        return sesans.SesansTransform.apply(theory) 
     69        #return sesans.hankeltrafo(self.H0, self.H, theory) 
    6970 
    7071""" 
Note: See TracChangeset for help on using the changeset viewer.