本站提供正體中文版。切換到正體中文本站提供简体中文版。切换到简体中文このサイトには日本語版があります。日本語で表示이 사이트는 한국어로도 제공됩니다.한국어로 보기Diese Website ist auch auf Deutsch verfügbar.Auf Deutsch ansehenEste sitio web también está disponible en español.Ver en españolQuesto sito è disponibile anche in italiano.Visualizza in italianoCe site est également disponible en français.Afficher en françaisEste site também está disponível em português.Ver em portuguêsDeze website is ook beschikbaar in het Nederlands.In het Nederlands bekijkenЭтот сайт также доступен на русском языке.Смотреть на русскомयह वेबसाइट हिन्दी में भी उपलब्ध है।हिन्दी में देखेंهذا الموقع متاح أيضًا باللغة العربية.عرض بالعربيةSitus ini juga tersedia dalam bahasa Indonesia.Lihat dalam bahasa IndonesiaBu site Türkçe olarak da mevcut.Türkçe görüntüleTa strona jest dostępna także po polsku.Wyświetl po polskuTrang web này cũng có phiên bản tiếng Việt.Xem bằng tiếng Việtاین وب‌سایت به فارسی هم در دسترس است.مشاهده به فارسی

Common Myths About Integration Rejection Algorithms

Preprocessing & Stacking2021.07

Which rejection algorithm should you use when integrating? There’s a rule of thumb going around online — “pick your rejection method by frame count” — and many tutorials copy it verbatim. But this rule actually harbors quite a few myths, and this article shares my take.

The Common Rule of Thumb

The “rules of thumb” circulating online go roughly like this:

  • If you have fewer than 15–20 frames, use median integration and don’t do sigma clipping.
  • If you have more than 15–20 but fewer than 40–50 frames, use average integration with outlier rejection, kappa set to 2.5, and 2 iterations.
  • If you have more than 40–50 frames, use average integration with outlier rejection, kappa set to 3 (or higher), and only 1 iteration.

My View

This “pick your rejection method by frame count” knowledge is actually a bit outdated, and the problems are:

  1. Confirming image quality first is the real answer. If quality isn’t controlled, whatever rejection method you pick is pointless.
  2. Every rejection algorithm has its own strengths and weaknesses, so judging by frame count alone isn’t accurate.
  3. If you pick the rejection method by frame count, what do you do when there are very few frames? The framework itself can’t cover every scenario.

A Few Additional Notes

  • I “don’t recommend” taking the rules above wholesale (the original source is a relevant passage on the APP forum); quite a few of the parameter settings are actually problematic.
  • Reject kappa splits into high and low; barring special needs, I don’t set the two to the same value.
  • I’ve never used median integration myself, because I’ve already checked my images for quality beforehand.

In summary: rather than agonizing over “how many frames go with which rejection method,” first get your image-quality control right, understand the characteristics and applicable scenarios behind each rejection method, and then adjust according to your actual data.