ACTCollaboration / flipper

Flipper is a light-weight python tool for working with CMB data

Home Page:http://www.hep.anl.gov/sdas/flipperDocumentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong nested parentheses in real(fftfast.ifft())

ajvanengelen opened this issue · comments

TypeError: real() got an unexpected keyword argument 'normalize'

https://github.com/ACTCollaboration/flipper/blob/master/flipper/fftTools.py#L82

return np.real(fftfast.ifft(kMap,axes=[-2,-1]),normalize=True)

Fixed, thanks.