lgdo.lh5._serializers.read package

Submodules

lgdo.lh5._serializers.read.array module

lgdo.lh5._serializers.read.array._h5_read_array(h5d, **kwargs)
lgdo.lh5._serializers.read.array._h5_read_array_generic(type_, h5d, **kwargs)
lgdo.lh5._serializers.read.array._h5_read_array_of_equalsized_arrays(h5d, **kwargs)
lgdo.lh5._serializers.read.array._h5_read_fixedsize_array(h5d, **kwargs)

lgdo.lh5._serializers.read.composite module

lgdo.lh5._serializers.read.composite._h5_read_histogram(h5g, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, field_mask=None, obj_buf=None, obj_buf_start=0, decompress=True)
lgdo.lh5._serializers.read.composite._h5_read_lgdo(h5o, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, field_mask=None, obj_buf=None, obj_buf_start=0, decompress=True)
lgdo.lh5._serializers.read.composite._h5_read_struct(h5g, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, field_mask=None, decompress=True)
lgdo.lh5._serializers.read.composite._h5_read_table(h5g, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, field_mask=None, obj_buf=None, obj_buf_start=0, decompress=True)

lgdo.lh5._serializers.read.encoded module

lgdo.lh5._serializers.read.encoded._h5_read_array_of_encoded_equalsized_arrays(h5g, **kwargs)
lgdo.lh5._serializers.read.encoded._h5_read_encoded_array(lgdotype, h5g, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, obj_buf=None, obj_buf_start=0, decompress=True)
lgdo.lh5._serializers.read.encoded._h5_read_vector_of_encoded_vectors(h5g, **kwargs)

lgdo.lh5._serializers.read.ndarray module

lgdo.lh5._serializers.read.ndarray._h5_read_ndarray(h5d, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, obj_buf=None, obj_buf_start=0)

lgdo.lh5._serializers.read.scalar module

lgdo.lh5._serializers.read.scalar._h5_read_scalar(h5d, obj_buf=None)

lgdo.lh5._serializers.read.utils module

lgdo.lh5._serializers.read.utils.check_obj_buf_attrs(attrs, new_attrs, obj)

lgdo.lh5._serializers.read.vector_of_vectors module

lgdo.lh5._serializers.read.vector_of_vectors._h5_read_vector_of_vectors(h5g, start_row=0, n_rows=9223372036854775807, idx=None, use_h5idx=False, obj_buf=None, obj_buf_start=0)
@numba.jit lgdo.lh5._serializers.read.vector_of_vectors._make_fd_idx(starts, stops, idx)