Max Grohmann

Results 26 comments of Max Grohmann

I solved my problem by going back to version 2.0.5.5. All future versions have the problem.

Thanks for the quick reply. I know that a complete DICOM-RT-dataset consists out of CT, RS-, RD- and RP-File. But after calculating Dose with CT, RS, + RP no CT...

I understand but the RT-Struct is already there and I only want to export a Dose-File that can have a different resolution. But I think for my few cases I...

this sounds awesome. please do. I first tried to only work with plastimatch-Standalone to accomplish my goal but found it not intuitive. Therefore I was impressed that I can do...

Yeah of course. I will try to play with the SlicerRT code in a dummy Extension and will gladly contribute if helpful tools come from it. Thanks again.

This would be nice and solve most cases. Additional thought: Maybe you can auto-assign a ptv to included-list where only one PTV would be listed in the ignored-panel

There is also an Structure bool „IsEmpty“ that is easy to check

No. You use SegmentVolume on a Structure and can exchange this for „IsEmpty“. example: var saumstructure = ss.AddStructure(„PTV“, saumId); saumstructure.SegmentVolume = ptv.Sub(saumstructure); if (saumstructure.IsEmpty) blaBlaBlup

And for everyone that want to check Overlap in a Single-File-Plugin or do not have Writable scripts because of older Eclipse-Version or because of Rights-issues or because it is simpler...

Hi, this would be great but it is not in the API. You would need to establish SQL-Databse access and aquire this info from the specific SQL-table. More complicated to...