You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate neuroglancer configs for all tomograms, even if they're not default. This will help users with being able to visualize all the tomograms before downloading them.
In the db_import, set the neuroglancer_config to None for tomograms that have is_visualization_default= false.
This is required because the v1 api does not support is_visualization_default field that is used by frontend to identify the tomogram to be displayed in the single dataset page.
For v2 api db import
No changes are required for db_import.
The text was updated successfully, but these errors were encountered:
Generate neuroglancer configs for all tomograms, even if they're not default. This will help users with being able to visualize all the tomograms before downloading them.
For s3 import
For v1 api db import
In the db_import, set the neuroglancer_config to None for tomograms that have
is_visualization_default= false
.This is required because the v1 api does not support
is_visualization_default
field that is used by frontend to identify the tomogram to be displayed in the single dataset page.For v2 api db import
No changes are required for db_import.
The text was updated successfully, but these errors were encountered: