fix indentaion in DamarisFFT

This commit is contained in:
Markus Rosenstihl 2014-08-08 09:03:20 +00:00
parent bb95347567
commit 059c059de7

View File

@ -82,7 +82,7 @@ class DamarisFFT:
""" """
exponential window exponential window
""" """
apod = numpy.exp(-self.x*numpy.pi*line_broadening) apod = numpy.exp(-self.x*numpy.pi*line_broadening)
for i in range(2): for i in range(2):
self.y[i] = self.y[i]*apod self.y[i] = self.y[i]*apod
return self return self