Skip to content

Sample scripts for applying richardson-lucy algorithm to restore 1d image in nuclear physics

License

Notifications You must be signed in to change notification settings

tck199732/richardson-lucy-1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

richardson-lucy-1d

Sample scripts for applying richardson-lucy algorithm to restore 1d image in nuclear physics

Getting started

The simplest way to run the notebooks is to run via github codespace. To do this, simply fork the repository, browse to it, then press the green Code button and select Codespaces to create a github codespace.

Local installation

If you prefer running codes on your local machine, you can clone the repository

git clone https://github.com/tck199732/richardson-lucy-1d.git

then create an venv in your machine

python -m venv ${path}

activates the environment and install the required dependencies

source ${path}/bin/activate
pip3 install -r requirements.txt

About

Sample scripts for applying richardson-lucy algorithm to restore 1d image in nuclear physics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published