run_pe¶
This script runs the BAHAMAS inference for LISA data using JAX or NumPy. It is designed to be run from the command line with specified arguments. It handles the loading of configuration files, sources, and the inference process. It also includes functionality for logging and debugging. The script uses the BAHAMAS framework for analyzing gravitational wave signals. It supports both Hamiltonian Monte Carlo (HMC) methods. It also includes functions for loading configuration files, running inference, and saving results.
- bahamas.utilities.run_pe.main()¶
To run inference using the script, use the following command:
run_pe.py --config templates/config.yaml --sources examples/sources.yaml
Alternatively, you can use the executable entrypoint:
bahamas-inference --help