Skip to content
Snippets Groups Projects
Commit 09aff31a authored by Andrey Aristov's avatar Andrey Aristov
Browse files

colormaps

parent 261e9159
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,7 @@ def read_nd2(path): ...@@ -51,8 +51,7 @@ def read_nd2(path):
dict( dict(
channel_axis=channel_axis, channel_axis=channel_axis,
name=[ch.channel.name for ch in data.metadata.channels], name=[ch.channel.name for ch in data.metadata.channels],
# colormap=[hex(ch.channel.colorRGB) colormap=["gray", "green"],
# for ch in data.metadata.channels],
# scale=data.metadata.channels[0].volume.axesCalibration[:] # scale=data.metadata.channels[0].volume.axesCalibration[:]
# contrast_limits=[(8500, 35000), (150, 20000)], # contrast_limits=[(8500, 35000), (150, 20000)],
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment