markdown Copy code
This repository contains various examples of animated visualizations created using Python. These animations showcase different concepts, effects, and techniques.
To run the animations locally, you'll need to have Python and the required dependencies installed. A crucial depedency is the fastEMRIWaveforms
package located at https://github.com/BlackHolePerturbationToolkit/FastEMRIWaveforms . This repository should be cloned and an environment set up so that you can generate EMRI trajectories locally.
Once FEW is installed locally, you can progress with making your own animations.
-
Clone the repository:
git clone https://github.com/OllieBurke/animations.git
Navigate to the project directory:
cd animations
- In the directory
animations/geodesic_equations_kerr
, one can build a snapshot of a Kerr trajectory. To build a snapshot, executepython kerr_traj.py
- In the directory
animations/animation_code
, one can construct an animation showing a small compact object orbiting into a massive black hole. It can be executed running the commandpython animation_kerr.py
.
Enjoy.
Feel free to explore the examples and modify the scripts to experiment with different parameters or effects.
Ollie Burke -- [email protected] Lorenzo Speri -- [email protected]