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

Add support for dask and zarr arrays #805

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on May 9, 2023

  1. 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.
    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e1aabf3 View commit details
    Browse the repository at this point in the history
  2. fix typo in doc

    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6fb0027 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: P. L. Lim <[email protected]>
    ejeschke and pllim committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8e6012d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6576a5 View commit details
    Browse the repository at this point in the history
  5. Update documentation

    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4522b6a View commit details
    Browse the repository at this point in the history
  6. Fix up tests for trcalc

    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5cda4d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b6912d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81343d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    242d3f9 View commit details
    Browse the repository at this point in the history
  10. fix for rebase

    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b061db9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    daeda06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ff12ae View commit details
    Browse the repository at this point in the history
  13. reverse some fixes in tests

    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2212935 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1e11861 View commit details
    Browse the repository at this point in the history
  15. adjustment for rebase

    ejeschke committed May 9, 2023
    Configuration menu
    Copy the full SHA
    47b6630 View commit details
    Browse the repository at this point in the history