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 161b703 commit ebef641Copy full SHA for ebef641
src/astro_image_display_api/interface_definition.py
@@ -295,7 +295,8 @@ def set_viewport(
295
------
296
TypeError
297
If the `center` is not a `SkyCoord` object or a tuple of floats, or if
298
- 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
299
+ and the center or field of view require a WCS to be applied.
300
301
ValueError
302
If `image_label` is not provided when there are multiple images loaded.
0 commit comments