Skip to content

nonmin/RTSSTEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTSSTEM

This is the sourcecode for the paper Compressive sensing on diverse STEM scans: real-time feedback, low-dose and dynamic range

Sparse scan on a real Microscope finished in 0.8 seconds Collected on a real Microscope in total 0.8 seconds

Reconstruction in 0.008 seconds recon

Install

Simply

make

Usage

Full Parameters:

-sparse_img: Input file of the sparse scanned image

-sparse_mk: Input file of sparse scanning mask

-wavelet: Specify wavelet type, example: db2

-output: Output file of reconstructed image

-Nr: Numer of rows of image

-Nc: Numer of columns of image

-nlevels: level of wavelet, usually 2,3,4

-iter: iterations, default is 10

-lambda: soft-thersholding value, default is 0.8

For example:

./RTSSTEM -sparse_img Lissa_yspar.dat -sparse_mk Lissa_mask.dat -wavelet db2 -output Lissa_yrecon.txt -Nr 256 -Nc 256 -nlevels 4

Tested Environment

Ubuntu 16.04 LTS

CUDA 8 with driver version: 375.26

Acknowledgements

The wavelet transform is based on fantastic PDWT package, written by Pierre Paleo

About

Compressive Sensing, Inpainting, Electron Microscopy, Dynamical Scan, Real-time, GPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published