ArticlePDF Available

Development of 3D Slicer based film dosimetry analysis

Authors:

Abstract and Figures

Radiochromic film dosimetry has been widely adopted in the clinic as it is a convenient option for dose measurement and verification. Film dosimetry analysis is typically performed using expensive commercial software, or custom made scripts in Matlab. However, common clinical film analysis software is not transparent regarding what corrections/optimizations are running behind the scenes. In this work, an extension to the open-source medical imaging platform 3D Slicer was developed and implemented in our centre for film dosimetry analysis. This extension streamlines importing treatment planning system dose and film imaging data, film calibration, registration, and comparison of 2D dose distributions, enabling greater accessibility to film analysis and higher reliability.
The workflow of the Film Dosimetry Analysis slicelet showing the planning data (upper left), film imaging data (top), film calibration (right), and dose comparison (bottom left). therapy called SlicerRT [2] (www.slicerrt.org), which contains a multitude of RT-specific features, such as loading of DICOM-RT data, computation and display of dose-volume histograms, manipulation of structures, dose comparisons, and dose distribution visualization. In this work, we present the initial development, implementation, and testing of the Film Dosimetry Analysis slicelet, which follows the general workflow shown in figure 1. The testing was performed using Gafchromic EBT3 film (International Specialty Products (ISP) Corporation, Wayne, NJ) coupled with our custom built, in-house CCD lightbox film dosimetry imaging system, using single red channel dosimetry methods. Using the CCD lightbox film imaging system with a diffuse red light field, flood field images are acquired without any film placed on the light field surface to provide a reference against which to normalize the image of the irradiated film. The irradiated film images are acquired with the film of interest placed flat on the light field surface. Using these images, the optical density for each pixel of each film is calculated. A sample film dosimetry case taken from our clinic's commissioning work on a new fractionated stereotactic radiation therapy (FSRT) brain metastases treatment is presented to demonstrate the functionality of the slicelet.
… 
Content may be subject to copyright.
Development of 3D Slicer Based Film Dosimetry Analysis
KM Alexander1, A Robinson2, C Pinter2, G Fichtinger2 and LJ Schreiner1,3
1 Department of Physics, Queen’s University, Kingston, Ontario, Canada K7L 3N6
2 School of Computing, Queen’s University, Kingston, Ontario, Canada, K7L 3N6
3 Department of Medical Physics, Cancer Centre of Southeastern Ontario at Kingston
General Hospital, Kingston, Ontario, Canada, K7L 5P9
E-mail: kevin.alexander@krcc.on.ca
Abstract. Radiochromic film dosimetry has been widely adopted in the clinic as it is a
convenient option for dose measurement and verification. Film dosimetry analysis is typically
performed using expensive commercial software, or custom made scripts in Matlab. However,
common clinical film analysis software is not transparent regarding what
corrections/optimizations are running behind the scenes. In this work, an extension to the open-
source medical imaging platform 3D Slicer was developed and implemented in our centre for
film dosimetry analysis. This extension streamlines importing treatment planning system dose
and film imaging data, film calibration, registration, and comparison of 2D dose distributions,
enabling greater accessibility to film analysis and higher reliability.
1. Introduction
Dose delivery validation in modern clinical radiation therapy (RT) is difficult, as treatment techniques
have become increasingly complex. This has led to the need for high-resolution detectors to accurately
measure radiation dose distributions. One convenient clinical dosimetry option is radiochromic film as
it is near tissue equivalent, energy and dose rate independent, and is an integrating dosimeter. Film
dosimeter use is widely published and has been used for quality assurance, small field dose
measurements, and as part of the commissioning of new machines and treatment techniques. At the
last IC3DDose conference, we presented new, open-source 3D gel dosimetry analysis software, which
streamlined gel dosimeter analysis from hours to 5-10 minutes [1]. Since then, we have recognized
that an open-source film dosimetry analysis software would also be a useful clinical tool for film
dosimetry. This work presents the initial development and implementation of such software.
2. Materials and Methods
In our clinic, film dosimetry analysis was previously performed using commercial software which was
expensive and which performed corrections and optimizations (data smoothing, non-uniformity
corrections), sometimes without the user’s knowledge. To overcome these challenges and software
license costs, a streamlined user interface for a 2D film dosimetry workflow has been implemented in
3D Slicer, as an extension called a slicelet. 3D Slicer is a medical software platform with advanced
graphics rendering, segmentation, and registration capabilities. 3D Slicer is a good fit for film
dosimetry analysis, as it is a free, open-source and customizable computational tool used for image
analysis and visualization. The film dosimetry analysis slicelet draws on tools developed for radio-
Figure 1. The workflow of the Film Dosimetry Analysis slicelet showing the planning data (upper
left), film imaging data (top), film calibration (right), and dose comparison (bottom left).
therapy called SlicerRT [2] (www.slicerrt.org), which contains a multitude of RT-specific features,
such as loading of DICOM-RT data, computation and display of dose-volume histograms,
manipulation of structures, dose comparisons, and dose distribution visualization.
In this work, we present the initial development, implementation, and testing of the Film Dosimetry
Analysis slicelet, which follows the general workflow shown in figure 1. The testing was performed
using Gafchromic EBT3 film (International Specialty Products (ISP) Corporation, Wayne, NJ)
coupled with our custom built, in-house CCD lightbox film dosimetry imaging system, using single
red channel dosimetry methods. Using the CCD lightbox film imaging system with a diffuse red light
field, flood field images are acquired without any film placed on the light field surface to provide a
reference against which to normalize the image of the irradiated film. The irradiated film images are
acquired with the film of interest placed flat on the light field surface. Using these images, the optical
density for each pixel of each film is calculated. A sample film dosimetry case taken from our clinic’s
commissioning work on a new fractionated stereotactic radiation therapy (FSRT) brain metastases
treatment is presented to demonstrate the functionality of the slicelet.
2.1. Calibration
In order to calibrate the film for dosimetry, a relationship between the optical density and the absorbed
dose during irradiation is determined. This is performed by irradiating several films to known doses
under well-defined conditions (e.g. 10 x 10 cm2 fields) in order to establish the film response model.
These calibration films are imaged and a flood field image is acquired. The images of these films and
the flood field are then imported into the slicelet and assigned their appropriate dose value, or assigned
as the flood field image. For example, in this case calibration doses of 0, 50, 100, 200, 300, 400, and
500 cGy were loaded along with a flood field image (figure 2a). Next, a region of interest is chosen,
which defines a uniform region of the calibration films (figure 2b) and an average optical density
value is calculated within that region for each calibration film. These corresponding optical density
and dose values are then plotted and fit using the following function [4] (figure 2c):
Dose = a + b·OD +c·ODn,
where fit parameters a, b, c are constants determined by a least squares fitting function, and n is
limited to the range of [1.00, 4.00]. When this calibration routine is complete, the fit parameters
automatically populate the fields of the slicelet. Fit parameters can be saved to a text file for future
use.
(a)
(b)
(c)
Figure 2. a) A screenshot of the graphical user interface of the calibration tab in the 3D Slicer Film
Dosimetry Analysis slicelet. b) A region of interest drawn about the central, uniform region of a 600
cGy irradiated film (10 x 10 cm2 field size). c) Calibration curve generated using the slicelet and
fitted using the n-power polynomial function.
2.2. Load experimental data and apply calibration
The experimental film for this test case is a VMAT FSRT brain metastases treatment with 4 Gy
prescribed to each of the four metastases (varying in size from 8-20 mm in diameter), and a 2 Gy
whole brain dose. In this step of the slicelet, the DICOM dose and structures, and the experimental
film image is also imported. The imported experimental film image, flood field image, and the
DICOM dose volume are then assigned their respective roles, and the film resolution is input, in units
of mm/pixel (figure 3a). The calibration function is then applied to the experimental film to convert to
dose (figure 3b).
2.3. Film registration
In order to register the film measurement to the calculated dose plane, the coronal plane at isocenter is
extracted from the DICOM dose volume. The experimental film is also resized from pixels to distance
in millimetres. The experimental film is then registered using a rigid registration built-in to the
BRAINSfit registration module in 3D Slicer (figure 4a).
(a)
(b)
Figure 3. a) Screenshot showing the ‘load experimental data’ options and an image of the
experimental film. b) Screenshot of the apply calibration step, where fit parameters appear after
performing the calibration step (step 1). These values can also be manually input.
(c)
Figure 4. a) Film (green) after completing a rigid registration to the planned dose (grey) and
structure set. b) Dose profiles about the registered experimental film (orange) and Eclipse (blue)
dose distributions, as indicated by the line drawn in figure 4a. c) Screenshot of the user interface for
the gamma comparison tool, and plane of gamma value calculated within the brain structure.
3. Results and Conclusions
After calibrating and registering the film measurement, the final step in the film dosimetry analysis
slicelet is to compare that measurement to the planned dose distribution by using a 2D gamma dose
comparison (figure 4c). The gamma dose comparison tool allows the user to set the distance to
agreement and dose difference, as well as the option to only calculate the gamma values above a
minimum dose threshold, or within a particular structure. In this example, excellent agreement
between the measured and planned dose distributions was shown, resulting in a 3%/3mm gamma pass
rate within the brain structure of 99.3%. Dose profiles also show excellent agreement (figure 4b).
Overall, the film dosimetry analysis slicelet streamlines complex film analysis; another example of
its use can be found in a clinical example reported in this conference’s proceedings [3]. This open-
source analysis tool helps make film dosimetry more accessible and transparent. It also enables
convenient film dosimetry, free from the constraint of commercial analysis or read out systems. Future
work will look at implementing multichannel dosimetry methods in the slicelet. This poster, along
with a workshop during the meeting, will show how 3D Slicer can facilitate efficient 2D and 3D
dosimetry.
Acknowledgements
Research funding for this work has been provided by the Canadian Institutes of Health Research
(CIHR) and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO).
References
[1] Alexander KM et al. 2015 J. Phys.: Conf. Ser. 573 012042.
[2] Pinter C et al. 2012 Med. Phys. 39 6332-7
[3] Alexander KM et al. 2016 J. Phys.: Conf. Ser. (accepted to IC3DDose 2016)
[4] Devic S et al. 2004 Med. Phys. 31 2392-2401
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
Polymer gel dosimeters are fabricated from radiation sensitive chemicals which, upon irradiation, polymerize as a function of the absorbed radiation dose. These gel dosimeters, with the capacity to uniquely record the radiation dose distribution in three-dimensions (3D), have specific advantages when compared to one-dimensional dosimeters, such as ion chambers, and two-dimensional dosimeters, such as film. These advantages are particularly significant in dosimetry situations where steep dose gradients exist such as in intensity-modulated radiation therapy (IMRT) and stereotactic radiosurgery. Polymer gel dosimeters also have specific advantages for brachytherapy dosimetry. Potential dosimetry applications include those for low-energy x-rays, high-linear energy transfer (LET) and proton therapy, radionuclide and boron capture neutron therapy dosimetries. These 3D dosimeters are radiologically soft-tissue equivalent with properties that may be modified depending on the application. The 3D radiation dose distribution in polymer gel dosimeters may be imaged using magnetic resonance imaging (MRI), optical-computerized tomography (optical-CT), x-ray CT or ultrasound. The fundamental science underpinning polymer gel dosimetry is reviewed along with the various evaluation techniques. Clinical dosimetry applications of polymer gel dosimetry are also presented.
Conference Paper
Full-text available
One challenge in gel dosimetry is the manipulation and analysis of complex data sets from different systems. In this paper, we describe a simple and fast gel dosimetry analysis tool for radiation therapy dose deliveries. Using the open source medical imaging software 3D Slicer, an extension was designed and implemented for the purpose of importing treatment planning system dose, CT imaging from simulation and at treatment, and optical CT gel dosimeter data. The extension also allows for calibration of gel dosimeter data, registration, and comparison of 3D dose distributions. The development of an open source gel dosimetry processing environment may help adoption of gels in the clinic.
Article
Two recently introduced GafChromic film models, HS and XR-T, have been developed as more sensitive and uniform alternatives to GafChromic MD-55-2 film. The HS model has been specifically designed for measurement of absorbed dose in high-energy photon beams (above 1 MeV), while the XR-T model has been introduced for dose measurements of low energy (0.1 MeV) photons. The goal of this study is to compare the sensitometric curves and estimated dosimetric uncertainties associated with seven different GafChromic film dosimetry systems for the two new film models. The densitometers tested are: LKB Pharmacia UltroScan XL, Molecular Dynamics Personal Densitometer, Nuclear Associates Radiochromic Densitometer Model 37-443, Photoelectron Corporation CMR-604, Laser Pro 16, Vidar VXR-16, and AGFA Arcus II document scanner. Pieces of film were exposed to different doses in a dose range from 0.5 to 50 Gy using 6 MV photon beam. Functional forms for dose vs net optical density have been determined for each of the GafChromic film-dosimetry systems used in this comparison. Two sources of uncertainties in dose measurements, governed by the experimental measurement and calibration curve fit procedure, have been compared for the densitometers used. Among the densitometers tested, it is found that for the HS film type the uncertainty caused by the experimental measurement varies from 1% to 3% while the calibration fit uncertainty ranges from 2% to 4% for doses above 5 Gy. Corresponding uncertainties for XR-T film model are somewhat higher and range from 1% to 5% for experimental and from 2% to 7% for the fit uncertainty estimates. Notwithstanding the significant variations in sensitivity, the studied densitometers exhibit very similar precision for GafChromic film based dose measurements above 5 Gy.
  • C Pinter
Pinter C et al. 2012 Med. Phys. 39 6332-7
  • K M Alexander
Alexander KM et al. 2015 J. Phys.: Conf. Ser. 573 012042.
  • K M Alexander
Alexander KM et al. 2016 J. Phys.: Conf. Ser. (accepted to IC3DDose 2016)