change gingawrapper to set autostart for plugins previously started in custom ginga_config.py
make them not appear in the optray
disable the PluginConfig from ginga v5
Description
This pull request changes the stginga wrapper to auto start the Zoom and Header plugins, which previously were auto started by writing a custom ginga_config.py. Furthermore, this hides them when in the Operations tray, so that they appear more like other "required" plugins. Finally, this disables the upcoming PluginConfig plugin in Ginga v5, so that stginga users cannot customize their plugins, except in the old way of modifying general.cfg or with a ginga_config.py.
Description
This pull request changes the stginga wrapper to auto start the
Zoom
andHeader
plugins, which previously were auto started by writing a customginga_config.py
. Furthermore, this hides them when in the Operations tray, so that they appear more like other "required" plugins. Finally, this disables the upcomingPluginConfig
plugin in Ginga v5, so thatstginga
users cannot customize their plugins, except in the old way of modifyinggeneral.cfg
or with aginga_config.py
.