The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

psf-analysis-CFIM

psf-analysis-CFIM

A continuation of napari_psf_analysis, developed for CFIM - KU

Installation

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

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

To install the latest version (not guaranteed to be stable)

or

pip install psf-analysis-CFIM

For the latest stable version (recommended)


About

This is a fork of the napari-psf-analysis project.

The features from this edition are made as requested by the staff at CFIM.


Extra Features

This edition includes the following additional features:

  • Bead Averaging: Adds an image of an averaged bead from all selected.
  • Visualisation: Improves visualisation of the psf. Most notable color by wavelength.
    • Range indicator Button to mark the min and max values of the image.
  • PSF Report: Adds a graded report on the quality of the PSF. <- WIP
  • Bead Detection: Detects beads in the image.
  • Auto-Filling of Plugin Parameters: Automatically populates parameters for the plugin.
    • At least 1 input also looks better
  • Auto Analysis of Image for PSF: Performs automatic image analysis to ascertain the quality.
  • CZI Reader: Adds support for reading CZI image files.
  • Debugging: Adds a debug class to the IPython console. Small, but hey, we can show the psf box
  • Error Handling: Less likely to crash. errors points can be seen in viewer | Error UI.
  • Bug fixes: Fixes bugs involving zyx boxes, loading bar and other issues.

Known Issues

  • for autofilling, only .czi files are supported. Other issuses might also arise from not using .czi.
  • Paths including non-ASCII characters, like "æøå" cause unintended behavior.
  • The output.csv file is comma seperated with dot as decimal seperator, this might cause issue importing in Excel.
  • Intensity for bead finder is hardcoded for now.
  • Some images might still crash in the analysis.
  • Hidden layer RaIn_label might show in newer versions of napari. (Only planned as of writing this)

Version:

  • 1.5.1

Last updated:

  • 13 March 2025

First released:

  • 11 February 2025

License:

Supported data:

  • Information not submitted

Plugin type:

Open extension:

GitHub activity:

  • Stars: 2
  • Forks: 0
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • aicsimageio
  • aicspylibczi
  • bfio
  • matplotlib<3.9
  • matplotlib-inline
  • matplotlib-scalebar
  • napari[all]<0.6
  • numpy<2.0,>=1.26
  • pandas
  • pydantic
  • PyYAML
  • QtPy
  • scipy
  • reportlab