From 946550aa96af2f5bf533213aaccfc0dd95c88030 Mon Sep 17 00:00:00 2001 From: tomboulier Date: Sun, 11 Apr 2021 20:21:45 +0200 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57f0e54 --- /dev/null +++ b/README.md @@ -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 +```