예제 #1
0
	def doColocalizationCallback(self, *args):
		"""
		A callback for the button "Do colocalization"
		"""
		self.updateBitDepth()
		TaskPanel.doOperation(self)
    def doProcessingCallback(self, *args):
        """
		A callback for the button "Process Dataset Series"
		"""
        TaskPanel.doOperation(self)
예제 #3
0
    def doProcessingCallback(self, *args):
        """
		A callback for the button "Process Dataset Series"
		"""
        TaskPanel.doOperation(self)