Metadata-Version: 2.4
Name: arrayview
Version: 0.34.0
Summary: Fast multi-dimensional array viewer
Project-URL: Home, https://github.com/oscarvanderheide/arrayview
Project-URL: Source, https://github.com/oscarvanderheide/arrayview
Author-email: Oscar <oscarvanderheide@example.com>
License: MIT
License-File: LICENSE
Keywords: array,mri,npy,viewer,visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: fastapi>=0.129.0
Requires-Dist: h5py>=3.0
Requires-Dist: jupyter-server-proxy>=4.0
Requires-Dist: matplotlib>=3.9.0
Requires-Dist: nibabel>=5.3.3
Requires-Dist: numpy>=2.4.2
Requires-Dist: pillow>=12.1.1
Requires-Dist: pydicom>=3.0
Requires-Dist: pyqt5>=5.15; sys_platform == 'linux'
Requires-Dist: pyqtwebengine>=5.15; sys_platform == 'linux'
Requires-Dist: python-multipart>=0.0.22
Requires-Dist: pywebview>=6.1
Requires-Dist: qmricolors>=0.1.2
Requires-Dist: qtpy>=2.0; sys_platform == 'linux'
Requires-Dist: scipy>=1.10
Requires-Dist: tifffile>=2023.1.1
Requires-Dist: uvicorn>=0.41.0
Requires-Dist: websockets>=14.0
Requires-Dist: zarr>=2.17
Description-Content-Type: text/markdown

# <img src="docs/logo.png" height="36"> arrayview

_This is my array viewer. There are many like it, but this one is mine._ 

Arrayview lets you scroll through multi-dimensional arrays.

Open it from the shell, from Python, Julia, or Matlab, or inside a Jupyter notebook. Use it locally or over SSH. 

If you work in VS Code, you can open arrays directly from the explorer; with Remote SSH, it works the same way.

It is meant to feel simple but there's more to it than meets the eye. 

Curious? Give it a try with
```bash
uvx arrayview your_array.npy
uvx arrayview path/to/dicom-series/
```

Press `v` for the three-plane ortho view. `Shift+3` replaces the current slice,
or all three ortho panes, with interactive 3D cutaway renders.
Drop another file onto an open viewer to compare, open separately, or overlay it.


Check the [docs](https://oscarvanderheide.github.io/arrayview/) to learn more. 

**Warning**: Arrayview is still under active development. Things may break or change without warning.
