Njp What was impressive was a satellite trail on sub 4 that gradually got removed as the rest of the subs got stacked as the live mode progressed.
Good post processors have something called sigma clipping, where you can remove a satellite trail with as few as 3 subframes.
Imagine a pixel at some (x,y) location. When you stack three subframes, you typically would take the mean (average) of the (x,y) pixel of the three frames. However, instead of blindly averaging, you can also compute the standard deviation (sigma, which is the square root of the variance) of the three values. Any pixel that is outside a fixed standard deviation from the mean can simply be discarded. So, instead of taking the averge from three frames, you simply discard the pixel value that has the satellite, and only average from two frames. The noise along the satellite path would be higher, but you will never notice it, especially when you use a larger number of subframes than 3.
By the way, I took your image into macOS Preview.app, and appled an automatic white point correction using a pixel near the center of M31 core (avoiding the saturated pixels, which are already white), and get this:
If you like pixel peeping a large image (40 MB), here is one I took of M31 with an FSQ-85 and stacked with AstroPixelProcessor (camera angle 90 degrees from yours). Exposure was kept short so that most of the stars maintained their colors.
http://www.w7ay.net/site/Images/FSQ85/M31.png
Chen