LICENSE
README.md
pyproject.toml
docs/conf.py
examples/intro_minimal_photons.py
examples/intro_minimal_protons.py
examples/mc_fred.py
examples/pencilbeam_carbon.py
examples/pencilbeam_helium.py
examples/pencilbeam_photon.py
examples/pencilbeam_proton.py
examples/pencilbeam_proton_let.py
examples/pencilbeam_vhee.py
examples/raytracer_rad_depth.py
examples/utils_matrad.py
examples/utils_plotting.py
pyRadPlan/__init__.py
pyRadPlan.egg-info/PKG-INFO
pyRadPlan.egg-info/SOURCES.txt
pyRadPlan.egg-info/dependency_links.txt
pyRadPlan.egg-info/requires.txt
pyRadPlan.egg-info/top_level.txt
pyRadPlan/analysis/__init__.py
pyRadPlan/analysis/_dvh.py
pyRadPlan/core/__init__.py
pyRadPlan/core/_exceptions.py
pyRadPlan/core/_grids.py
pyRadPlan/core/datamodel.py
pyRadPlan/core/np2sitk.py
pyRadPlan/core/resample.py
pyRadPlan/core/xp_utils/__init__.py
pyRadPlan/core/xp_utils/compat.py
pyRadPlan/core/xp_utils/helpers.py
pyRadPlan/core/xp_utils/typing.py
pyRadPlan/cst/__init__.py
pyRadPlan/cst/_cst.py
pyRadPlan/cst/_voi.py
pyRadPlan/ct/__init__.py
pyRadPlan/ct/_ct.py
pyRadPlan/ct/_hlut.py
pyRadPlan/data/machines/VHEE_Focused.mat
pyRadPlan/data/machines/VHEE_Generic.mat
pyRadPlan/data/machines/carbon_Generic.mat
pyRadPlan/data/machines/helium_Generic.mat
pyRadPlan/data/machines/photons_Generic.mat
pyRadPlan/data/machines/protons_Generic.mat
pyRadPlan/data/phantoms/TG119.mat
pyRadPlan/dij/__init__.py
pyRadPlan/dij/_compose_beam_dijs.py
pyRadPlan/dij/_dij.py
pyRadPlan/dose/__init__.py
pyRadPlan/dose/_calc_dose.py
pyRadPlan/dose/engines/__init__.py
pyRadPlan/dose/engines/_base.py
pyRadPlan/dose/engines/_base_montecarlo.py
pyRadPlan/dose/engines/_base_pencilbeam.py
pyRadPlan/dose/engines/_base_pencilbeam_particle.py
pyRadPlan/dose/engines/_factory.py
pyRadPlan/dose/engines/_fredmc.py
pyRadPlan/dose/engines/_hongpb.py
pyRadPlan/dose/engines/_svdpb.py
pyRadPlan/geometry/__init__.py
pyRadPlan/geometry/lps.py
pyRadPlan/io/__init__.py
pyRadPlan/io/_matlab_file_handler.py
pyRadPlan/io/_patient_loader.py
pyRadPlan/io/matfile.py
pyRadPlan/machines/__init__.py
pyRadPlan/machines/_load.py
pyRadPlan/machines/_validate.py
pyRadPlan/machines/base/__init__.py
pyRadPlan/machines/base/_base.py
pyRadPlan/machines/base/_external_beam.py
pyRadPlan/machines/base/_factory.py
pyRadPlan/machines/base/_internal_beam.py
pyRadPlan/machines/particles/__init__.py
pyRadPlan/machines/particles/_base.py
pyRadPlan/machines/particles/_beam_cutoff.py
pyRadPlan/machines/particles/_beam_emittance.py
pyRadPlan/machines/particles/_beam_energy.py
pyRadPlan/machines/particles/_beam_focus.py
pyRadPlan/machines/particles/_ions.py
pyRadPlan/machines/particles/_vhee.py
pyRadPlan/machines/particles/kernel/__init__.py
pyRadPlan/machines/particles/kernel/_base.py
pyRadPlan/machines/particles/kernel/_ions.py
pyRadPlan/machines/particles/kernel/_vhee.py
pyRadPlan/machines/photons/__init__.py
pyRadPlan/machines/photons/_base.py
pyRadPlan/machines/photons/_linac.py
pyRadPlan/machines/photons/_svd_kernel.py
pyRadPlan/matRad/__init__.py
pyRadPlan/matRad/_engine.py
pyRadPlan/matRad/_matlab.py
pyRadPlan/matRad/_octave.py
pyRadPlan/optimization/__init__.py
pyRadPlan/optimization/_fluence_optimization.py
pyRadPlan/optimization/objectives/__init__.py
pyRadPlan/optimization/objectives/_eud.py
pyRadPlan/optimization/objectives/_factory.py
pyRadPlan/optimization/objectives/_max_dvh.py
pyRadPlan/optimization/objectives/_mean.py
pyRadPlan/optimization/objectives/_min_dvh.py
pyRadPlan/optimization/objectives/_objective.py
pyRadPlan/optimization/objectives/_squared_dev.py
pyRadPlan/optimization/objectives/_squared_over.py
pyRadPlan/optimization/objectives/_squared_under.py
pyRadPlan/optimization/objectives/_std.py
pyRadPlan/optimization/problems/__init__.py
pyRadPlan/optimization/problems/_factory.py
pyRadPlan/optimization/problems/_nonlin_fluence.py
pyRadPlan/optimization/problems/_optiprob.py
pyRadPlan/optimization/problems/_simple_least_squares.py
pyRadPlan/optimization/solvers/__init__.py
pyRadPlan/optimization/solvers/_base_solvers.py
pyRadPlan/optimization/solvers/_factory.py
pyRadPlan/optimization/solvers/_ipopt.py
pyRadPlan/optimization/solvers/_scipy_solver.py
pyRadPlan/plan/__init__.py
pyRadPlan/plan/_plans.py
pyRadPlan/quantities/__init__.py
pyRadPlan/quantities/_base.py
pyRadPlan/quantities/_dose.py
pyRadPlan/quantities/_let_x_dose.py
pyRadPlan/raytracer/__init__.py
pyRadPlan/raytracer/_base.py
pyRadPlan/raytracer/_numba_perf.py
pyRadPlan/raytracer/_siddon.py
pyRadPlan/scenarios/__init__.py
pyRadPlan/scenarios/_base.py
pyRadPlan/scenarios/_nominal.py
pyRadPlan/stf/__init__.py
pyRadPlan/stf/_beam.py
pyRadPlan/stf/_beamlet.py
pyRadPlan/stf/_exceptions.py
pyRadPlan/stf/_generate_stf.py
pyRadPlan/stf/_rangeshifter.py
pyRadPlan/stf/_ray.py
pyRadPlan/stf/_steeringinformation.py
pyRadPlan/stf/generators/__init__.py
pyRadPlan/stf/generators/_base.py
pyRadPlan/stf/generators/_externalbeam.py
pyRadPlan/stf/generators/_factory.py
pyRadPlan/stf/generators/_ions.py
pyRadPlan/stf/generators/_photons.py
pyRadPlan/stf/generators/_vhee.py
pyRadPlan/util/__init__.py
pyRadPlan/util/helpers.py
pyRadPlan/util/keyboard_listener.py
pyRadPlan/visualization/__init__.py
pyRadPlan/visualization/_plot_multiple_slices.py
pyRadPlan/visualization/_plot_slice.py
test/conftest.py
test/test_dij.py
test/test_fileHandling.py
test/test_grid.py
test/test_helpers.py
test/test_machine_model.py
test/test_matlabEngine.py
test/test_octaveEngine.py
test/test_plan.py
test/test_raytracersiddon.py
test/test_scenarios.py
test/analysis/test_dvh.py
test/analysis/test_qi.py
test/compute/test_math_interp1d.py
test/compute/test_math_quantile.py
test/compute/test_namespace_conversion.py
test/core/test_coordinates.py
test/core/test_datamodel.py
test/core/test_np2sitk.py
test/core/test_resample.py
test/cst/conftest.py
test/cst/test_VOI.py
test/cst/test_cst.py
test/ct/test_ct.py
test/ct/test_hlut.py
test/data/test_validate_test_data.py
test/dose/conftest.py
test/dose/test_dose_engine_base.py
test/dose/test_factory.py
test/dose/test_fred.py
test/dose/test_hongpb.py
test/dose/test_pb_geodist.py
test/dose/test_svdpb.py
test/geometry/test_lps.py
test/optimization/test_fluence_optiprob.py
test/optimization/test_ipopt_solver.py
test/optimization/test_objectives.py
test/optimization/test_problem_factory.py
test/optimization/test_scipy_solver.py
test/optimization/test_solver_factory.py
test/quantities/test_dose_quantity.py
test/quantities/test_let_dose_quantity.py
test/stf/test_beamlet.py
test/stf/test_stf.py
test/stf/test_stf_gen.py
test/visualization/test_plot_multiple_slices.py
test/visualization/test_plot_slice.py