Sample scripts for applying richardson-lucy algorithm to restore 1d image in nuclear physics
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.
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