seismometer.seismogram.Seismogram.event_merge_strategy

Seismogram.event_merge_strategy(event_col)

Gets the strategy for merging scores with respect to the specified event.

Raises:

ValueError: If the event is not found in the configuration.

Parameters:

event_col (str)

Return type:

Literal[‘first’, ‘last’, ‘nearest’, ‘forward’, ‘count’]