wiheto / netplotbrain

A package to create simple 3D network visualizations on a brain.
Apache License 2.0
67 stars 7 forks source link

node coordinates(x,y,z) definition #64

Closed YuanYuan527 closed 10 months ago

YuanYuan527 commented 11 months ago

I would like to ask whether the coordinates XYZ in the node represent the index of the image, similar to IJK, or represent the world coordinate system, such as the RAS coordinate system or the LPS coordinate system. The situation is not explained in the document

wiheto commented 11 months ago

Yes.

But it can be any coordinate system which is based on the template image used.

X is the first dimension, Y the second, and Z the third of whatever template image is used.

Is that clear?