Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linux VM spectrum viewer problem to known bugs #1475

Merged
merged 2 commits into from
Jul 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/known_bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ where you do not see this error or use Jupyter Notebook instead.
Cubeviz
-------

Spectrum does not appear when running on a Linux VM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When running Jdaviz on a Linux virtual machine (VM), the spectrum may not appear
in the spectrum viewer. This is a
`known bug <https://github.com/glue-viz/bqplot-image-gl/issues/94>`_ in an underlying
package. Until it is fixed, the workaround is to run the following in a notebook
cell *before* importing ``jdaviz``::

from glue_jupyter.bqplot.profile import layer_artist
layer_artist.USE_GL = False

Collapse and Moment Maps: Spectral bounds do not match Region selection
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -126,6 +138,11 @@ calculate them on dithered images linked by WCS *unless* you are on the referenc
Specviz
-------

Spectrum does not appear when running on a Linux VM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

See the identically named issue in :ref:`known_issues_cubeviz`.

Line List Plugin redshift and radial velocity do not roundtrip to full precision
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down