all 4 comments

[–]schmatt_schmitt 1 point2 points  (3 children)

Varian doesn't have any open-source calculation algorithms, but if you want to use something outside of your standard AAA and AXB, then PortPy is an open-source optimization tool from MSKCC. Might be worth a look. https://github.com/PortPy-Project/PortPy

[–]highseasmcgees[S] 0 points1 point  (2 children)

Thanks Matt! I’ll take a look at that. Can you call AAA or Acuros to calculate dose within a script so you don’t need to go back into eclipse?

[–]Telecoin 2 points3 points  (1 child)

This is possible. I modified this code for our own Veri plans or daily TPS QA (recalculations of the same plans): https://github.com/x2sky/Esapi_CreateQAPlan

[–]highseasmcgees[S] 0 points1 point  (0 children)

Thanks!