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:
parent
455f715e37
commit
b8c67a13ed
6 changed files with 4357 additions and 136 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue