yt.analysis_modules.halo_finding.halo_objects.LoadRockstarHalos

class yt.analysis_modules.halo_finding.halo_objects.LoadRockstarHalos(ds, filename=None)[source]

Load Rockstar halos off disk from Rockstar-output format.

Parameters:

fname : String

The name of the Rockstar file to read in. Default = “rockstar_halos/out_0.list’.

Examples

>>> ds = load("data0005")
>>> halos = LoadRockstarHalos(ds, "other_name.out")

Attributes

Methods