Python programming Tutorial

From NAMIC Wiki
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 : [ http://slicer.kitware.com/midas3/slicerdatastore/view?itemId=124181 Liver Dataset] Output: Single Scalar value written in a CSV file as in the LabelStatistics Module


Resources for learning Python