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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user