An old plugin which still rocks
Posted: 07 Dec 2018, 15:23
In the last years I forgot that this plugin for Astroart 3:
http://www.princeton.edu/~rvdb/images/d ... econv.html
Still works very well on Astroart 5. The only minor problem is that on color images you will have to split the image in the R,G,B components.
About the other Richardson-Lucy algorithm (the one integrated in Astroart) remember that to prevent ringing you must bring the background value to near zero, with the command Offset, then Clip.
For example if the image has a background value of 1840:
1) Add Offset -1840
2) Clip Minimum 0 0 (to remove the negative pixels)
Or you may also the command Formula: IfHigher(v-1840, 0, v-1840, 0)
(The plugin does all that automatically)
http://www.princeton.edu/~rvdb/images/d ... econv.html
Still works very well on Astroart 5. The only minor problem is that on color images you will have to split the image in the R,G,B components.
About the other Richardson-Lucy algorithm (the one integrated in Astroart) remember that to prevent ringing you must bring the background value to near zero, with the command Offset, then Clip.
For example if the image has a background value of 1840:
1) Add Offset -1840
2) Clip Minimum 0 0 (to remove the negative pixels)
Or you may also the command Formula: IfHigher(v-1840, 0, v-1840, 0)
(The plugin does all that automatically)