Hi,
I'm facing problems while combining data taken with 1x1 L (10 min subs), and 2x2 RGB at bin 2x2 (subs). I have some blooming in the brightest stars:
http://i52.tinypic.com/24cwth0.jpgI think that the problem arises because there is more data in the 5 min 2x2 subs, so the stars are bigger in size. I have solved the problem with this equation, which perfectly extracts only the bloomed part of the stars from the RGB channels:
L = L
R = R-(R-L)
G = G-(G-L)
B = B-(B-L)
But this is not an elegant solution, why is this happening and how to solve it?. Shall I take shorter subs?
Regards,
Manuel.