Skip to content
Snippets Groups Projects
Unverified Commit 08392cf8 authored by Andrey  ARISTOV's avatar Andrey ARISTOV Committed by GitHub
Browse files

rm colormaps and limits

parent 6430b1fc
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,8 @@ def read_zarr(path): ...@@ -62,8 +62,8 @@ def read_zarr(path):
datasets, datasets,
{ {
"channel_axis": channel_axis, "channel_axis": channel_axis,
"colormap": ["gray", "inferno"], # "colormap": ["gray", "inferno"],
"contrast_limits": [(0, 65000), (0, 6000)], # "contrast_limits": [(0, 65000), (0, 6000)],
}, },
"image", "image",
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment