|
@@ -45,6 +45,7 @@ executable_path = 'C:\010-work\003_localGit\WiscPlan_v2\WiscPlanPhotonkV125\Wisc
|
|
|
kernel_file = 'Kernels.mat';
|
|
|
geometry_file = fullfile(patient_dir, 'matlab_files\Geometry.mat');
|
|
|
|
|
|
+load(geometry_file);
|
|
|
ROI_names = cellfun(@(c)c.name, Geometry.ROIS, 'UniformOutput', false);
|
|
|
[target_idx okay] = listdlg('ListString', ROI_names, ...
|
|
|
'SelectionMode', 'single', 'Name', 'Target Selection', ...
|