in3Utils.fileHandlerUtils.readLogFile

readLogFile(logName, cfg='')[source]

Read experiment log file and make dictionary that contains general info on all simulations

Parameters
  • logName (str) – path to log file

  • cfg (dict) – optional - configuration read from com1DFA simulation

Returns

logDict – dictionary with number of simulation (noSim), name of simulation (simName), parameter variation, full name

Return type

dict