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 6d3667f commit fa7309aCopy full SHA for fa7309a
src/astro_image_display_api/dummy_viewer.py
@@ -149,6 +149,12 @@ def _load_nddata(self, data: NDData) -> None:
149
self.zoom_level = 1.0
150
self.center_on((self.image_width / 2, self.image_height / 2))
151
152
+ def _load_asdf(self, asdf_file: str | os.PathLike) -> None:
153
+ """
154
+ Not implementing some load types is fine.
155
156
+ raise NotImplementedError("ASDF loading is not implemented in this dummy viewer.")
157
+
158
# Saving contents of the view and accessing the view
159
def save(self, filename: str | os.PathLike, overwrite: bool = False) -> None:
160
"""
0 commit comments