WWTQtClient¶
- class pywwt.qt.WWTQtClient(**kwargs: Any)[source]¶
Bases:
BaseWWTWidgetA client to create and drive the Qt widget.
- Parameters:
- block_until_ready
bool Tells Python to wait for WorldWide Telescope to open before proceeding with any following script (default:
True).- size
tuple Sets size of widget in pixels (default: (600, 600)).
- hide_all_chromeoptional
bool Configures the WWT frontend to hide all user-interface “chrome”. Defaults to true to maintain compatibility with the historical pywwt user experience.
- surveys_url: optional `str`
The URL from which to load a WTML containing the default set of surveys to load. By default, this points to a pywwt-specific WTML file hosted on a WWT server.
- block_until_ready
Methods Summary
close()render(filename)Saves a screenshot of the viewer's current state.
wait([duration])Prevents WorldWide Telescope from closing once Python reaches the end of a given script.
Methods Documentation