You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mevislab.github.io/content/tutorials/image_processing/image_processing6.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This tutorial explains how to load and visualize DICOM RT (Radiotherapy) data in
26
26
27
27
They include:
28
28
***RT Structure Set**, containing information related to patient anatomy, for example structures, markers, and isocenters. These entities are typically identified on devices such as CT scanners, physical or virtual simulation workstations, or treatment planning systems.
29
-
***RT Plan**, containing geometric and dosimetric data specifying a course of external beam and/or brachytherapy treatment, for example beam angles, collimator openings, beam modifiers, and brachytherapy channel and source specifications. The RT Plan entity may be created by a simulation workstation, and subsequently enriched by a treatment planning system before being passed on to a record and verify system or treatment device. An instance of the RT Plan object usually references a RT Structure Set instance to define a coordinate system and set of patient structures.
29
+
***RT Plan**, containing geometric and dosimetric data specifying a course of external beam and/or brachytherapy treatment, for example beam angles, collimator openings, beam modifiers, and brachytherapy channel and source specifications. The RT Plan entity may be created by a simulation workstation, and subsequently enriched by a treatment planning system before being passed on to a record and verify system or treatment device. An instance of the RT Plan object usually references an RT Structure Set instance to define a coordinate system and set of patient structures.
30
30
***RT Dose**, containing dose data generated by a treatment planning system in one or more of several formats: three-dimensional dose data, isodose curves, DVHs, or dose points.
31
31
32
32
Additional objects not used in this tutorial are:
@@ -87,7 +87,7 @@ We want to display the names for the contours available in the *RTSTRUCT* file t
The lookup table shall be used for showing the RT Dose data as a semt-transparent overlay on the CT image. Add a `SoView2DOverlay` and a `SoGroup` module to your network. Replace the input of the View2D module from the `SoView2DCSOExtensibleEditor` with the `SoGroup`.
134
+
The lookup table shall be used for showing the RT Dose data as a semi-transparent overlay on the CT image. Add a `SoView2DOverlay` and a `SoGroup` module to your network. Replace the input of the View2D module from the `SoView2DCSOExtensibleEditor` with the `SoGroup`.
135
135
136
136

137
137
@@ -140,7 +140,7 @@ If you want to visualize the RT Struct contours together with the RT Dose overla
140
140

141
141
142
142
## Summary
143
-
* DICOM RT datacan be loaded and processed in MeVisLab.
143
+
* DICOM RT data can be loaded and processed in MeVisLab.
144
144
* RT Structure Sets can be converted to MeVisLab contours and visualized using `ExtractRTStruct` and `CSOLabelRenderer` modules
145
145
* Anatomical information can be shown using the module `CSOLabelRenderer`.
146
146
* RT Dose files can be shown as a semi-transparent colored overlay using `SoView2DOverlay`.
0 commit comments