temporary state at PPMS as of 2024-01-26

This commit is contained in:
l_samenv
2024-01-29 08:29:25 +01:00
parent 416cdd5a88
commit a930dc8f6a
6 changed files with 311 additions and 124 deletions

View File

@ -147,6 +147,7 @@ class CalCurve:
with open(filename, encoding='utf-8') as f:
for line in f:
parser.parse(line)
print(f'FOUND {filename}')
except Exception as e:
raise ValueError(f'calib curve {calibspec}: {e}') from e
self.convert_x = nplog if parser.logx else linear