Skip to content

congzhangzh/gadgetron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GADGETRON IMAGE RECONSTRUCTION FRAMEWORK

Detailed installation instructions and manual is available at:

https://github.com/gadgetron/gadgetron/wiki

General Building Instructions (on Unix platforms) to install Gadgetron to system path

mkdir build
cd build
cmake ../
make
sudo make install

Please check manual for detailed instructions for your platform.

To install Gadgetron in your home folder

Please follow the instructions at Set up Gadgetron in your home folder

After compiling Gadgetron, it is a good idea to run integration test

Please follow instructionst at Integration test in Gadgetron

To deploy Gadgetron, it is convenient to use docker

Please follow instructionst at Deploy Gadgetron via Docker

Gadgetron does support cluster/cloud deployment

If you have multiple computers, they can be assembled as a cluster to run distributed Gadgetron. Please check instructions Set up Gadgetron Cluster in your LAN

Please read LICENSE file for licensing details.

About

Gadgetron - Medical Image Reconstruction Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.8%
  • Cuda 6.5%
  • CMake 3.5%
  • Python 1.5%
  • C 1.3%
  • Dockerfile 1.1%
  • Other 1.3%