ana3AIMEC.aimecTools.computeRunoutPointDiff
- computeRunoutPointDiff(resAnalysisDF, refData, simRowHash)[source]
compute difference between runout point of simulation and runout point of refData
- Parameters
resAnalysisDF (data frame) – one row per simulation (config info, sim results and analysis)
refData (dict) – dictionary of reference data set
simRowHash – index of row in data frame for current simulation
- Returns
resAnalysisDF – updated DF with runout point difference
- Return type
data frame