Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 256 Bytes

Fourier-Ptychography

Python reimplementation of "Guoan Zheng, Fourier Ptychographic Imaging".

Installation

conda create -n fpm python=3.10
conda activate fpm
pip install -r requirements.txt