-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add support for dask and zarr arrays #805
Open
ejeschke
wants to merge
15
commits into
ejeschke:main
Choose a base branch
from
naojsoft:dask-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 9, 2023
-
Add support for dask and zarr arrays
This adds support for dask and zarr arrays into BaseImage-derived objects (e.g. AstroImage), e.g. >>> aimg = AstroImage() >>> aimg.load_data(dask_arr) These images can then be loaded directly into a Ginga viewer. Three new pytest files are added: one for numpy, dask and zarr Developer documentation has been updated.
Configuration menu - View commit details
-
Copy full SHA for e1aabf3 - Browse repository at this point
Copy the full SHA e1aabf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb0027 - Browse repository at this point
Copy the full SHA 6fb0027View commit details -
Apply suggestions from code review
Co-Authored-By: P. L. Lim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e6012d - Browse repository at this point
Copy the full SHA 8e6012dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6576a5 - Browse repository at this point
Copy the full SHA d6576a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4522b6a - Browse repository at this point
Copy the full SHA 4522b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cda4d6 - Browse repository at this point
Copy the full SHA 5cda4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6912d - Browse repository at this point
Copy the full SHA 9b6912dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81343d3 - Browse repository at this point
Copy the full SHA 81343d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242d3f9 - Browse repository at this point
Copy the full SHA 242d3f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b061db9 - Browse repository at this point
Copy the full SHA b061db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for daeda06 - Browse repository at this point
Copy the full SHA daeda06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff12ae - Browse repository at this point
Copy the full SHA 2ff12aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2212935 - Browse repository at this point
Copy the full SHA 2212935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e11861 - Browse repository at this point
Copy the full SHA 1e11861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b6630 - Browse repository at this point
Copy the full SHA 47b6630View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.