Radius of vessels

Hello,
I am using the VMTK extension to first find the centreline of a vessel from a dicom image. I then want to find the radius of the vessel at particular points, such as the control points. Is there any way to easily do this with the VMTK extension or will I need to download another package?
Thanks

Extract centerline module already computes the radius at every vessel point. You can get the results as a table (centerline position and radius values) and the radius values are also included in the output model node.

Thank you for your quick reply. So once I have the centrelines how do I actually find the radius because at the moment I can only see the RAS coordinates. Is it in edit properties?

If you update to latest SlicerVMTK version then you should see the radius values in the table.