Python programming Tutorial

From NAMIC Wiki
Revision as of 18:46, 27 June 2014 by Spujol (talk | contribs)
Jump to: navigation, search
Home < Python programming Tutorial

Goal is to create a new tutorial for building a new Slicer Extension in Python on the model of the Python Programming Tutorial with example from Iowa Team

WishList

  • Make QT Buttons
  • Interact with Slicer MRML Scenes
  • Integrate part of existing Python modules
  • Mouse interactions
  • Point selection

Existing Resources: NA-MIC Summer 2014 Extension Building

Example of Application

Waist Measurement Example: Input: Abdominal CT Scan Output: Single Scalar value written in a CSV file as in the LabelStatistics Module