general python KUL MIRC imaging routines
georg.schramm@kuleuven.be, jeroen.bertels@kuleuven.be, tom.eelbode@kuleuven.be, siri.willems@kuleuven.be
pymirc is a collection of common python imaging routines (fileio, transformations, ...) developed and used in the medical imaging research center of KU Leuven.
see setup.py
To install the package from pypi simple run
pip install pymirc
In case you want to use our tensorflow metrics and loss functions (tf_losses.py and tf_metrics.py), you also have to tensorflow via
pip install tensorflow
The examples subdirectory contains minimal examples on how to use the most important functions.