Skip to content

Fix segfault when using local rms + parallel deconv

Andre Offringa requested to merge fix-mask-rms-image-segfault into main

When one of the subimages has no pixel to clean (i.e. mask fully false), Radler would try to read the rms value at a pixel beyond the image size. This bug was reported by Frits S.

Merge request reports