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

reproject loads whole cube into memory #827

Open
keflavich opened this issue Jun 28, 2022 · 2 comments
Open

reproject loads whole cube into memory #827

keflavich opened this issue Jun 28, 2022 · 2 comments

Comments

@keflavich
Copy link
Contributor

This was noted in #506 and is noted in the docs, but we closed #506 without fixing this.

We should have the ability to reproject plane-by-plane without loading the whole cube into memory.

It's not obvious to me that dask can help with this at all - @astrofrog any ideas? Otherwise, we'll use the memmap machinery built for other reasons.

I'm going to need this soon so I'll prioritize it.

@astrofrog
Copy link
Member

I think dask should be able to do this in the same way that we do e.g. convolution plane-by-plane? Note also that this is relevant: astropy/reproject#214 - but I haven't had any time to look into it.

@keflavich
Copy link
Contributor Author

#845 is my starting point

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