Skip to content

Commit

Permalink
tiny fix in docstring
Browse files Browse the repository at this point in the history
STIR.AcquisitionData.rebin() had a \c (left-over from doxygen), which generates a warning
  • Loading branch information
KrisThielemans committed Jun 20, 2024
1 parent 9b3dc46 commit ca48698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xSTIR/pSTIR/STIR.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def rebin(self, num_segments_to_combine,
Keyword arguments:
num_segments_to_combine -- combines multiple oblique 'segments' together. If set to the
total number of segments, this corresponds to SSRB. Another example is if the input data
has 'span=1', the output span will be equal to the \c num_segments_to_combine.
has 'span=1', the output span will be equal to the num_segments_to_combine.
num_views_to_combine -- combines neighbouring views. Needs to be a divisor of the total
number of views in the data.
num_tang_poss_to_trim -- removes a number of tangential positions (horizontal direction
Expand Down

0 comments on commit ca48698

Please sign in to comment.