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 5373307 commit de8d180Copy full SHA for de8d180
src/astro_image_display_api/image_viewer_logic.py
@@ -84,6 +84,9 @@ class ImageViewerLogic:
84
_center: tuple[numbers.Real, numbers.Real] = (0.0, 0.0)
85
86
def __post_init__(self):
87
+ self._set_up_catalog_image_dicts()
88
+
89
+ def _set_up_catalog_image_dicts(self):
90
# This is a dictionary of marker sets. The keys are the names of the
91
# marker sets, and the values are the tables containing the markers.
92
self._catalogs = defaultdict(CatalogInfo)
0 commit comments