Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomboulier authored Apr 11, 2021
1 parent e5c9055 commit 946550a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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
```

0 comments on commit 946550a

Please sign in to comment.