Closedown
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user