GSTT-CSC / hazen

Quality assurance framework for Magnetic Resonance Imaging
https://github.com/GSTT-CSC/hazen
Apache License 2.0
22 stars 12 forks source link

Radiotherapy Distortion QA Analysis #111

Closed RFranklin-MR closed 1 year ago

RFranklin-MR commented 3 years ago

This issue covers the addition of radiotherapy-specific geometric accuracy test analysis. The current geometric distortion and linearity test uses a grid of 9 points, positioned within 10cm of the isocentre. However, when the images will be used for radiotherapy treatment planning, it is valuable to quantify the image distortion over the whole patient volume. The recent IPEM Topical Report on use of MRI in EBRT treatment planning (Speight, et al., 2021) recommends measuring the gradient-field related geometric distortion “over the useful FOV of the scanner”, using a large phantom. In addition, this measurement should be performed “more frequently than annually until the stability of the MR scanner and the measurement procedure used has been demonstrated locally”. Therefore, automation of this QA will be valuable to the Physics team

Plan for the software

The phantom used for this test is called the “flat phantom”: image

Which is custom-built locally. It measures approximately 60cm width x 30cm height x 1.5cm thickness, contains a grid of spheres with 25mm separation. In order to quantify the geometric accuracy at different positions within the bore, a full dataset will consist of 7 sets (at z = -75mm, -50mm, -25mm, isocentre, +25mm, 50mm, 75mm) of 10 slices (1.1m + 0.3mm gap). The geometric accuracy of the images, defined as magnitude difference between expected and imaged sphere locations (Wang, Strugnell, Cowin, Doddrell, & Slaughter, 2004), is extracted for each sphere at each z-location. This can be displayed as:

It is recommended (Speight, et al., 2021) that the tolerance for distortion is “2mm within clinically relevant volume”, and at acceptance testing, “document volume where displacement is > 1 mm and 2 mm”. Similar tolerances are recommended by the ACR (<2mm, (ACR, 2018)) and AAPM (2%, (AAPM, 2010)

Design outline

.

hshuaib90 commented 3 years ago

Thanks, @RFranklin-MR - looks good to me. Couple of things to consider in implementation:

Robert-Johnstone commented 3 years ago

Hi @RFranklin-MR - this is me replying, as you suggested, so that you can tag me on future updates.

laurencejackson commented 1 year ago

@RFranklin-MR as discussed please can you update on this issue?

RFranklin-MR commented 1 year ago

This functionality is desired for Radiotherapy QA with the flat phantom. Oscar will be working on this going forwards.

RFranklin-MR commented 1 year ago

This has been implemented outside of hazen, so closing.