-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5c9055
commit 946550a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Data Consistency Conditions for a translating object | ||
|
||
This is the source code from the following paper: | ||
|
||
Boulier, T., Clackdoyle, R., Lesaint, J., & Desbat, L. (2018, May). | ||
**Consistency of Fan-beam Projections of a Translating Object Along an Arc of a Circle.** | ||
In *Proceedings of the Fifth International Conference on Image Formation in X-Ray Computed Tomography (CT-Meeting).* | ||
|
||
## Installation | ||
|
||
First, install all packages needed with the following command: | ||
|
||
``` | ||
pip install -r requirements.txt | ||
``` | ||
|
||
Then, run the main script as follows: | ||
|
||
``` | ||
python main.py | ||
``` |