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

Feature request to reproduce "Synthetic CT example" from MatRAD #2

Open
mlapaeva opened this issue Feb 21, 2025 · 0 comments
Open

Feature request to reproduce "Synthetic CT example" from MatRAD #2

mlapaeva opened this issue Feb 21, 2025 · 0 comments

Comments

@mlapaeva
Copy link

Dear all,

First of all, thank you so much for making matRad in Python a reality!
I would like to reproduce the Synthetic CT (sCT) example from this pull request in Python(e0404/matRad#827).

For that, in the PyRadPlan example, a few functionalities are missing:

  1. DICOM import → This is required to import CT and sCT .dcm images.
  2. DVH and QI extraction → The main goal of the use case is to compare plans and their DVH parameters calculated on CT and sCT. So, it would be great to easily extract DVH.
    In matRad, we have:
resultGUI = matRad_planAnalysis(resultGUI, ct, cst, stf, pln);
% Get the plan parameters
dvh = resultGUI.dvh;
qi = resultGUI.qi;
  1. Calculate dose direct function → In our workflow, we first calculate and optimize the plan for the real CT image, then extract the optimized weights, replace the image with the Synthetic CT image, and calculate the dose using the previous weight parameters. It would be great to do this in PyRadPlan.
    In matRad, we have:
weights = resultGUI.w;
resultGUI = matRad_calcDoseDirect(ct, stf, pln, cst, weights);

Could you please let us know when this functionality will be available?

Regards,
Mariia

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

No branches or pull requests

1 participant