Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Mark Geurts edited this page Oct 2, 2015 · 3 revisions

The TomoTherapy® Failure Modes and Effects Analysis (FMEA) Tool is a console based application written in MATLAB that simulates various delivery failure modes by parsing TomoTherapy patient archives, modifying the delivery plan, and recomputing the plan dose using the Standalone GPU TomoTherapy Dose Calculator. Each modified plan dose distribution is then compared using various metrics. Both the failure modes and metrics are customizable through the use of “plugin” functions, as described below.

TomoTherapy is a registered trademark of Accuray Incorporated. MATLAB® is a registered trademark of Mathworks, Inc.

Guided Tour

The following wiki pages contain additional information about this application. Additional documentation can be found within the source code.

  • Computational Methods: here you will find details on the algorithms and methods used by this application
  • Installation and Use: details instructions on how to install, adjust global parameters, and execute the application (compatibility and dependency information can be found below)
  • Software Compatibility: lists the operating system and MATLAB versions validated during testing as well as required toolboxes or other runtime dependencies, including CUDA for GPU-based computation
  • Failure Modes: lists the included failure mode plugins and how they can be used during error simulation, as well as the format for generating new plugin functions
  • Comparison Metrics: lists the included comparison metric plugins and how they can be used during error simulation analysis, as well as the format for generating new metric plugin functions
  • Report Files: lists the current output files/folders and file formats
  • Troubleshooting: describes how to access the application logs and provides solutions to common problems when using this application
Clone this wiki locally