I am sorry to ask if this is a simple question. I am trying to parse the centerline file using python for data analysis, but I am confused about the coordinates in 3D Slicer.
Is the data in world coordinates(xyz) or voxel coordinates? Are segmentaions and volume files also stored in world coordinates?
Is there anyway to output the data in world coordinates or voxel coordinates using python packages?
The points are in the node’s coordinate system. The node may be transformed in the world coordinate system if you apply a transform but not harden it yet.