Skip to content

Adding slice_time_series method, making some methods properties

Artem Basalaev requested to merge make_time_series_slicing_easier into main

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

Merge request reports

Loading