Skip to content

Commit

Permalink
Version 1.0.5 Changes:
Browse files Browse the repository at this point in the history
1. Update PortPy.AI upgrade with easy to run notebooks
2. Update PortPy visualization.py
3. Update vmat scp dose prediction
4. Add random leaf position initialization feature to VMAT SCP
  • Loading branch information
gourav3017 committed Jan 13, 2025
1 parent 14d221a commit 431ed3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/dose_mimicking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"outputs": [],
"source": [
"# import the predicted dose to PortPy. Point to dose file of the benchmark plan available in PortPy\n",
"pred_dose = pp.convert_dose_rt_dicom_to_portpy(my_plan=my_plan, dose_file_name=r'\\\\pisiz3echo\\ECHO\\Research\\Data_newformat\\PortPy\\data\\zip_files\\export_clinic\\rt_dose_echo_imrt.dcm')\n",
"pred_dose = pp.convert_dose_rt_dicom_to_portpy(my_plan=my_plan, dose_file_name=r'\\\\PortPy\\data\\zip_files\\export_clinic\\rt_dose_echo_imrt.dcm')\n",
"pred_dose_1d = inf_matrix.dose_3d_to_1d(dose_3d=pred_dose)"
]
},
Expand Down Expand Up @@ -281,8 +281,8 @@
"outputs": [],
"source": [
"# Specify the location and name of the DICOM RT Dose file\n",
"dose_file_name = r'\\\\pisiz3echo\\ECHO\\Research\\Data_newformat\\PortPy\\data\\zip_files\\Test_Export_Fluence_Patient_4\\RD.1.2.246.352.71.7.565238251846.2574850.20241014203936.dcm'\n",
"dose_file_name = r'\\\\pisiz3echo\\ECHO\\Research\\Data_newformat\\PortPy\\data\\zip_files\\export_clinic\\PredFluRMR\\RD.1.2.246.352.71.7.565238251846.2716655.20241105165313.dcm'\n",
"\n",
"dose_file_name = r'PortPy\\data\\zip_files\\export_clinic\\PredFluRMR\\RD.dcm'\n",
"# Convert the DICOM dose into PortPy format\n",
"ecl_dose_3d = pp.convert_dose_rt_dicom_to_portpy(my_plan=my_plan, dose_file_name=dose_file_name)\n",
"ecl_dose_1d = inf_matrix.dose_3d_to_1d(dose_3d=ecl_dose_3d)"
Expand Down

0 comments on commit 431ed3c

Please sign in to comment.