Just a quick question. Is it possible to set up a clock for the siril scripts so a user might know how much time will be required for the number of lights being processed from start to finish (reaching stacked.fit) and a clock identifies how much time has passed?
Calculating an algorithm’s time is far from simple, as it depends on many parameters. What’s more, the times given by computers are always relatively wrong. There’s nothing more annoying than waiting 5 minutes for the last 6 seconds to finish. What’s more, processing times are not always linear. They depend on parameters that can change over time. So no, I don’t think we’re going to try to add that kind of functionality. It would be a lot of development for a feature that wouldn’t add much.