Skip to content

Commit

Permalink
Update type of quote used
Browse files Browse the repository at this point in the history
Signed-off-by: Laura Murgatroyd <[email protected]>
  • Loading branch information
lauramurgatroyd authored Oct 10, 2023
1 parent c943a31 commit 6889f9c
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', `shepp-logan`, `cosine`, `hamming`, `hann`}, 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', `shepp-logan`, `cosine`, `hamming`, `hann`}, 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 6889f9c

Please sign in to comment.