focus-stack icon indicating copy to clipboard operation
focus-stack copied to clipboard

Dead pixel handling

Open anjok opened this issue 10 months ago • 1 comments

In astrophotography, there are calibration frames of various types, in particular darks, where you cover the lens and takes some shots. The resulting image(s) will show only dead/hot pixels. From those images, you create a master dark by simple averaging.

In the actual stacking step, you then subtract the master dark from the images so you can prevent artifacts like the ones below.

Another way to handle this is to check if the image has pixels which are "unnaturally" different to the previous aligned images, but that's probably easier than in astro, where you have mostly the same image, unlike with focus-stacking.

Can we have an option to add a dark image to subtract or should we use something like imagemagik instead?

image

anjok avatar Apr 21 '24 17:04 anjok