Changes during parallelization tests of autopicker

This commit is contained in:
Marcel Paffrath 2016-05-24 14:19:37 +02:00
parent 46ccd44e16
commit a6eaac6c33

View File

@ -45,7 +45,8 @@ class Tomo3d(object):
for name in tomo_files:
filename = os.path.join(directory, name)
os.system('cp %s %s'%(filename, self.cwd))
linkname = os.path.join(self.cwd, name)
os.system('ln -s %s %s'%(filename, linkname))
def buildObsdata(self):
os.system('obsdata')