gess.utils

SSFy

gess.utils.SSFy.Run(inputfilename='')

Analyzes a log generated by gess and returns all the commands that were passed in the form of a Siril ssf file.

Parameters:

inputfilename (str, optional) – the path to a *.log file, defaults to ‘’.

If an empty string is passed, opens a file chooser to select the input file.

Returns:

(True if successful, dict with ‘message’ key)

Return type:

(bool,dict)

CFGy

gess.utils.CFGy.Run(inputfilename='')

Analyzes a log generated by gessengine and returns the options in the form of a cfg file

Parameters:

inputfilename (str, optional) – the path to a *.log file, defaults to ‘’.

If an empty string is passed, opens a file chooser to select the input file.

Returns:

(True if successful, dict with ‘message’ key)

Return type:

(bool,dict)