Skip to content

Reconstruction from Scratch

Casper da Costa-Luis edited this page Jan 18, 2019 · 1 revision

Software Requirements

git clone https://github.com/PET-MR/apirl
mkdir apirl/build
cd apirl/build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$PWD" -DENABLE_GPU=ON
make -j install  # or Build & INSTALL using visual studio

Data

The following data is obtained from the scanner:

  • TODO

Processing

To format the data for APIRL,

  • TODO

Reconstructing

See apirl/matlab/andrew_reader_lab_software_interface/example*

Clone this wiki locally