Author Topic: Using process console info to compare integration methods  (Read 2774 times)

Offline astrodoc71

  • PixInsight Enthusiast
  • **
  • Posts: 93
Using process console info to compare integration methods
« on: 2014 December 26 16:57:08 »
Let's say you integrate with linear fit and windsorized sigma and compare. In the process console there is this parameter "SNR estimates". If WSC yields a smaller number than linear fit then that result has better signal to noise? Or is this an oversimplification?
Thanks
Dave

Offline RickS

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1298
Re: Using process console info to compare integration methods
« Reply #1 on: 2014 December 27 17:26:57 »
If you're looking at the SNR number then a bigger number is better.  It's signal to noise ratio and we want more signal and less noise  :)  But, yes, this is correct.  You can use the SNR estimate or the median noise reduction to compare integrations of the same data.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Using process console info to compare integration methods
« Reply #2 on: 2014 December 28 03:17:55 »
Hi Dave,

SNR estimates are orientative, but the most reliable way to evaluate integration results is to compare effective noise reduction (ENR) estimates. For a description of ENR see the section on Quality Assessment of the reference documentation for ImageIntegration.

So in essence, you should try to get the highest possible ENR estimates with the required rejection of spurious data (plane trails, cosmics, etc). When comparing the results achieved with different pixel rejection algorithms, make sure to set rejection parameters so that the amounts of high and low rejected pixels are as similar as possible.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline astrodoc71

  • PixInsight Enthusiast
  • **
  • Posts: 93
Re: Using process console info to compare integration methods
« Reply #3 on: 2015 January 02 14:46:07 »
Thanks Guys! Very cool stuff indeed
Regards
Dave