Metadata-Version: 2.3
Name: ond_visualization
Version: 1.0.0
Summary: A simple tool to visualize the IBL Dataset using the ONE API
Project-URL: Homepage, https://github.com/GerritFischer/ond_visualization
Author-email: "Fischer, Tran, Wojak" <gerrit.fischer2@icloud.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: brainrender
Requires-Dist: ibllib
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: one-api
Requires-Dist: vedo
Description-Content-Type: text/markdown

# ond_visualization
A simple tool to visualize the IBL Dataset using the ONE API
## How to use
### 1. Install pip package
```
pip install ond-visualization
```
### 2. Run example code
```py
import ond_visualization as ond

session = ond.createSess(Roi="SI")
renderer = ond.Renderer(session)
renderer.startRender()
```


### Citations  
Brainrender: <br>
Claudi, F., Tyson, A., Petrucco, L., Margrie, T. W., Portugues, R., & Branco, T. (2021). Visualizing anatomically registered data with brainrender. eLife, 10. https://doi.org/10.7554/eLife.65751
