Minor sesans revisions - #1
Conversation
|
sesansdemo.py should eventually be removed, though presumably after the cosine transform has been incorporated. Have you tested that inner/outer is faster or slower than before? Outer creates a large matrix and inner collapses it again. For large matrices I've found that the loop can be faster. |
|
I've run some tests on the matrix version of the SESANS code versus the for Now, if I increase our maximum feature size by a couple of orders of On Wed, Mar 16, 2016 at 10:37 PM, Paul Kienzle notifications@github.com
|
|
Let me know when you are ready for me to pull. |
…-functionality Copilot checked it using formula of the paper.
This patch makes two minor changes. First, the sesansfit example is updated to pull from sascalc, instead of directly from sas. This is just to match the other updates from the cleanup.
The second patch is a vectorisation of the Hankel transform via numpy that gives a nice speedup at the cost of a bit more memory for intermediate values.