PANELJ

Official imagej plugin of the "PANEL" -v0.2.5

View the Project on GitHub WeisongZhao/PANELJ

website Github commit Github All Releases License releases
paper post
Twitter GitHub watchers GitHub stars GitHub forks

PANELJ

v0.2.5
rFRC mapping and PANEL pinpointing with with FIJI/ImageJ.


rFRC (rolling Fourier ring correlation) mapping and simplified PANEL (Pixel-level ANalysis of Error Locations) (w/o RSM) pinpointing. This repository will be in continued development. The full PANEL can be found in PANELM. If you find this useful, please cite the corresponding publication. Weisong Zhao et al. Quantitatively mapping local quality of super-resolution microscopy by rolling Fourier ring correlation, Light: Science & Applications (2023). More details on Wiki. If it helps your research, please cite our work in your publications.





Portal to the plugin.

More details on PANELJ Wiki & PANELM Wiki.

If you are not a imagej user, you can have a try on the Python version: PANELpy, or the MATLAB version: PANELM.

Usages of rFRC and PANEL in specific

The rFRC is for quantitatively mapping the local image quality (effective resolution, data uncertainty). The lower effective resolution gives a higher probability to the error existence, and thus we can use it to represent the uncertainty revealing the error distribution.

rFRC is capable of:

When two-frame is not accessible, two alternative strategies for single-frame mapping is also provided (not stable, the two-frame version is recommended).

PANEL

PANELJ for local quality mapping (3-sigma curve)

PANELJ for for local quality mapping (1/7 hard threshold)

Although the so-called 1/7 threshold has been discussed in our manuscript to be unstable in local resolution mapping, we still provide the resolution mapping feature based on 1/7 threshold. The reason is that the 1/7 threshold is popular and has been used widely. We intend to give an identical local resolution mapping for the users.

Declaration

This repository contains the java source code (Maven) for rFRC & PANEL imagej plugin. The development of this imagej plugin is work in progress, so expect rough edges.

If you want to reproduce the results of the publication, the PANELM (Matlab version) is recommended. Due to the distance between the core FRC calculation of PANELJ, and PANELM, and the difference between Fourier transform of Matlab and imagej, there may exist a gap between the results of PANELM and PANELJ. The implementations of core FRC, and Fourier transform in PANELM are more flexible and accurate.

TO the PANELM

Version

Plans - Reduce the gap between the core FRC of PANELM and PANELJ; - ~~The single-frame rFRC mapping~~; - The RSM combination for full PANEL.

Open source PANELJ