Python RayOcular Tools is a Python library to complement RayOcular, an eye-specific module of RaySearch. It currently consists of three parts:
pyROTitself, which is Python package provides a set of tools to work with eye models in Python. This library is designed to be as vendor-agnostic as possible, allowing it to be used without RaySearch. Interactions with RaySearch are handled throughpyrot.ro_interface;scriptscontains a set of scripts that can be run from within RaySearch and perform common tasks, such as generating eye models. These scripts import thepyROTpackage for all calculations.standalone, as set of Python scripts that can be used without RaySearch, for example to analyse a large set of eye models (still to be added).
In addition, we hope that the pyROT repository will provide a platform to exchange methods and scripts within the ocular Proton Therapy community.
The code is provided as is, without any warranty. It is solely intended for research purposes. No warranty is given and no rights can be derived from it, as is also stated in the MIT license.
pyROT aims to be a community-driven project and warmly accepts contributions. If you want to contribute, please email us ([email protected]), open a new discussion or read the contribution guidelines prior to opening a Pull Request.
to be added
A preliminary version of the documentation is hosted on Read the Docs.
- Extend the
pyROTpackage with more tools, such as to determine the optimal gazing angle for a given eye model. - Extend the unit tests to cover more of the
pyROTpackage.