Skip to content

Commit

Permalink
Add list of filter names to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramurgatroyd committed Oct 9, 2023
1 parent 2b3e2cd commit c943a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrappers/Python/cil/recon/FBP.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class FDK(GenericFilteredBackProjection):
A description of the area/volume to reconstruct
filter : string, numpy.ndarray, default='ram-lak'
The filter to be applied. Can be a string from: 'ram-lak' or a numpy array.
The filter to be applied. Can be a string from: {'ram-lak', `shepp-logan`, `cosine`, `hamming`, `hann`}, or a numpy array.
Example
-------
Expand Down Expand Up @@ -430,7 +430,7 @@ class FBP(GenericFilteredBackProjection):
A description of the area/volume to reconstruct
filter : string, numpy.ndarray, default='ram-lak'
The filter to be applied. Can be a string from: 'ram-lak' or a numpy array.
The filter to be applied. Can be a string from: {'ram-lak', `shepp-logan`, `cosine`, `hamming`, `hann`}, or a numpy array.
backend : string
The backend to use, can be 'astra' or 'tigre'. Data must be in the correct order for requested backend.
Expand Down

0 comments on commit c943a31

Please sign in to comment.