1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-07-03 10:41:07 +00:00

First implementation of parameter dependency analysis

in additions, averaging over rows was added
This commit is contained in:
Alexander Minges 2015-09-21 15:39:52 +02:00
parent 455f715e37
commit b8c67a13ed
6 changed files with 4357 additions and 136 deletions

View file

@ -11,6 +11,8 @@ class AnalytikJenaqTower2:
self.name = "Analytik Jena qTower 2.0/2.2"
self.providesTempRange = False
self.providesDeltaT = False
self.wells_horizontal = 12
self.wells_vertical = 8
def loadData(self, filename, reads, wells):
with open(filename, 'r') as f: