Metadata-Version: 2.1
Name: fpm-py
Version: 0.0.4
Summary: A Python library for implementing Fourier ptychography algorithms to enhance captured images
Home-page: https://www.parasight.ca
License: MIT
Author: Robin Cunningham
Author-email: rspcunningham@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/rspcunningham/fpm-py
Description-Content-Type: text/markdown

# fpm-py

Fourier ptychography is a computational image reconstruction technique that allows one high-resolution microscopic image to be acquired by combining multiple lower-resolution images captured at differing optical illumination angles.

More information about Fourier ptychography can be found [here](https://en.wikipedia.org/wiki/Fourier_ptychography).

