-
Notifications
You must be signed in to change notification settings - Fork 3
Reconstruction from Scratch
Casper da Costa-Luis edited this page Jan 18, 2019
·
1 revision
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
The following data is obtained from the scanner:
- TODO
To format the data for APIRL,
- TODO
See apirl/matlab/andrew_reader_lab_software_interface/example*