Banding reduction

Jarmo, I love what your doing to create several standalone utilities. I have been learning the pixinsight scripting which I had put off because of autointegrate. i wanted a banding reduction script that is faster than the one in Autointegrate. I succeeded this week and have a simple interface that prompt for input and output paths and banding reduction parameters. Plus its much faster than the code you are using in autointegrate. It also copies the banding reduction engine and runs it in the script, but I’m just passing the imputs to it so it doesnt output all that row by row information. Each image takes from 1 to 4 seconds to process. I would be glad to contribute it to your effort if interested.

Ric Anderson

Hi Ric,

It would be great if you can contribute your code to AutoIntegrate!

If you want to embed it to AutoIntegrate yourself you can do that in GitHub using a pull request. Or if you like, I can do the embedding if you send me the source code or point me to it. I will of course credit you with the code so that is not a problem.

The banding reduction used in AutoIntegrate is the from the old CanonBandingReduction script. If you have something faster it sounds really good.

Regards,
Jarmo