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

Bump fitscube to version 0.5.0 to integrate creation of large fits cube #193

Closed
tjgalvin opened this issue Dec 4, 2024 · 1 comment
Closed

Comments

@tjgalvin
Copy link
Owner

tjgalvin commented Dec 4, 2024

The new version of fitscube (0.5.0) allows larger than memory cubes to be created through a combination of asyncio and stashing a data cube to disk before writing to is.

Largely this should be no real issue with the exception of the use of fitscube to co-add wsclean sub-band images together. In the current version we reshuffle dimensions in the cube around for linmos comparability, and we do this using the open hdulist object the older fitscube api returns. We should drop this and simply use the approach option in the linmos parset.

@AlecThomson - any other thoughts?

@tjgalvin
Copy link
Owner Author

Closed by #196

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

1 participant