Difference between revisions of "Two-tensor tractography in Slicer using Python and Teem"

From NAMIC Wiki
Jump to: navigation, search
(New page: {| |thumb|320px|Return to [[2009_Winter_Project_Week|Project Week Main Page ]] |} __NOTOC__ ===Key Investigators=== * BWH: Madeleine Seeland * BWH: Carl-Fredrik...)
 
Line 18: Line 18:
  
 
<h1>Objective</h1>
 
<h1>Objective</h1>
We are developing methods for  registering peri-procedural electrophysiological data showing sites of RF energy application (called Carto data) in the left atrium, with post-procedural MRI data, which shows regions of scarred left atrium (see figure above), using an interative closest point algorithm (Z. Malchano et al).  The goal is to measure the distance between scar by MRI and ablation sites (Carto data) by  EP.
+
To finalize the integration of Two-Tensor Tractography into Slicer and to test it on diverse DWI datasets. Furthermore the optimal parameter settings to run the algorithm needs to be investigated.  
  
  

Revision as of 03:29, 16 December 2008

Home < Two-tensor tractography in Slicer using Python and Teem



Key Investigators

  • BWH: Madeleine Seeland
  • BWH: Carl-Fredrik Westin
  • BWH: Gordon Kindlmann


Objective

To finalize the integration of Two-Tensor Tractography into Slicer and to test it on diverse DWI datasets. Furthermore the optimal parameter settings to run the algorithm needs to be investigated.


Approach, Plan

Our approach for comparing the locations of scar to sites of RF ablation is summarized in the ISMRM 2008 reference below. The main challenge to this approach is to measure the distance between each scarred pixel, and each RF ablation site, and then the distance from each RF ablation site, to the nearest scarred pixel. <foo>.

Our plan for the project week is to first try to measure the closest distances between MRI scar and Carto data <bar>,and then to measure distances between Carto data and closest scar. We also wish to colorize the Carto surface, based on voltage data. We also wish to streamline the MR angiography segmentation method.

Progress

Software for the registration between electrophysiology Carto data and the MR angiogram has been implemented, using the ITK/VTK platform (see ISMRM 2008 abstract, Taclas et al, and figure above). This week we wrote code to quantitatively determine the distances between each ablation location, and the closest region of scar, and to determine the distances between each pixel of scar, and the nearest ablation point. Therefore we accomplished our goal!


References