AttributeError: type object 'lasp.lasp_cpp.Window' has no attribute 'hann' #4
Labels
No Label
bug
doc
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ASCEE/lasp#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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'
Check if fixed?