-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from sarepy to algotom #1149
Conversation
This might be tricky. Building docs requires importing all the modules in mantidimaging. To get the old doc releases sphinx-multiversion checks out each old release, and builds those docs. So to build the docs we need an environment with that can import all the old versions of mantidimaging. Removing sarepy breaks this. Quick solution is to leave sarepy in the environment. Long term we might need a way to have multiversioned docs without having to rebuild them each time. |
ff37c91
to
e8d7f7a
Compare
Replaces sarepy remove_unresponsive_and_fluctuating_stripe
…filtering_sorting These replace sarepy remove_stripe_based_filtering_sorting and remove_stripe_based_2d_filtering_sorting. Note that sort is now an flag argument, rather than a seperate function.
Replaces sarepy remove_stripe_based_sorting_fitting. Note that sort is now an flag argument, rather than a seperate function. Also there is no longer a sigma y option, only sigma with acts on x.
The default has changed, so match old behaviour.
1065f63
to
b3d0ba0
Compare
Issue
Closes #1023
Description
The methods in Sarepy have been integrated into Algotom.
Testing & Acceptance Criteria
Docker tests will fail due to new dependency, conda one should pass.
If you create a new dev env
python3 ./setup.py create_dev_env
then tests should pass locally, and stripe removal operations should function
Documentation
Release notes