Ejemplo n.º 1
0
	def _deconvolve(self):
		"""
		Deconvolves the stream associated with this class.
		"""
		if self.deconv:
			helpers.deconvolve(self)
Ejemplo n.º 2
0
	def _deconvolve(self):
		'''
		Deconvolves the stream associated with this class.
		'''
		if self.deconv:
			helpers.deconvolve(self)
Ejemplo n.º 3
0
    def deconvolve(self):
        '''
		Send the streams to the central library deconvolve function.
		'''
        helpers.deconvolve(self)