Hola Caliu
PixelMath no es la herramienta adecuada para implementar un algoritmo de rechazo de píxeles, como sigma clipping. Como ha indicado Sergio, mediante un script relativamente sencillo escrito en JavaScript sí se puede hacer, y el ejemplo que te ha puesto funciona realmente muy bien para conjuntos pequeños de imágenes.
Sin embargo, lo ideal es disponer de una implementación en forma de un módulo escrito en un lenguaje que nos permita ejecutar código directamente sobre la máquina (C++ en nuestro caso). Desafortunadamente, PI no incluye en este momento herramientas de calibración o integración de imágenes. Espero que esto pueda cambiar muy pronto.
Por cierto. Sé que ha habido comentarios recientemente acerca de la posibilidad y/o conveniencia de que PixInsight proporcione herramientas de calibración y preproceso de imágenes. Aprovecho la ocasión para expresar mi opinión al respecto (es decir, que esto es oficial): Sí, definitivamente es necesario que existan herramientas de este tipo en la plataforma PixInsight, y las habrá.
----------------------------
Hello Caliu,
PixelMath isn't an appropriate tool to implement a pixel rejection algorithm, such as sigma clipping. As Sergio has pointed out, this can be done with a relatively simple script written in the JavaScript language. The example he has linked works very well for small sets of images.
However, the ideal way to implement this is as a module written in a language that allows running code directly on the machine (C++ in our case). Unfortunately, PI doesn't include calibration or integration tools for now. I hope this will change really soon.
By the way, I know there have been comments recently about the possibility and/or convenience that PixInsight provides image calibration and preprocessing tools. I want to take the opportunity to say mi opinion (i.e., this is official): Yes, definitely, it is necessary to have this type of tools available on the PixInsight platform, and we'll have them.