def postLoopFunctions(self):
     ctfdb.printCtfSummary(self.params, self.imgtree)
	def postLoopFunctions(self):
		ctfdb.printCtfSummary(self.params, self.imgtree)
	def postLoopFunctions(self):
		pattern = os.path.join(self.params['rundir'], self.params['sessionname']+'*.corrected.mrc')
		apFile.removeFilePattern(pattern)
		ctfdb.printCtfSummary(self.params, self.imgtree)
Example #4
0
 def postLoopFunctions(self):
     pymat.close(self.matlab)
     ctfdb.printCtfSummary(self.params, self.imgtree)
	def postLoopFunctions(self):
		pymat.close(self.matlab)
		ctfdb.printCtfSummary(self.params, self.imgtree)
Example #6
0
 def postLoopFunctions(self):
     pattern = os.path.join(self.params['rundir'],
                            self.params['sessionname'] + '*.corrected.mrc')
     apFile.removeFilePattern(pattern)
     ctfdb.printCtfSummary(self.params, self.imgtree)