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.

PSSR2

pssr

Point-Scanning Super-Resolution 2

PSSR2 is a user-friendly PyTorch-based workflow for super-resolution tasks using microscopy images. This is the official reimplementation and extention of the methods described in the original paper: Deep learning-based point-scanning super-resolution imaging. PSSR2 contains various improvements from its predecessor, which are elaborated in the following manuscript: PSSR2: a user-friendly Python package for democratizing deep learning-based point-scanning super-resolution microscopy. If you utilize PSSR2 in your publication, please consider citing it.

The functionality of PSSR2 is accessible in three ways:

The PSSR2 User Guide and full API Reference is available in the PSSR2 Documentation.

If you have never used PSSR2 before, Getting Started outlines installation and basic usage. Full reference and explanations of all PSSR2 tools is available in API Reference.

This package is under continuous development. All code can be found at https://github.com/ucsdmanorlab/PSSR2. If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to open a ticket.

Version:

  • 2.2.0

Last updated:

  • 04 March 2025

First released:

  • 17 April 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 7
  • Forks: 0
  • Issues + PRs: 1

Python versions supported:

Operating system:

Requirements:

  • torch>=1.11.0
  • numpy<2.0.0,>=1.22.4
  • pillow>=9.1.0
  • czifile<2020.0.0,>=2019.7.2
  • tifffile>=2019.7.26
  • scikit-image>=0.18.0
  • scikit-optimize>=0.9.0
  • tqdm<5.0.0,>=4.0.0
  • pytorch-msssim<2.0.0,>=1.0.0
  • psutil>=5.0.0
  • timm>=0.8.0