adists_release
Theophile Terraz 2024-11-28 11:46:20 +01:00
parent 19a3f3d310
commit 824669f70f
3 changed files with 6 additions and 3 deletions

View File

@ -716,7 +716,7 @@ class AdisTSwc(AdisTS):
print("reading bin files is ok =======")
for i in range(ismax-1):
for i in range(ismax):
#print("first i: ", i)
reach = ip_to_r(i)
#print("reach i:", reach)
@ -758,7 +758,10 @@ class AdisTSwc(AdisTS):
print("adist ts results repertory: ", repertory)
results = super(AdisTSwc, self).results(study, repertory, qlog, name=name)
results = super(AdisTSwc, self).results(study,
repertory,
qlog,
name=name)
return results

View File

@ -111,7 +111,7 @@ class TableModel(PamhyrTableModel):
if self._headers[column] == header_name:
v = self._lst[row].get_ts_key(self._timestamp, "pols")[pol_index][0]
return f"{v:.4f}"
elif self._headers[column] == pol + " Mass" and self._type_pol==7: #####
if self._headers[column] == pol + " Mass" and self._type_pol==7: #####
print(self._lst[row].get_ts_key(self._timestamp, "pols")[pol_index])
m1 = self._lst[row].get_ts_key(self._timestamp, "pols")[pol_index][1]
m2 = self._lst[row].get_ts_key(self._timestamp, "pols")[pol_index][2]

Binary file not shown.