Skip to content

Commit

Permalink
Merge pull request #18 from will-moore/colormap_renamed_to_color
Browse files Browse the repository at this point in the history
colormap renamed to color
  • Loading branch information
sbesson authored Nov 1, 2021
2 parents 3ed0f69 + 78a57e0 commit 87639cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion napari_ome_zarr/_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ def napari_hook_implementation(

LOGGER = logging.getLogger("napari_ome_zarr.reader")

# NB: color for labels, colormap for images
METADATA_KEYS = ("name", "visible", "contrast_limits", "colormap",
"metadata")
"color", "metadata")

@napari_hook_implementation
def napari_get_reader(path: PathLike) -> Optional[ReaderFunction]:
Expand Down

0 comments on commit 87639cd

Please sign in to comment.