Skip to content

Commit

Permalink
Updated docstring for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jun 18, 2024
1 parent b7cc32f commit 9997732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomotools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def filter(self, method="median", size=5, taper=0.1):
Args
----------
method : string
Type of filter to apply. Must be 'median' or 'sobel'.
Type of filter to apply. Must be 'median', 'bpf', 'both', or 'sobel'.
size : integer
Size of filtering neighborhood.
taper : float
Expand Down

0 comments on commit 9997732

Please sign in to comment.