diff --git a/README.md b/README.md index 270ba4b2928f7920d251dfb4d828540156fcccde..f2d425996ab922bc0edddc022b450e3f68a66e77 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # PATCH -Software Patch implements a method based on sectioning approach in deconvolution of space-variant astronomical images. \ No newline at end of file +Software Patch implements a method based on sectioning approach in deconvolution of space-variant astronomical images. + +Software Patch implements a method based on sectioning approach in deconvolution of space-variant astronomical images. The starting point is a mosaic of PSFs, provided by the users, and the input image. The image is partitioned in non-overlapping regions such that each PSF can be considered space-invariant on them. +The subsequent step consists in applying a deconvolution method modified for taking into account correction of boundary effect. Both the well-known Richardson-Lucy and a fast method called Scaled Gradient Projection, SGP, are available. +Finally, the output object is obtained as a mosaic of the reconstructed regions. + +You can find [here](http://www.airyproject.eu/Tutorials/Patch/index.html) a Tutorial of the Software Patch.