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
Desired outcome: Have something like compound regions in astropy regions package but for SpectralRegion in specutils.
SpectralRegion
Motivation: Currently jdaviz has to maintain complicated and recursive logic to turn composite subsets in glue into SpectralRegion. In addition to maintenance burden, such functionality would be indefinitely more useful even to non-Jdaviz users if implemented natively in specutils.
When this exists here, Jdaviz can then retire the complicated code and add proper translators to glue-astronomy because then glue operators will combine them natively via operator overloading.
glue
🐱
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Desired outcome: Have something like compound regions in astropy regions package but for
SpectralRegion
in specutils.Motivation: Currently jdaviz has to maintain complicated and recursive logic to turn composite subsets in glue into SpectralRegion. In addition to maintenance burden, such functionality would be indefinitely more useful even to non-Jdaviz users if implemented natively in specutils.
When this exists here, Jdaviz can then retire the complicated code and add proper translators to glue-astronomy because then
glue
operators will combine them natively via operator overloading.🐱
The text was updated successfully, but these errors were encountered: