Skip to content
Snippets Groups Projects
Commit 94ad9daf authored by Harry Carey's avatar Harry Carey
Browse files

added dzip to list of supported segmentation file types

parent fefce4cb
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ def folder_to_atlas_space(
# This should be loaded above and passed as an argument
slices = load_visualign_json(quint_alignment)
segmentation_file_types = [".png", ".tif", ".tiff", ".jpg", ".jpeg"]
segmentation_file_types = [".png", ".tif", ".tiff", ".jpg", ".jpeg", ".dzip"]
segmentations = [
file
for file in glob(folder + "/*")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment