Closedown
This commit is contained in:
@@ -16,7 +16,7 @@ class Strategy(ch.psi.pshell.data.ScanPersistenceStrategyTable):
|
||||
def getDatasetName(self, scan):
|
||||
global FILENAME
|
||||
name = controller.getExecutingContext() if FILENAME is None else FILENAME
|
||||
return time.strftime('%Y%m%d%H%M%S') + '_' + FILENAME + '_' + str(controller.dataManager.getScanIndex()).zfill(4)
|
||||
return time.strftime('%Y%m%d_%H%M') + '_' + FILENAME + '_' + str(controller.dataManager.getScanIndex()).zfill(4)
|
||||
controller.dataManager.setScanStrategy(Strategy())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user