redback.model_library.discover_prior_plugins

redback.model_library.discover_prior_plugins() dict[source]

Returns dict mapping entry_point_name -> callable(model_name) -> PriorDict or None.

Plugins register via entry point group ‘redback.model.priors’. The registered object must be a callable that accepts a model name string and returns a bilby PriorDict or None if the model is not known to that plugin.