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 3c15118 commit e1016f4Copy full SHA for e1016f4
src/astro_image_display_api/interface_definition.py
@@ -248,7 +248,8 @@ def set_viewport(
248
------
249
TypeError
250
If the `center` is not a `SkyCoord` object or a tuple of floats, or if
251
- the `fov` is not a angular `Quantity` or a float
+ the `fov` is not a angular `Quantity` or a float, or if there is no WCS
252
+ and the center or field of view require a WCS to be applied.
253
254
ValueError
255
If `image_label` is not provided when there are multiple images loaded.
0 commit comments