PSSR2

Point-Scanning Super-Resolution 2

  • Hayden Stites

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.4.0

Last updated:

  • 2025-05-22

First released:

  • 2024-06-01

License:

  • MIT

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • czifile (>=2019.7.2,<2020.0.0)
  • magicgui (>=0.6.0,<=0.8.2)
  • napari (>=0.4.13,<0.5.0) ; extra == "napari"
  • numpy (>=1.22.4,<2.0.0)
  • pillow (>=9.1.0)
  • psutil (>=5.0.0)
  • pytorch-msssim (>=1.0.0,<2.0.0)
  • scikit-image (>=0.18.0)
  • scikit-optimize (>=0.9.0)
  • tifffile (>=2019.7.26)
  • timm (>=0.8.0)
  • torch (>=1.11.0)
  • tqdm (>=4.0.0,<5.0.0)
Website by the napari team, original design by CZI. Go to napari main website.