Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix definition of "coordinate vector" #420

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cmaumet
Copy link
Member

@cmaumet cmaumet commented Aug 1, 2017

This PR fixes the definitions of "coordinate vector" and "coordinate vector in voxels" to specify in which units each coordinate vector is expressed:

  • nidm:'coordinate Vector': A vector with one number per dimension. The first element corresponds to the 'Coordinate' along the first dimension measured in world units (e.g. 'mm'), the second element to the 'Coordinate' along the second dimension etc.
  • nidm:'coordinate Vector In Voxels': A vector with one number per dimension. The first element corresponds to the 'Coordinate' along the first dimension measured in map elements (e.g., pixels, voxels, vertices, or faces), the second element to the 'Coordinate' along the second dimension etc.

in replacement of:

  • nidm:'coordinate Vector': A vector with one number per dimension. The first element corresponds to the 'Coordinate' along the first dimension measured in map elements (e.g., pixels, voxels, vertices, or faces), the second element to the 'Coordinate' along the second dimension etc..
  • nidm:'coordinate Vector In Voxels': Coordinate along the first dimension in voxels. (This definition needs to be re-worked as this term was renamed from coordinate1 to coordinate in coordinate1, coordinate2, coordinate3 -> coordinate #270)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant