Georg N. Nyman · Jun 27, 2026 at 08:47 AM
Let´s assume, my PC has not got enough RAM to stack 1000subs of a QHY268 camera in one go. I would devide the subs into portions of 100subs and stack them separately. After that, I got 10 stacked “super-subs” which I then could easily process in e.g. PI to get the “master stack” result.
Would this be the same result as if would have been able to stack all 1000 subs in one go? Or do I have to expect differences in overall quality?
My guess is, the final result would be identical - but I am not sure - what do you think?
CS
Georg
Georg,
Yes, this will work; however, you have to be careful to perform a weighted average using the correct parameters to get a result that has the same statistics as a single stack. Be sure to use “Additive Normalization” using SNR as the weighing factor.
This is also how to create a super-LUM master by averaging a LUM stack master a RGB(LUM) master. Since PI won’t let you average two files, you have to trick it by making a duplicate copy of each files so that you can load four files into the ImageAveraging tool. I keep meaning to contact Juan to try to convince him to fix this limitation in the averaging tool.
John