Author Topic: Batch Preprocessing/ImageIntegration- Can you Sum L Images?  (Read 2914 times)

Offline jerryyyyy

  • PixInsight Old Hand
  • ****
  • Posts: 425
    • Astrobin Images
When I used CCSStacker, I could Sum the L files and did a mean of RGB.  Seems like this script only allows mean/median but no summation.  Am I missing something?
Takahashi 180ED
Astrophysics Mach1
SBIG STT-8300M and Nikon D800
PixInsight Maxim DL 6 CCDComander TheSkyX FocusMax

Offline Geoff

  • PixInsight Padawan
  • ****
  • Posts: 908
Re: Batch Preprocessing/ImageIntegration- Can you Sum L Images?
« Reply #1 on: 2013 May 02 22:51:36 »
Sum and mean contain the same information.  If you have the mean of n images, then using PixelMath to multiply all pixel values by n will give you the sum.  If you have the sum of n images, then dividing by n with PixelMath gives you the mean.
Geoff

Don't panic! (Douglas Adams)
Astrobin page at http://www.astrobin.com/users/Geoff/
Webpage (under construction) http://geoffsastro.smugmug.com/

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Batch Preprocessing/ImageIntegration- Can you Sum L Images?
« Reply #2 on: 2013 May 03 00:33:43 »
Quote
Seems like this script only allows mean/median but no summation.

Sum and average are equivalent in terms of signal-to-noise ratio improvement, which is what image integration---and imaging, in general---is all about. By summing frames you get higher levels, and you may think that you have more data in this way. But this is just a false impression. The ratio between signal and noise is the same if you divide the sum result by any nonzero number, as the number of frames for example.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline jerryyyyy

  • PixInsight Old Hand
  • ****
  • Posts: 425
    • Astrobin Images
Re: Batch Preprocessing/ImageIntegration- Can you Sum L Images?
« Reply #3 on: 2013 May 03 06:54:45 »
Had my suspicions about the math.  Thanks for the clarification. 
Takahashi 180ED
Astrophysics Mach1
SBIG STT-8300M and Nikon D800
PixInsight Maxim DL 6 CCDComander TheSkyX FocusMax