yt.analysis_modules.halo_finding.halo_objects.HOPHaloList

class yt.analysis_modules.halo_finding.halo_objects.HOPHaloList(data_source, threshold=160.0, dm_only=True)[source]

Run hop on data_source with a given density threshold. If dm_only is True (default), only run it on the dark matter particles, otherwise on all particles. Returns an iterable collection of HopGroup items.

Methods