We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5944 commit b5b1472Copy full SHA for b5b1472
src/astro_image_display_api/dummy_viewer.py
@@ -36,7 +36,6 @@ class ImageViewer:
36
image_height: int = 0
37
zoom_level: float = 1
38
_cursor: str = ImageViewerInterface.ALLOWED_CURSOR_LOCATIONS[0]
39
- marker: Any = "marker"
40
_cuts: BaseInterval | tuple[float, float] = AsymmetricPercentileInterval(upper_percentile=95)
41
_stretch: BaseStretch = LinearStretch
42
# viewer: Any
src/astro_image_display_api/interface_definition.py
@@ -28,7 +28,6 @@ class ImageViewerInterface(Protocol):
28
image_height: int
29
zoom_level: float
30
cursor: str
31
- marker: Any
32
33
# Allowed locations for cursor display
34
ALLOWED_CURSOR_LOCATIONS: tuple = ALLOWED_CURSOR_LOCATIONS
0 commit comments