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
I think we should instead be returning a masked array. Any thoughts on how we should do this? Is the Beams object actually compatible with being masked in that way?
The text was updated successfully, but these errors were encountered:
The beams returned with
.beams
can be smaller than the spectral axis shape, which probably isn't what we want:spectral-cube/spectral_cube/base_class.py
Lines 465 to 467 in 606b1ef
I think we should instead be returning a masked array. Any thoughts on how we should do this? Is the
Beams
object actually compatible with being masked in that way?The text was updated successfully, but these errors were encountered: