Official imagej plugin of the "PANEL" -v0.2.5
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.
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:
Data uncertainty mapping of reconstructions without Ground-Truth (Reconstruction-1 vs Reconstruction-2) | 3σ curve is recommended; |
Data uncertainty and leaked model uncertainty mapping of deep-learning predictions of low-level vision tasks without Ground-Truth (Prediction-1 from input-1 vs Prediction-2 from input-2) | 3σ curve is recommended; |
Model uncertainty mapping of deep-learning predictions of low-level vision tasks without Ground-Truth (Prediction-1 from model-1 vs Prediction-2 from model-2) | 3σ curve is recommended; |
Full error mapping of reconstructions/predictions with Ground-Truth (Reconstruction/Prediction vs Ground-Truth) | 3σ curve is recommended; |
Resolution mapping of raw images (Image-1 vs Image-2) | 1/7 hard threshold or 3σ curve are both feasible; |
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
In this plugin, PANEL
is a filtered rFRC
map, for biologists to qualitatively pinpoint regions with low reliability as a concise visualization
Note that our rFRC
and PANEL
using two independent captures cannot fully pinpoint the unreliable regions induced by the model bias, which would require more extensive characterization and correction routines based on the underlying theory of the corresponding models.
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.
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