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

rawview hides AxisArray #84

Open
Tokazama opened this issue Jul 15, 2019 · 1 comment
Open

rawview hides AxisArray #84

Tokazama opened this issue Jul 15, 2019 · 1 comment

Comments

@Tokazama
Copy link
Contributor

Currently rawview doesn't returns a MappedArray that doesn't have access to some of AxisArray's methods.

using TestImages
mri = testimage("mri");
axisnames(rawview(channelview(mri)))

I would prefer that axis information isn't removed from the the "raw view" of the Array. Is this an issue with the current implementation of rawview or should I being using something else?

@timholy
Copy link
Member

timholy commented Aug 25, 2019

"Threading" such operations is a perpetual problem. Until there's a better solution we might need to add some @require statements to special-case this kind of thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants