Metadata-Version: 2.4
Name: pluvianus
Version: 0.1.2
Summary: CaImAn result browser
Author-email: Gergely Katona <katona.gergely@ttk.hu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/katonage/pluvianus
Project-URL: Source, https://github.com/katonage/pluvianus
Project-URL: Issues, https://github.com/katonage/pluvianus/issues
Project-URL: Documentation, https://github.com/katonage/pluvianus#readme
Keywords: CaImAn,GUI,neuroscience,calcium imaging,two-photon microscopy
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6!=6.9.1
Requires-Dist: pyqtgraph
Requires-Dist: pynapple
Dynamic: license-file

# Pluvianus: CaImAn Result Browser 
<img src="https://github.com/katonage/pluvianus/blob/main/pluvianus%20image.png" width="350" align="right">
A standalone GUI for browsing, editing, and manually verifying CaImAn results.

*"Seeing is believing..."*

## Highlights
- Standalone Qt GUI ([example screenshot](https://github.com/katonage/pluvianus/blob/main/docs/img/pluvianusGUI.png))
- Spatial and temporal views
- Interactive scatter plot of component metrics
- Visualization of extracted traces alongside original data

## License
Pluvianus is distributed under the MIT License. If you use Pluvianus in your work, please cite our associated publication:

/Paper reference coming soon. Please check back later./


## Table of Contents

- [Installation](docs/Installation.md)
- [Usage](docs/Usage.md)
- [Tutorial](docs/Tutorial.md)
- [Contributing](docs/Contributing.md)

## Related repositories

- [CaImAn](https://caiman.readthedocs.io/en/latest/) – Calcium imaging analysis toolkit with motion correction and source extraction.
- [pynapple](https://pynapple.org/index.html) – Time series analysis for neuroscience data.
- [PyQtGraph](https://www.pyqtgraph.org/) – Interactive plotting library for scientific data.
- [mesmerize-core](https://github.com/nel-lab/mesmerize-core) – Batch management of CaImAn calculations and parameter search. Pluvianus works well alongside mesmerize-core, but it is not a dependency.
