minimal ndv-based viewer for viewing 5-D acquisitions
pip install -e /path/to/ndviewer_lightOr with git submodule:
git submodule add <repo-url> ndviewer_light
pip install -e ./ndviewer_lightconda env create -f environment.yml
conda activate ndviewer_lightfrom ndviewer_light import LightweightViewer, LightweightMainWindow
# Embed viewer widget in your own application
viewer = LightweightViewer("/path/to/dataset")
# Or use the standalone window
window = LightweightMainWindow("/path/to/dataset")
window.show()python ndviewer_light.pyOr open a specific dataset:
python ndviewer_light.py /path/to/dataset