Skip to content

Commit

Permalink
Remove sarepy from dependancies (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEAllen authored Jun 24, 2024
2 parents dd2a13f + b141b19 commit 5e7c5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: mantidimaging-dev
channels:
- mantidimaging/label/unstable
- dtasev
- astra-toolbox
- conda-forge
- ccpi
Expand Down Expand Up @@ -29,7 +28,6 @@ dependencies:
- pyfakefs==5.3.*
- parameterized==0.9.*
- pyinstaller==6.1.*
- sarepy=2020.07 # For building old docs
- make==4.3
- ruff=0.3.3
- pre-commit==3.5.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def filter_func(images: ImageStack, sigma=3, size=21, window_dim=1, filtering_di
:param window_dim: Whether to perform the median on 1D or 2D view of the
data.
:param filtering_dim: Whether to use a 1D or 2D low-pass filter. This
uses different Sarepy methods.
uses different Algotom methods.
:return: The ImageStack object with the stripes removed using the
filtering and sorting technique.
Expand Down Expand Up @@ -119,7 +119,7 @@ def register_gui(form, on_change, view):
form=form,
on_change=on_change,
tooltip="Whether to use a 1D or 2D low-pass filter. "
"This uses different Sarepy methods")
"This uses different Algotom methods")
return {'sigma': sigma, 'size': size, 'window_dim': window_dim, 'filtering_dim': filtering_dim}

@staticmethod
Expand Down

0 comments on commit 5e7c5a3

Please sign in to comment.