Open zism opened 2 years ago
This gives you area per aperture: https://github.com/victorgabr/ApertureComplexity/blob/aa101c64101f72022e9da534a155dbad3219eea9/complexity/PyComplexityMetric.py#L142
This gives the side perimeter:
I hope it helps
Thank you for reply, what About total beam area, is there a direct function or I should make the sum of seg area?
Thank you for reply, what About total beam area, is there a direct function or I should make the sum of seg area?
yes:
beam_seg_sum = sum(segment_areas)
I am trying to install complexity python packages, but I failed. Would you please help on that?
I am trying to install complexity python packages, but I failed. Would you please help on that?
You can clone the repository and run it from the source code.
But the command
python setup.py install
should install it on your python site-packages folder.
Hi, I’m looking to calculate segment area and total beam area from a DicomRT VMAT plan. could someone help me?