Import X-ray computed tomography (XCT) acquisition data simulated with gVirtualXray into the CIL reconstruction framework.
- Get the code fromthe git repository with:
git clone https://github.com/effepivi/gVXR2CIL.git- Install Mamba. Visit https://mamba.readthedocs.io/en/latest/micromamba-installation.html for guidance.
- Create the Conda environment with:
mamba env create -f environment.yml- Activate the environment using:
mamba activate gVXR2CIL- Launch Jupyter lab with:
jupyter lab