Skip to content

CCPPETMR SIRF v1.1.0

Compare
Choose a tag to compare
@casperdcl casperdcl released this 10 May 11:48
· 2717 commits to master since this release
  • Various bug fixes and corrections
  • BUILD_STIR_WITH_OPENMP is now ON by default
  • Gadgetron data processors check for Gadgetron server crash
  • More data files in SIRF/data/examples/MR
  • Grayscale plotting enabled
  • Created a python sirf package (recommended way of importing)
    • aliased p(Gadgetron|STIR|Utilities) -> sirf.(Gadgetron|STIR|Utilities)
    • added setup.py
    • exposed cmake variable PYTHON_STRATEGY. Options:
      • PYTHONPATH: prefix $PYTHONPATH (default)
      • SETUP_PY: execute ${PYTHON_EXECUTABLE} setup.py install
      • CONDA: do nothing
  • Added PYTHON_DEST_DIR variable, which allows the user to select the install destination of the SIRF python modules. PYTHON_DEST_DIR is a cached variable which can be updated on the GUI. If PYTHON_DEST_DIR is not set, we will install in ${CMAKE_INSTALL_PREFIX}/python. Likewise for MATLAB_DEST_DIR.
  • Some improvements to the demos. Note that PET reconstruction demos have somewhat different parameters.
  • Implemented PLS Prior
  • Implemented 2D Filtered Back Projection