-
Notifications
You must be signed in to change notification settings - Fork 65
WIP: Cubewcs mosaic and dask reproject #894
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
base: main
Are you sure you want to change the base?
WIP: Cubewcs mosaic and dask reproject #894
Conversation
5bc5a6c to
cca08dc
Compare
5290d36 to
bbb71a1
Compare
26a1aba to
c636655
Compare
8320826 to
14fa698
Compare
|
I've been commenting on #868 with my work on this PR. This PR now depends on astropy/reproject#474 |
|
interesting, the tests are failing on CI with an 'unterminated string error' that is simply incorrect; the code runs fine, so it is syntactically correct. I'll get rid of it, though. |
|
Tests now pass locally. CI won't pass until we can hook up to astropy/reproject#474 |
WIP / stash
add missing import
import import
…es instead of 1-chan slices
…orner case. There are no default cases.
8ba6b27 to
bcffa26
Compare
|
I'm actively running this with reproject/0ce57c37d6bf64e6f0febdfddf36a556abba04c5, i.e., the current main. It works. spectral-cube/main does not have a comparable capability. |
|
I don't know why setup.cfg is showing up in the diff... maybe I added it back where I was supposed to remove it during rebase? I can never tell what's happening when it just says "conflict" and there is no conflict in the file. |
This is associated with astropy/reproject#351 and enables cube mosaicing with memory mapping. It might also work with astropy/reproject#388, but that's unclear.