← Back to context

Comment by dredmorbius

2 hours ago

Averaging isn't the only option. It's possible to use other image-processing techniques which look at outlier values. This is way outside my area of expertise, but I believe sigma clipping is one of the standard go-tos, see:

<https://www.gnu.org/software/gnuastro/manual/html_node/Sigma...>.

More generally, you're clipping outliers:

<https://www.gnu.org/software/gnuastro/manual/html_node/Clipp...>.

This applies not only to satellite tracks, but meteors, cosmic rays, and other artefacts introduced into image capture. The techniques should be generally applicable, though for those who are specifically exploring transitory phenomena, this introduces additional challenges.