temporary state at PPMS as of 2024-01-26
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user