obspy.core.stream.Stream.taper
- Stream.taper(*args, **kwargs)[source]
Taper all Traces in Stream.
For details see the corresponding
taper()
method ofTrace
.Note
This operation is performed in place on the actual data arrays. The raw data is not accessible anymore afterwards. To keep your original data, use
copy()
to create a copy of your stream object.