PixInsight Forum (historical)
PixInsight => Bug Reports => Topic started by: Ajay Narayanan on 2019 June 03 18:23:29
-
Hi,
After the update to version 1.08.06.1475, I am seeing some strange behaviour from TGV when applied to a linear monochrome image. I am running this on a Linuxmint 19.1.
The denoising appears to be applied to only part of the image. My original image is 3328x2495, but the denoised region is only 3328x1870 approximately. Please see attached image
At first I thought this might be a refresh issue. So I reset STF and reapplied it. Still there. I saved the image and opened it. Still there. I saved the project and reopened it, still there. Undoing and reapplying also does not seem to have an effect. So it seems that the effect is real. It only seems to be acting on part of the image. I have played with the parameters I used to no avail.
See second attachment for TGV settings. In addition to this, I also had a grey 50% mask applied.
Ajay
-
Hi Ajay,
Bug confirmed. This looks like a thread synchronization issue in the TGVDenoise process. I hope to have this problem fixed tomorrow with a regular update (I am travelling today). Thank you for reporting.
In the meanwhile, here is a workaround:
- Run the following command in Process Console to disable parallel processing:
parallel --disable
- Apply TGVDenoise to your image.
- Run this command to re-enable parallel processing:
parallel --enable
It will run slow but won't cause this problem. Sorry for the inconvenience.
-
Hi Juan,
Thank you for the prompt response. Looking forward to the update. Meanwhile I will try the disable, enable parallel if I can get back to processing.
Ajay
p.s. I can confirm that disabling parallel fixed the issue. The entire image is now denoised. Thanks!
-
Hi Juan,
Any progress on the updates?
Ajay