Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BED implementation for optimization #534

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from

Conversation

JenHardt
Copy link

@JenHardt JenHardt commented Dec 3, 2021

Incorperated BED projection in MatRad, so that optimazion can now be performed with BED

@wahln
Copy link
Contributor

wahln commented Mar 17, 2022

Two things that I realized directly:

  • Starting up the matRadGUI and then loading a patient directly causes an error.
  • Are the number of fractions in each optimization objective really necessary for the BED computation? It should be enough that the number of fractions is stored in the BED-Projection, right, because I don't see those values being used when called from the matRad_OptimizationProblem functions

@wahln wahln changed the title Dev BED projection BED implementation for optimization Aug 2, 2022
@wahln wahln self-assigned this Nov 23, 2022
if (isequal(pln.propOpt.bioOptimization,'LEMIV_effect') || isequal(pln.propOpt.bioOptimization,'LEMIV_RBExD')) ...
&& strcmp(pln.radiationMode,'carbon')
if (isequal(pln.propOpt.bioOptimization,'LEMIV_effect') || isequal(pln.propOpt.bioOptimization,'LEMIV_RBExD') ...
||isequal(pln.propOpt.bioOptimization,'BED') ) && strcmp(pln.radiationMode,'carbon')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this not be LEMIV_BED? for consistency

if (isequal(pln.propOpt.bioOptimization,'LEMIV_effect') || isequal(pln.propOpt.bioOptimization,'LEMIV_RBExD')) ...
&& strcmp(pln.radiationMode,'carbon')
if (isequal(pln.propOpt.bioOptimization,'LEMIV_effect') || isequal(pln.propOpt.bioOptimization,'LEMIV_RBExD') ...
||isequal(pln.propOpt.bioOptimization,'BED') )&& strcmp(pln.radiationMode,'carbon')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see the previous comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants