You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing code to support plotting of errors and masks in specviz, we found that the glue data translator Specutils1DHandler doesn't handle any array attribute besides the flux array.
It needs to handle at least the error array coming from the uncertainty attribute, and the mask array coming from the mask attribute (any need to handle more complex masks?)
This issue seems to affect other tickets currently in development in daviz.
The text was updated successfully, but these errors were encountered:
That PR is for fixing the returned mask attribute to match the convention that specutils expects, but does not currently do anything to address the need for the uncertainty attribute. I create a follow-up issue in glue-astronomy about uncertainty and handling more complex masks.
EDIT: Ignore this comment, I thought that link was to a different PR.
When implementing code to support plotting of errors and masks in specviz, we found that the glue data translator
Specutils1DHandler
doesn't handle any array attribute besides the flux array.It needs to handle at least the error array coming from the
uncertainty
attribute, and the mask array coming from themask
attribute (any need to handle more complex masks?)This issue seems to affect other tickets currently in development in
daviz
.The text was updated successfully, but these errors were encountered: