Skip to content

Commit

Permalink
Merge pull request #35 from cabouman/quick_start_fix
Browse files Browse the repository at this point in the history
Update quick_start.rst
  • Loading branch information
cabouman authored Jul 9, 2024
2 parents 1d44263 + 1caffce commit a922d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Below are simple instructions on how to do your first reconstruction:

- **Initialize a model:**

- Run ``model = mbirjax.parallel_beam.ParallelBeamModel(angles, sinogram.shape)`` to initialize a parallel beam model.
- Run ``model = mbirjax.parallel_beam.ParallelBeamModel(sinogram.shape, angles)`` to initialize a parallel beam model.

You will then use the ``model`` object to perform the various reconstruction functions.

Expand Down

0 comments on commit a922d22

Please sign in to comment.