Metadata-Version: 2.2
Name: psf-analysis-CFIM
Version: 1.1.0
Summary: A continuation of napari_psf_analyses, developed for CFIM - KU
Home-page: https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition
Author: Markus L. Bille
Author-email: Markus@bille.dk
License: MIT
Project-URL: Documentation, https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition#README.md
Project-URL: Source Code, https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aicsimageio
Requires-Dist: aicspylibczi
Requires-Dist: bfio
Requires-Dist: magicgui
Requires-Dist: matplotlib<3.9
Requires-Dist: matplotlib-inline
Requires-Dist: matplotlib-scalebar
Requires-Dist: napari[all]
Requires-Dist: numpy<2.0,>=1.26
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: PyYAML
Requires-Dist: QtPy
Requires-Dist: scipy
Provides-Extra: testing
Requires-Dist: napari; extra == "testing"
Requires-Dist: pyqt5; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-qt; extra == "testing"
Requires-Dist: tox; extra == "testing"

## Installation

You can install this package using one of the following options:

```bash
pip install git+https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition
```

or

```bash
pip install psf-analysis-CFIM
```

---

## About

This is a **fork** of the [napari-psf-analysis](https://github.com/fmi-faim/napari-psf-analysis) project.

---

## Extra Features

This edition includes the following additional features:

- **CZI Reader**: Adds support for reading CZI image files.
- **Auto-Filling of Plugin Parameters**: Automatically populates parameters for the plugin.
- **Auto Analysis of Image for PSF**: Performs automatic image analysis for PSFs.
- Might crash on any filer other than CZI... ups.
