Evgeni Burovski
Evgeni Burovski
I'm with Ilhan and Tyler on this one: -1 for cluttering examples with numpy imports.
As a data point, I'm teaching numerical analysis (with numpy et al of course) , both undergraduate and graduate level. My experience is different: no real issues with numpy import...
Can you detail what is Lanczos interpolation? A link to a paper would be best
Thanks for the reference! So it looks to be a sort of filtering approach with a certain window. I'd thus encourage you to take a look at the functionality of...
Cc @AtsushiSakai , what would you say? Also cf https://github.com/scipy/scipy/issues/9591
A case of collective blindness, more like. When you send a fix, could you test both with and without `assume_sorted`.
PR welcome :-).
FWIW and from 30 thousand feet, I'd welcome this sorts of scripts. They are a big help in "what are these magic coefficients and where did they come from" situations....
What Andrew said. If we go down to `pip install scipy[data]` or some such, why not go all the way to a separate `scipy_datasets` repo/project in the scipy organization. And...
Hm. The first thing to check is probably whether the ImageJ implementation behaves the same or not. If only to see if it's the original algorithm, or its python translation....