View Single Post
  #3  
Old 05-11-2013, 02:42 PM
bloodhound31
Registered User

bloodhound31 is offline
 
Join Date: Aug 2006
Posts: 4,628
Quote:
Originally Posted by RickS View Post
Average and sum will give you effectively the same result except that a sum could overflow if Maxim is using integer arithmetic (it probably doesn't but you might as well use average to be safe).

Median will give you some rejection of satellite trails, cosmic rays (and hot/cold pixels if you dither) that you don't get with average but it also gives you a lower signal to noise ratio (about 20% less).

An average combine with a suitable rejection algorithm should usually give you the best of both worlds.
Thanks Rick. Can you please help me understand what you mean by a suitable rejection algorithm?

Baz.
Reply With Quote