Technical Development and In Silico Implementation of 3D-QALAS on a 1.5T MRI-Linear Accelerator Hybrid System: A Prospective R-IDEAL Stage 0/1 Technology Development Report
Code for the paper: "Technical Development and In Silico Implementation of 3D-QALAS on a 1.5T MRI-Linear Accelerator Hybrid System: A Prospective R-IDEAL Stage 0/1 Technology Development Report" found at: https://doi.org/10.64898/2026.03.09.26347967. The anonymized data is found at: https://doi.org/10.6084/m9.figshare.31594819.
- Create python environment with Python 3.12.10:
python3.12 -m venv env_3-12-10 - Activate virtual python environment:
.\env_3-12-10\Scripts\activate - Install packages:
pip install -r requirements.txt