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