Replies: 1 comment
-
Hi Yuri, Probably, the reason why you see the resolution mismatch is because the CT resolution and the dose grid resolution are different. Hope this can help, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Administrator
I used the matRad-dev_varRBErobOpt branch to generate an executable TOPAS file. After running TOPAS, I got a dcm file.
![YValue dicom](https://private-user-images.githubusercontent.com/72288469/280176887-50f082f3-4d40-44c6-8165-bcd65e7dc64f.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzk3MjAsIm5iZiI6MTczOTA3OTQyMCwicGF0aCI6Ii83MjI4ODQ2OS8yODAxNzY4ODctNTBmMDgyZjMtNGQ0MC00NGM2LTgxNjUtYmNkNjVlN2RjNjRmLkpQRz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA1MzcwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJhNzAxMDJlMWQ0MGU5N2FjYmU0MjFlZTk5NjQwNzFlNGIyYmZiNjVlM2I1Yjg3NGE2MzRhNDRkZTJhYmVmZmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3US0zvvKOMJqZb9M5DF4Wsq6yNojRviWlOJHdZJ-is8)
Now I want to remove all values outside of matRad's skin. How do I do that?
![mask](https://private-user-images.githubusercontent.com/72288469/280176966-07f22367-e9b3-42ec-bf82-ec83690065f0.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzk3MjAsIm5iZiI6MTczOTA3OTQyMCwicGF0aCI6Ii83MjI4ODQ2OS8yODAxNzY5NjYtMDdmMjIzNjctZTliMy00MmVjLWJmODItZWM4MzY5MDA2NWYwLkpQRz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA1MzcwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgzZWExYzlmMTZmODQxZGU0OWIzZDJiYzYxMjU2Njk2NjRiNzVjODc5ZjdmYmUxOTc4Y2ZiNWRhNGZiOWQ3OWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CKxtCcSk71_ne40BnfnuUkGaTvfbwGEq-Wpa0kV5V-0)
From the image below we can see that there are a lot of values outside the body. I want to use the skin as a mask to remove all the data outside the mask file in the dicom file.
However, I ran into a problem, because I used the cst{15, 4}{1, 1} index as the mask, and the dimensions were not the same as the dicom one, so I couldn't do the multiplication to subtract out the values other than YValue.
I will attach my dicom file and the execution code.
matRad-mat-dicom-match.txt
DICOM file: https://drive.google.com/file/d/10zGZK5qRsxBikgUiyQSccjn_zF8V83m0/view?usp=sharing
Looking forward to your reply
your sincerely,
Yuri
Beta Was this translation helpful? Give feedback.
All reactions