Can Siril list the commands that was executed : to help write scripts

Hi, I’d like to create a script for processing mosaics (in 1.3.6) such as running Image Plate Solver on a sequence.

Is there a method to get the command the siril executes from my actions in the UI? I see the log output, but I don’t see the executed command.

Hello, there is currently no way to do what you want, but:

  • the list of commands is well documented and you will find what you need in it: Commands — Siril 1.4.0 documentation
  • processing operations write the parameters used in the history of the FITS file when you save it, so you can see some of those operations at least under HISTORY keyword lines of the header

Thanks, I’ll take a look at the FITS file header