Closedown

This commit is contained in:
x07maop
2016-03-30 14:11:31 +02:00
parent 51108ea2a6
commit 686da1ffb9

View File

@@ -8,7 +8,7 @@ energy.setBlockingWrite(True)
import ch.psi.pshell.data.LayoutTable
class DataLayout( ch.psi.pshell.data.LayoutTable):
def getLogFileName(self):
return time.strftime('%Y%m%d%H%M%S') + '_' + get_context().name + '_logs'
return time.strftime('%Y%m%d_%H%M') + '_' + + get_context().name + '_logs'
def getDatasetName(self, scan):
data_file = time.strftime('%Y%m%d_%H%M') + '_' + get_context().name + '_' + str(get_context().index).zfill(4)