Skip to content

casus/pyres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRes

Python Package to calculate image resolution using decorrelation analysis

Installation

pip install https://github.com/casus/pyres.git

To try out the examples and understand the usage of PyRes

Clone the repository and run the following commands

git clone https://github.com/casus/pyres.git
cd examples
python main_imageDecorr.py

Note:

Please check for the updated version of the package before using it. The package is still under development and the API might change in the future.

About the package

This is a python package to calculate the resolution of an image using decorrelation analysis. The package is based on the paper at https://www.nature.com/articles/s41592-019-0515-7 and the code is based on the MATLAB implementation of the paper by https://github.com/Ades91/ImDecorr