A Julia module for the data analysis of galaxy simulations.
Caution
This code is written for my personal use and is a work in progress, thus it may break at any moment. Use it at your own risk.
ℹ️ NOTE
There are more advanced tools to analyze/plot simulation results (you can see some below). This module was written not only as a basic plotting tool, but as an exercise to learn Julia and software development in general.
- Works only with snapshots in HDF5 format (option
SnapFormat = 3
in P-Gadget3 and Arepo). - This is a collection of scripts inside a module, not a package. Global constants and data structures are defined in
src/constants/globals.jl
.