Skip to content

Commit

Permalink
Remove mention of Sarepy from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Jun 24, 2024
1 parent a884c8f commit b141b19
Showing 1 changed file with 2 additions and 2 deletions.
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 b141b19

Please sign in to comment.