Skip to content

allow users to specify external source functions

This MR will allow users to use source functions defined in external packages. The method is the same for reading priors from external packages in bilby.

An example use case is if people want to use waveform models that aren't in lalsimulation.

Users can now do the following in the ini file. There won't be any change if people try to use the bilby built-in source functions.

frequency-domain-source-model = myproject.custom_source.new_source_model

Merge request reports