FZJ-INM1-BDA / voluba

Browser based tool for interactive alignment of high-resolution volumes of interest to 3D reference brain models
https://voluba.readthedocs.io
Apache License 2.0
4 stars 0 forks source link

[discussion] Adjust schema for transformMatrix.json #173

Open JThoennissen opened 1 year ago

JThoennissen commented 1 year ago

To discuss:

  1. Replace "incomingVolume" with "source space"
  2. Replace "referenceVolume" with "target space"
  3. Space specs should be dictionaries, e.g. for BigBrain:
    "target_space": {
    "@id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588"
    }
  4. Specify the matrix, so it works in mm spaces, or introduce the unit separately for each space, because it is still unclear wether the input or output coordinates are expected in nm, or both. So we could do sth. like
    target_space": {
    "@id": "minds/core/referencespace/v1.0.0/a1655b99-82f1-420f-a3c2-fe80fd4c8588“,
    "unit": "nm"
    }

    And then just use "transform“: {…}

Also relates to #153

xgui3783 commented 1 year ago

from my perspective the following will need to be done:

JThoennissen commented 1 year ago

Comments by @pacher:

1. voluba / siibra:

2. other software:

Suggestion: