yt.frontends.art.io module

class yt.frontends.art.io.IOHandlerART(*args, **kwargs)[source]

Bases: BaseIOHandler

ages = None
cache = None
caching = True
io_iter(chunks, fields: list[tuple[str, str]])
masks = None
peek(grid, field)
preload(chunk, fields: list[tuple[str, str]], max_size)
push(grid, field, data)
tb = None
class yt.frontends.art.io.IOHandlerDarkMatterART(*args, **kwargs)[source]

Bases: IOHandlerART

ages = None
cache = None
caching = True
io_iter(chunks, fields: list[tuple[str, str]])
masks = None
peek(grid, field)
preload(chunk, fields: list[tuple[str, str]], max_size)
push(grid, field, data)
tb = None
yt.frontends.art.io.a2b(at, Om0=0.27, Oml0=0.73, h=0.7)[source]
yt.frontends.art.io.a2t(at, Om0=0.27, Oml0=0.73, h=0.7)[source]
yt.frontends.art.io.b2a(bt, **kwargs)[source]
yt.frontends.art.io.b2t(tb, n=100.0, logger=None, **kwargs)[source]
yt.frontends.art.io.find_root(f, a, b, tol=1e-06)[source]
yt.frontends.art.io.get_ranges(skip, count, field, words=6, real_size=4, np_per_page=16777216, num_pages=1)[source]
yt.frontends.art.io.interpolate_ages(data, file_stars, interp_tb=None, interp_ages=None, current_time=None)[source]
yt.frontends.art.io.quad(fintegrand, xmin, xmax, n=10000.0)[source]
yt.frontends.art.io.read_particles(file, Nrow, idxa, idxb, fields)[source]
yt.frontends.art.io.read_star_field(file, field=None)[source]