Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 959ce9d

Browse files
remove known channels from hyperion
1 parent c933d7a commit 959ce9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spatialdata_xenium_explorer/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ExplorerConstants:
1313
MICRONS_TO_PIXELS = 4.705882
1414

1515
COLORS = [400, 500, 550, 600, 650, 700]
16-
KNOWN_CHANNELS = {"DAPI": 400, "DNA1": 400, "DAPI (000)": 400}
16+
KNOWN_CHANNELS = {"DAPI": 400}
1717

1818

1919
class Versions:

0 commit comments

Comments
 (0)