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

Deletion of a single landmark pair is faulty #119

Closed JThoennissen closed 1 year ago

JThoennissen commented 2 years ago
  1. When deleting a pair of landmarks they are removed from the landmark list but still appear in the viewer.
  2. When adding a new landmark pair after deleting one the new entry consists of the removed BigBrain landmark paired with the newly set landmark in the incoming volume. The following landmarks are then set accordingly.

example: B = BigBrain landmark, I = incoming volume landmark set B1, I1 set B2, I2 delete B2, I2 set B3, I3 --> results in pair B2, I3 set B4, I4 --> results in pair B3, I4

For better understanding I added a video: https://user-images.githubusercontent.com/32842931/175962784-b5401271-e2c0-4943-a2be-98cc9f02310c.mp4

fsdavid commented 1 year ago

Demo: https://voluba-fix-removing.apps-dev.hbp.eu/#/ PR: https://github.com/FZJ-INM1-BDA/voluba/pull/153