Difference between revisions of "2008 IGT Project Week RF Ablation System"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
  Back to [[2008_IGT_Project_Week#Projects]]
 
  Back to [[2008_IGT_Project_Week#Projects]]
  
Team: Haiying Liu, Ziv Yaniv, Noby Hata, Paul Morrison
+
'''Team:''' Haiying Liu, Ziv Yaniv, Noby Hata, Paul Morrison
  
Goals: Create navigated RFA workflow based slicer module with stubs for all procedure steps:
+
'''Goals:''' Create navigated RFA workflow based slicer module with stubs for all procedure steps:
 
#Load CT data set.
 
#Load CT data set.
 
#Segment the volume using a semi-automatic approach (liver, tumor, ribs, blood vessels).
 
#Segment the volume using a semi-automatic approach (liver, tumor, ribs, blood vessels).
Line 18: Line 18:
 
#Navigation GUI.
 
#Navigation GUI.
  
Approach: Implement during IGT and NAMIC project weeks.
+
'''Approach:''' Implement during IGT and NAMIC project weeks.
  
Results:
+
'''Results:'''
 
#Created an application to acquire tracking data:
 
#Created an application to acquire tracking data:
 
##Use new xml parser
 
##Use new xml parser

Revision as of 01:34, 12 December 2008

Home < 2008 IGT Project Week RF Ablation System
Back to 2008_IGT_Project_Week#Projects

Team: Haiying Liu, Ziv Yaniv, Noby Hata, Paul Morrison

Goals: Create navigated RFA workflow based slicer module with stubs for all procedure steps:

  1. Load CT data set.
  2. Segment the volume using a semi-automatic approach (liver, tumor, ribs, blood vessels).
  3. Manually denote regions as one of:
    1. Tumor
    2. Entry region
    3. No touch - RFA probe cannot pass or ablate this region.
    4. No pass - RFA probe cannot pass through this region but can ablate.
  4. Export segmentation to planning module via text file.
  5. Import plan into Slicer.
  6. Manually localize fiducials.
  7. Start IGSTK based tracking process.
  8. Localize fiducials on patient and perform rigid registration.
  9. Navigation GUI.

Approach: Implement during IGT and NAMIC project weeks.

Results:

  1. Created an application to acquire tracking data:
    1. Use new xml parser
    2. Support multiple tracking devices
    3. Support broadcasting
  2. Completed architecure for the RF ablation system
  3. Completed workflow design for the system
  4. Completed interface design in Slicer3