Difference between revisions of "2016 Winter Project Week/Projects/SliceTracker"
From NAMIC Wiki
m |
(added progress point) |
||
Line 25: | Line 25: | ||
<!-- 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) --> | ||
* LumpNav is a slicelet example to follow | * LumpNav is a slicelet example to follow | ||
− | * | + | * Planning to create an extension from that module and provide an appropriate example dataset |
+ | * What about simply hiding components (toolbars) that are not needed? (see example below) | ||
|} | |} | ||
Revision as of 16:35, 7 January 2016
Home < 2016 Winter Project Week < Projects < SliceTrackerInsert non-formatted text here==Key Investigators==
- Christian Herz (BWH)
- Andriy Fedorov (BWH)
- Andras Lasso (Queens)
Project Description
Prostate biopsies can become a big challenge, especially when the prostate changed from pre-procedural to intra-procedural image acquisition. Motion and deformation of the prostate raises difficulties for positioning the biopsy needle at the right position. The registration module’s goal is to optimize the workflow and provide a solution, that is easy to use.
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|
|
Progress notes
- Trick to hide all toolbars!
>>> w = slicer.util.mainWindow() >>> for c in w.children(): ... if str(type(c)).find('ToolBar')>0: ... c.hide()
Drawback: after restarting Slicer, the toolbars are still hidden.
Background and References
SliceTracker code: https://github.com/SlicerProstate/SliceTracker