Adding slice_time_series method, making some methods properties
Adding slice_time_series
method directly to SystemElement
class. Acts the same way as SeismicTimeSeries.slice
but returns a copy of SystemElement
with sliced time series. More convenient than creating SystemElements with modified time series by hand.
Additionally turned some methods of SystemElement
such as time_series
into properties so the data can be cached and reused, and easier to call - without ()
.
Edited by Artem Basalaev