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.
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.