From ef4693964378c017a9b6e7ca24d05b353b9f73f8 Mon Sep 17 00:00:00 2001 From: gourav3017 Date: Sat, 8 Jun 2024 10:00:49 -0400 Subject: [PATCH] V1.0.4.1: Added notebooks for 1. VMAT SCP based dose prediction pipeline. 2. VMAT SCP plan import to TPS 3. Modified examples directory structure and filenames. 4. Added methods in vmat_scp for dose prediction pipeline 5. Fixed bug in predict_using_model. --- .../{IMRT_dose_prediction.py => imrt_dose_prediction.py} | 0 examples/python_files/{IMRT_TPS_import.py => imrt_tps_import.py} | 0 examples/python_files/{VMAT_TPS_import.py => vmat_tps_import.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/python_files/{IMRT_dose_prediction.py => imrt_dose_prediction.py} (100%) rename examples/python_files/{IMRT_TPS_import.py => imrt_tps_import.py} (100%) rename examples/python_files/{VMAT_TPS_import.py => vmat_tps_import.py} (100%) diff --git a/examples/python_files/IMRT_dose_prediction.py b/examples/python_files/imrt_dose_prediction.py similarity index 100% rename from examples/python_files/IMRT_dose_prediction.py rename to examples/python_files/imrt_dose_prediction.py diff --git a/examples/python_files/IMRT_TPS_import.py b/examples/python_files/imrt_tps_import.py similarity index 100% rename from examples/python_files/IMRT_TPS_import.py rename to examples/python_files/imrt_tps_import.py diff --git a/examples/python_files/VMAT_TPS_import.py b/examples/python_files/vmat_tps_import.py similarity index 100% rename from examples/python_files/VMAT_TPS_import.py rename to examples/python_files/vmat_tps_import.py