AttributeError: type object 'lasp.lasp_cpp.Window' has no attribute 'hann' #4

Open
opened 2022-11-08 12:36:31 +00:00 by c.jansen · 1 comment
Owner

Traceback (most recent call last):

File "...", line 20, in
freq, CS = A.CPS(channels=[0]) # Cross Power Spectrum

File "../lasp/src/lasp/lasp_measurement.py", line 483, in CPS
window = kwargs.pop('window', Window.hann)

AttributeError: type object 'lasp.lasp_cpp.Window' has no attribute 'hann'

Traceback (most recent call last): File "...", line 20, in <module> freq, CS = A.CPS(channels=[0]) # Cross Power Spectrum File "../lasp/src/lasp/lasp_measurement.py", line 483, in CPS window = kwargs.pop('window', Window.hann) AttributeError: type object 'lasp.lasp_cpp.Window' has no attribute 'hann'
c.jansen added the
bug
label 2022-11-08 12:37:01 +00:00
Owner

Check if fixed?

Check if fixed?
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ASCEE/lasp#4
No description provided.