This repository provides code and data to reproduce and extend the results from the paper Millimeter emission from supermassive black hole coronae (del Palacio et al., 2025 - https://arxiv.org/abs/2504.07762)
Run by default from the scripts folder. If new sources are added, include a new file with the fluxes and initial parameters in the respective folders within data, following the same convention as with the other sources. If the data is located elsewhere, provide the path as an argument when creating a Galaxy object.
git clone https://github.com/santimda/sed_fitter_BHcorona.git
cd sed_fitter_BHcorona
pip install -r requirements.txt
# Install the project as a package
pip install -e .- Run the example Python script.
python ./scripts/example.py- See a complete example with the Python Notebook
./scripts/fit_galaxy.ipynb.