astropy:docs

processed_snapshot

class halotools.read_nbody.processed_snapshot(simname='bolshoi', scale_factor=1.0003, halo_finder='rockstar', download_yn=True)[source] [edit on github]

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

halos

Method to load simulation halo catalog into memory.

The property decorator syntax allows this method to be called as if it is an attribute.

particles

Method to load simulation particle data into memory.

The property decorator syntax allows this method to be called as if it is an attribute.

Page Contents