Difference between revisions of "2011 Winter Project Week:DicomRtExport"
From NAMIC Wiki
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/") |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-MIT2010.png|[[2010_Summer_Project_Week#Projects|Projects List]] | Image:PW-MIT2010.png|[[2010_Summer_Project_Week#Projects|Projects List]] | ||
− | Image: | + | Image:plastimatch_dicomrt_dose.png|DICOM RT Dose |
− | Image: | + | Image:plastimatch_dicomrt_ss.png|DICOM RT Structure Set |
</gallery> | </gallery> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Key Investigators== | ==Key Investigators== | ||
− | * | + | * MGH: Greg Sharp |
− | * | + | * Isomics: Steve Pieper |
<div style="margin: 20px;"> | <div style="margin: 20px;"> | ||
Line 21: | Line 14: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | + | 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. | |
− | |||
− | |||
− | |||
− | |||
Line 34: | Line 23: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | + | 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. | |
− | |||
− | |||
</div> | </div> | ||
Line 43: | Line 30: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | + | * plastimatch-slicer-dicomrt-export (and import) successfully built as slicer extensions | |
− | + | * windows version works for import and export | |
− | + | * linux version works for import, fails on export (being investigated) | |
+ | * DICOMRT datastructures will be populated as part of slicer4 dicom interface project. | ||
</div> | </div> | ||
</div> | </div> | ||
Line 53: | Line 41: | ||
==Delivery Mechanism== | ==Delivery Mechanism== | ||
− | This work will be delivered to the NA-MIC Kit as a | + | This work will be delivered to the NA-MIC Kit as a command line module. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==References== | ==References== | ||
− | * | + | * [https://www.slicer.org/wiki/Modules:PlastimatchDICOMRT DICOM-RT import plugin for Slicer] |
− | |||
− | |||
− | |||
</div> | </div> |
Latest revision as of 17:44, 10 July 2017
Home < 2011 Winter Project Week:DicomRtExportKey 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
- plastimatch-slicer-dicomrt-export (and import) successfully built as slicer extensions
- windows version works for import and export
- linux version works for import, fails on export (being investigated)
- DICOMRT datastructures will be populated as part of slicer4 dicom interface project.
Delivery Mechanism
This work will be delivered to the NA-MIC Kit as a command line module.