Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Jun 18, 2024
1 parent 698bdfb commit f11bcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/01_pet_geometry/03_run_block_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
# Once the geometry of the LOR endpoints is defined, we can define the LORs
# by specifying which block pairs are in coincidence and for "valid" LORs.
# To do this, we have manually define a list containing pairs of block numbers.
# Here, we define 12 block pairs. Note that more paris would be possible.
# Here, we define 12 block pairs. Note that more pairs would be possible.

lor_desc = parallelproj.EqualBlockPETLORDescriptor(
scanner,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# Once the geometry of the LOR endpoints is defined, we can define the LORs
# by specifying which block pairs are in coincidence and for "valid" LORs.
# To do this, we have manually define a list containing pairs of block numbers.
# Here, we define 9 block pairs. Note that more paris would be possible.
# Here, we define 9 block pairs. Note that more pairs would be possible.

lor_desc = parallelproj.EqualBlockPETLORDescriptor(
scanner,
Expand Down

0 comments on commit f11bcc3

Please sign in to comment.