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

Public volumes not displayed #118

Closed JThoennissen closed 2 years ago

JThoennissen commented 2 years ago

Public volumes "Hippocampus" and "UFO" appear in the list of incoming volumes but are not displayed when selected.

JThoennissen commented 2 years ago

Private volumes are also not displayed. They can be uploaded but don't appear in the viewer.

pacher commented 2 years ago

@xgui3783 Can you please have a look? From what I see the problem is not with the backend but in voluba itself. Voluba retrieves info json but does not request any chunks. Public and private volumes can be displayed without problems using vanilla neuroglancer.

xgui3783 commented 2 years ago

from console, it seems the image service backend is no longer providing voxel_offset property?

compare: https://neuroglancer.humanbrainproject.org/precomputed/JuBrain/v2.2c/colin27_seg/info vs https://zam10143.zam.kfa-juelich.de/chumni/nifti/public/UFO_Unknown_Functional_Observation/info ?

Message ID: @.***>

pacher commented 2 years ago

Good catch! It became optional in newer NG and documented as such. I should have checked with nehuba. Fixed now.