Point-Scanning Super-Resolution (PSSR)

Good stuff

BioRxiv Preprint: Deep Learning-Based Point-Scanning Super-Resolution Imaging

All data is hosted in 3DEM Dataverse: https://doi.org/10.18738/T8/YLCK5A, which includes:

There is also a beautifully written PSSR Tweetorial. Enjoy!

Instruction of use

Run PSSR from Google Colaboratory (Colab)

Google Colaboratory (Colab) version of PSSR is now ready. (PSSR - Colab for programmers)

Another PSSR Colab version that orients to non-programmers is also going to be released soon. (PSSR - Colab for non-programmers (I'M WORKING ON IT))

Very few libraries need to be installed manually for PSSR Colab verion - most dependencies are preinstalled in the Colab environment. This makes the environment set-up step painless and you will be able to quickly get straight to the real fun. However, it also means some of the libraries you will be using are more recent than the ones used for the manuscript, which can be accessed from the instruction below.

Run PSSR from the command line

Environment set-up

EM inference

Please refer to the handy Inference_PSSR_for_EM.ipynb. You need to modify the path for the test images accordingly. Note the input pixel size needs to be 8 nm.

TO BE CONTINUED...