Mar 20, 2024 02:44 PM
by Atakan Küskün
Hi,
I am using Radiant for research purposes, for pelvic incidence angle measurement. For this, I need Cobb angle measurement in the 3D MPR window. And it would be very helpful if there is a middle point in the lenght measurement for finding sacral end plate middle point. Also if you can add a circle measurement with a center point visible, it will be helpful for finding the center of the femoral heads for pelvic incidence measurements.
Radiant is a wonderful software!
Thanks for all,
Apr 28, 2024 08:21 PM
by
Thank you for your kind words!
Currently, you can enable middle/center point in length/circle measurements using the options.xml file:
https://www.radiantviewer.com/dicom-viewer-manual/options_xml.html
<roi>
<length>
<divide>1</divide> <!-- 1 - a mark is drawn in the middle of the segment -->
</length>
<ellipse>
<center>1</center> <!-- 1 - a mark is drawn in the center of the ellipse -->
</ellipse>
</roi>
Jul 29, 2024 08:45 PM
by Atakan Küskün
Thanks for the tip, it works like a charm.