scikit-beam / scikit-beam

Data analysis tools for X-Ray, Neutron and Electron sciences
BSD 3-Clause "New" or "Revised" License
92 stars 60 forks source link

Document what is available in scipy ecosystem. #271

Open danielballan opened 9 years ago

danielballan commented 9 years ago

How do I do nonlinear fitting in Python? lmfit

How do I do image arithmetic? numpy examples Also, link this: https://speakerdeck.com/jakevdp/losing-your-loops-fast-numerical-computing-with-numpy-pycon-2015

How do I register images? https://github.com/scikit-image/scikit-image/pull/1066

ericdill commented 8 years ago

Is this included in our docs now? (Or perhaps after tom's massive addition?)

danielballan commented 8 years ago

I'd like to leave this open until we have at least a couple examples or tutorials that are focused on tooling outside of scikit-beam itself. We don't yet have a page in the docs that captures the kind of things I outlined above.

ericdill commented 8 years ago

Ok sounds good. Thanks for the update!