Difference between revisions of "2017 Winter Project Week/PyRadiomics"

From NAMIC Wiki
Jump to: navigation, search
Line 33: Line 33:
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
 
* Introduced PyRadiomics to the community
 
* Introduced PyRadiomics to the community
* There are still some issues with the packaging of the extension, SlicerRadiomics. Numpy issue is resolved, PyRadiomics works with numpy 1.9.2, adjusted minimum requirements
+
* There are still some issues with the packaging of the extension, SlicerRadiomics. Numpy issue is resolved, PyRadiomics works with numpy 1.9.2, adjusted minimum requirements. Once these issues are resolved, it will be made publicly available in the [http://github.com/Radiomics Github Radiomics Organisation].
 
* C code performance enhancement is written, but is still causing some issues during compilation. Switch setup to use skbuild and cmake. Latest (offline) tests work with setup.py develop and setup.py test.
 
* C code performance enhancement is written, but is still causing some issues during compilation. Switch setup to use skbuild and cmake. Latest (offline) tests work with setup.py develop and setup.py test.
 
|}
 
|}

Revision as of 18:40, 12 January 2017

Home < 2017 Winter Project Week < PyRadiomics

Key Investigators

  • Joost van Griethuysen
  • Hugo Aerts
  • Steve Pieper
  • Jean-Christophe Fillion-Robin
  • Andrey Fedorov

Project Description

Objective Approach and Plan Progress and Next Steps
  • Introduce PyRadiomics to the community
  • Present, meet collaborators...
  • Discuss issues related to integration with Slicer: external packages, numpy version, Slicer module UI
  • Discuss issues related to enhancing performance using C code
  • Introduced PyRadiomics to the community
  • There are still some issues with the packaging of the extension, SlicerRadiomics. Numpy issue is resolved, PyRadiomics works with numpy 1.9.2, adjusted minimum requirements. Once these issues are resolved, it will be made publicly available in the Github Radiomics Organisation.
  • C code performance enhancement is written, but is still causing some issues during compilation. Switch setup to use skbuild and cmake. Latest (offline) tests work with setup.py develop and setup.py test.

Background and References