spacetelescope / stginga

Ginga products specific to STScI data analysis.
https://stginga.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 10 forks source link

Obviate need to start plugins in user's ginga_config.py #235

Open ejeschke opened 9 months ago

ejeschke commented 9 months ago

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.