Reconstruction from Scratch - PET-MR/apirl GitHub Wiki

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*