2013 Project Week Breakout Session:Slicer4Python

From NAMIC Wiki
Revision as of 12:16, 8 May 2013 by Pieper (talk | contribs) (Created page with '==Goals== Demonstrate the development of a python scripted slicer module: * Creating module from template with ModuleWizard * Configuring slicer to use the module * Basic Develo…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < 2013 Project Week Breakout Session:Slicer4Python

Goals

Demonstrate the development of a python scripted slicer module:

  • Creating module from template with ModuleWizard
  • Configuring slicer to use the module
  • Basic Development Cycle
    • Edit / Reload the code
    • Develop self-tests
    • Refine functionality
    • Document
  • Package as extension
  • The hard parts
    • building the GUI
    • finding the right slicer class/calls to implement what you want
    • debugging
    • optimizing performance