View Single Post
  #1  
Old 18-05-2018, 12:54 PM
codemonkey's Avatar
codemonkey (Lee)
Lee "Wormsy" Borsboom

codemonkey is offline
 
Join Date: Jul 2013
Location: Kilcoy, QLD
Posts: 2,058
A simple way of getting rid of dust donuts using PixInsight

... well, sometimes.

First of all, this method has its limitations. It will work best on images with lots of background where the dust donuts are covering small scale structures. As luck would have it, that describes most of my galaxy images.

The basic premise is that the areas affected by vignetting and dust donuts will be darker than the background which should be of uniform brightness. Thus to make the dust donuts go away, all we need to do is identify those areas and make them as bright as the background. This is easily achieved using MultiscaleMedianTransform and a simple PixelMath formula.

The basic steps are:

1. Duplicate your image and rename it to "LS"
2. Apply MultiscaleMedianTransform to the "LS" image, using 7 layers and disabling them all except the "R" layer
3. Use PixelMath, apply the following formula to the original image: $T+(iif(LS < median(LS), median(LS)-LS, 0))

I've attached a few screenshots of the process.

As stated, this procedure has its limitations, but where it can be used it's easy and relatively quick.
Attached Thumbnails
Click for full-size image (1_MMT_settings.jpg)
182.6 KB501 views
Click for full-size image (2_MMT_result.jpg)
120.5 KB467 views
Click for full-size image (3_PM_settings_and_result.jpg)
170.6 KB487 views
Click for full-size image (4_comparison.jpg)
173.0 KB401 views
Reply With Quote