This script can be used to plot the dose rate against gantry angle for VMAT plans created in the Eclipse treatment planning system.
This derivative is plotted:
Create a new ESAPI project with ControlPointsPlot.cs as the source. Download NuGet package OxyPlot and add it to the project. Compile and that is all.
If you wish to change the script, use the source file (ControlPointsPlot.cs), and add
- OxyPlot.Core.1.0.0
- OxyPlot.Wpf.1.0.0
to your project. Then recompile. OxyPlot files are not included in the soruce, so you have to do things manually.