HDRMT

tdgm

Well-known member
Hello Anyone

I am trying to figure out how to do HDRMT on an image with a star mask covering all the stars and on the large stars I continue to start to get a doughnut. Star core starts to become darker at 6 layers and gets worse as I lower the layers. Larger # layers no star core problem but also no enhancement of the image (visible)

Any help would be appreciate


Steve
 
I normally make a clipped lum mask, remove all the stars (something like PixelMath "iif(star_mask>0.1,0,$T)") and then blur a little with convolution.  I use that to mask the image when applying HDRMT.

Cheers,
Rick.
 
Steve,

You have the option to increase the coverage of the stars (reduce the "0.1" factor in the PixelMath expression) or use MorphologicalTransformation Dilation to increase the size of the stars in your star mask.  If you have a troublesome star then masking it out is probably the best solution.  There are many ways to get there...

Cheers,
Rick.
 
Hello Rick


I have tried increasing size of stars in the star mask and even when I can see the star is completely covered by the star mask on medium/large stars after HDRMT the core gets darker and gives a doughnut appearance.

Well, I might just have to use 6 layers and live with that for HDRMT


Steve
 
Hi Steve,

If the core of the star is changing then the mask isn't protecting it properly.  Maybe the mask isn't strong enough or you need to invert it?

Cheers,
Rick.
 
Thanks Rick


I did try to increase strength of the mask and helped a little but still unable to decrease layers in HDRMT with our showing that doughnut. BUt it did help a little. Maybe stopp looking a a magnification of 5:1 in PixInsight would help. Problem is only visible when magnified.


Steve
 
This might be stating the bleeding obvious, but you have checked the star in question is in the star mask? Sometimes the big fellas get left out.

Cheers,

David
 
Back
Top