fix indentaion in DamarisFFT
This commit is contained in:
parent
bb95347567
commit
059c059de7
@ -82,7 +82,7 @@ class DamarisFFT:
|
||||
"""
|
||||
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):
|
||||
self.y[i] = self.y[i]*apod
|
||||
return self
|
||||
|
Loading…
Reference in New Issue
Block a user