yt.frontends.halo_catalog.io module

class yt.frontends.halo_catalog.io.HaloDatasetIOHandler[source]

Bases: object

Base class for io handlers to load halo member particles.

class yt.frontends.halo_catalog.io.IOHandlerYTHalo(ds)[source]

Bases: HaloDatasetIOHandler, IOHandlerYTHaloCatalog

io_iter(chunks, fields: list[tuple[str, str]])
peek(grid, field)
preload(chunk, fields: list[tuple[str, str]], max_size)
push(grid, field, data)
class yt.frontends.halo_catalog.io.IOHandlerYTHaloCatalog(ds)[source]

Bases: BaseParticleIOHandler

io_iter(chunks, fields: list[tuple[str, str]])
peek(grid, field)
preload(chunk, fields: list[tuple[str, str]], max_size)
push(grid, field, data)