WWTQtClient¶
- class pywwt.qt.WWTQtClient(**kwargs: Any)[source]¶
Bases:
BaseWWTWidget
A 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.
- 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