Bases: object
Class containing halo and particle data taken from a single snapshot of some Nbody simulation.
Attributes Summary
halos | Method to load simulation halo catalog into memory. |
particles | Method to load simulation particle data into memory. |
Attributes Documentation
Method to load simulation halo catalog into memory.
The property decorator syntax allows this method to be called as if it is an attribute.
Method to load simulation particle data into memory.
The property decorator syntax allows this method to be called as if it is an attribute.