Difference between revisions of "2011 Winter Project Week:DicomRtExport"

From NAMIC Wiki
Jump to: navigation, search
Line 43: Line 43:
  
 
==References==
 
==References==
* [http://www.slicer.org/slicerWiki/index.php/Modules:PlastimatchDICOMRT link title]
+
* [http://www.slicer.org/slicerWiki/index.php/Modules:PlastimatchDICOMRT DICOM-RT import plugin for Slicer]
  
 
</div>
 
</div>

Revision as of 02:43, 16 December 2010

Home < 2011 Winter Project Week:DicomRtExport

Key Investigators

  • MGH: Greg Sharp
  • Isomics: Steve Pieper

Objective

Slicer currently has a DICOM-RT import plugin, but not a DICOM-RT export plugin. This project will attempt to remedy this deficiency by creating a plugin for DICOM-RT export.


Approach, Plan

The approach will be to create a command line plugin which wraps the plastimatch tool. Images will be exported as CT, dose, or structure sets. For structure sets, we will assume a bit-sliced image format rather than labelmap format.

Progress

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a

    1. Extension -- commandline

References