This repository collects minimal examples for modelling synchrotron and synchrotron self-Compton emission using AGNpy. The scripts are intentionally short and can be used as starting points for more advanced studies of relativistic jets in active galactic nuclei.
The examples require the following Python packages:
- numpy
- astropy
- matplotlib
- agnpy
Install them with
pip install -r requirements.txtsrc/contains small utility modules and a script creating an example emission region (create_emission_region.py).examples/provides stand-alone scripts computing the synchrotron and synchrotron self-Compton spectra.
Execute any of the example scripts with Python, e.g.
python examples/synchrotron_simulation_basic.pyA sample video (crucial_for_understanding.mp4) is included for reference.