Skip to content

Commit 431ed3c

Browse files
committed
Version 1.0.5 Changes:
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
1 parent 14d221a commit 431ed3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/dose_mimicking.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"outputs": [],
109109
"source": [
110110
"# import the predicted dose to PortPy. Point to dose file of the benchmark plan available in PortPy\n",
111-
"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",
111+
"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",
112112
"pred_dose_1d = inf_matrix.dose_3d_to_1d(dose_3d=pred_dose)"
113113
]
114114
},
@@ -281,8 +281,8 @@
281281
"outputs": [],
282282
"source": [
283283
"# Specify the location and name of the DICOM RT Dose file\n",
284-
"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",
285-
"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",
284+
"\n",
285+
"dose_file_name = r'PortPy\\data\\zip_files\\export_clinic\\PredFluRMR\\RD.dcm'\n",
286286
"# Convert the DICOM dose into PortPy format\n",
287287
"ecl_dose_3d = pp.convert_dose_rt_dicom_to_portpy(my_plan=my_plan, dose_file_name=dose_file_name)\n",
288288
"ecl_dose_1d = inf_matrix.dose_3d_to_1d(dose_3d=ecl_dose_3d)"

0 commit comments

Comments
 (0)