Changeset 298d2d4 in sasmodels for sasmodels/sesans.py


Ignore:
Timestamp:
Mar 26, 2019 11:26:07 AM (5 years ago)
Author:
awashington
Branches:
master
Children:
d522352
Parents:
c9d052d (diff), 598a354 (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 log_sesans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sesans.py

    rb032200 r298d2d4  
    4848 
    4949    def apply(self, Iq): 
    50         # tye: (np.ndarray) -> np.ndarray 
     50        # type: (np.ndarray) -> np.ndarray 
     51        """ 
     52        Apply the SESANS transform to the computed I(q). 
     53        """ 
    5154        G0 = np.dot(self._H0, Iq) 
    5255        G = np.dot(self._H.T, Iq) 
Note: See TracChangeset for help on using the changeset viewer.