csep.core.forecasts.CatalogForecast.get_expected_rates

CatalogForecast.get_expected_rates(verbose=False)[source]

Compute the expected rates in space-magnitude bins

Parameters:
  • catalogs_iterable (iterable) – collection of catalogs, should be filtered outside the function

  • data (csep.core.AbstractBaseCatalog) – observation data

Returns:

csep.core.forecasts.GriddedForecast list of tuple(lon, lat, magnitude) events that were skipped in binning. if data was filtered in space and magnitude beforehand this list shoudl be empty.