nandorroloco escribió:... yo achaco estas franjas a "ruido"
Hola Nando:
Ese ruido se manifiesta incluso en los offsets si se estira el histograma.
Quizás con una calibración pueda disminuirse, aunque no estoy seguro.
En cuanto a tu comentario de la invasión del encuadre por aviones, teniendo 8 exposiciones podrias haberlos apilado con un tecnica de Sigma-clipping y te hubieran eliminado los valores atipicos de estos pixeles generados por ellos.
Si usas DSS puedes utilizar una de estas dos técnicas:
Kappa-Sigma Clipping
This method is used to reject deviant pixels iteratively.
Two parameters are used: the number of iterations and the standard deviation multiplier used (Kappa).
For each iteration, the mean and standard deviation (Sigma) of the pixels in the stack are computed.
Each pixel which value is farthest from the mean than more than Kappa * Sigma is rejected.
The mean of the remaining pixels in the stack is computed for each pixel.
Median Kappa-Sigma Clipping
This method is similar to the Kappa-Sigma Clipping method but instead of rejected the pixel values, they are replaced by the median value.
Otros programas como Iris tambien permiten técnicas similares a estas.
Saludos.