Main

run_analysis(input_file: str, log_output: str)

CLI call to execute a Koswat analysis given a settings files (input_file). The log is generated by default in the execute path, unless otherwise specified in the log_output argument.

Parameters:
  • input_file (str) –

    Location of the *.ini file containing the execution settings for Koswat.

  • log_output (str) –

    Optional argument to specify where will be created the koswat.log file.