We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jdaviz/jdaviz/app.py
Line 1009 in 7ffaa26
is wrong because glue defines radius while regions defines width and height. Really, we should be using the translators already vetted and in place here: https://github.com/glue-viz/glue-astronomy/blob/main/glue_astronomy/translators/regions.py
glue
regions
The complication is that to use the upstream translator directly the way we do the translation in this method, we also need to modify upstream.
I already have the fixes but I open an issue anyway so users are aware, because this bug is very subtle. Fixes here:
🐱
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
jdaviz/jdaviz/app.py
Line 1009 in 7ffaa26
is wrong because
glue
defines radius whileregions
defines width and height. Really, we should be using the translators already vetted and in place here: https://github.com/glue-viz/glue-astronomy/blob/main/glue_astronomy/translators/regions.pyThe complication is that to use the upstream translator directly the way we do the translation in this method, we also need to modify upstream.
I already have the fixes but I open an issue anyway so users are aware, because this bug is very subtle. Fixes here:
🐱
The text was updated successfully, but these errors were encountered: