Added functionality for the TNMR module to write partial scans - useful for long experiments with many acquisitions, which might need to be terminated early. Also good for impatient people. Added functionality to the ZVL Network Analyser module to allow for use of inbuilt data correction (calibration).

This commit is contained in:
2025-07-29 14:31:24 +02:00
parent d5d9d70713
commit e77c48ace0
4 changed files with 122 additions and 26 deletions

View File

@@ -411,6 +411,10 @@ class TNMR:
else:
print('W: Filenames do not match for sequence!')
return False
d = self.get_data()
ntnmr.ZeroFill(len(d[0])) # to clear everything out.
return True
def load_dashboard(self, dashboard_fn):