ginga icon indicating copy to clipboard operation
ginga copied to clipboard

Implement the Python Array API standard as a client

Open ejeschke opened this issue 1 year ago • 0 comments

Following the Python Array API Standard will allow us to visualize images in those arrays.

Most likely this would (in the first step, at least) involve reading in the image data and compatibility within BaseImage subclassed objects to access the data in these formats. Most likely the rendering stages would remain all numpy for now.

A PR for this would obviate the need for #805.

ejeschke avatar Jul 17 '23 22:07 ejeschke