diff --git a/tools/evaluation/thesisBiventricle.py b/tools/evaluation/thesisBiventricle.py index 62ffb1f94bac8c5dc71901dd3256215b2b10c803..27833b79f830cbb08e33c9f6387496efe9c9e6d1 100644 --- a/tools/evaluation/thesisBiventricle.py +++ b/tools/evaluation/thesisBiventricle.py @@ -241,22 +241,23 @@ def WorkPrecisonDiagram(case): output_file.write('\\end{figure}\n') if __name__=="__main__": language='d' - plotSchwinger() + #AllValueTabs() #plotPotential() diffcase ='tact' #DifferencePerPointTabs(diffcase) diffcase='VDiffInt' - # DifferencePerPointTabs(diffcase) + #DifferencePerPointTabs(diffcase) #activationTimeExtrapolateTab() #tactValuesAndErrorPerPoint() - #plotTactErrorPerPoint() - #ErrorExtraVInt() + plotTactErrorPerPoint() + ErrorExtraVInt() #WriteDurationPerTimeStepTab() WorkPrecisonDiagram('') WorkPrecisonDiagram('Grob') WorkPrecisonDiagram('tact') WorkPrecisonDiagram('tactGrob') #plotSchwinger() - # plotExtraError() + plotExtraError() + plotSchwinger() diff --git a/tools/evaluation/utility/plotting.py b/tools/evaluation/utility/plotting.py index c0500205e0989ec98d3f74a591bab5d945839424..145a9e77c4a30fbd270258a072535f416c46c8cd 100644 --- a/tools/evaluation/utility/plotting.py +++ b/tools/evaluation/utility/plotting.py @@ -597,7 +597,7 @@ class Plot: plt.close() - def tactErrorInTime(self,fL,nL,threshold,p,l,sP): + def tactErrorInTime(self,fL,nL,threshold,p,l,sP,exP): tactRef=comp.getTextFullExtrapolate(self.lL[-1],self.tL[-1],1,p,exP,threshold) for i in range(len(nL)): tactError=[] diff --git a/tools/evaluation/utility/reading.py b/tools/evaluation/utility/reading.py index c017bbbcd817964cbb31dbce7df0d2fffc02f59e..dac041c0c26e5b28c749e15091b59ca6cb265ac8 100644 --- a/tools/evaluation/utility/reading.py +++ b/tools/evaluation/utility/reading.py @@ -648,7 +648,7 @@ def extractDataFromLog(path,fn,option): if getModel(path,fn)=='Coupled': elphytimeStep=getElpyhDeltaTime(path,fn) else: - (T,elphytimeStep)=getTimeDataFromLog(path+'log/'+fn+'.log') + (T,elphytimeStep)=getTimeDataFromLog(path+'log/log_'+fn) #To add Iext for t=0 #steps[current_step][12] = '0.0' for l in f: