legend-pydataobj 1.12.0a4__tar.gz → 1.14.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/PKG-INFO +1 -1
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/PKG-INFO +1 -1
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/SOURCES.txt +2 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/_version.py +2 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/compression/radware.py +3 -3
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/compression/varlen.py +2 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/__init__.py +2 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/ndarray.py +5 -5
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/array.py +3 -4
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/composite.py +94 -14
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/core.py +19 -11
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/datatype.py +5 -1
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/iterator.py +56 -43
- legend_pydataobj-1.14.0/src/lgdo/lh5/settings.py +34 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/store.py +14 -8
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/tools.py +7 -6
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/utils.py +18 -10
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/array.py +5 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/encoded.py +6 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/scalar.py +3 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/struct.py +52 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/table.py +11 -6
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/vectorofvectors.py +3 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/test_radware_sigcompress.py +3 -3
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_core.py +46 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_lh5_iterator.py +20 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_lh5_store.py +59 -12
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_lh5_write.py +109 -0
- legend_pydataobj-1.14.0/tests/lh5/test_pathlib.py +40 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_histogram.py +2 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_struct.py +2 -2
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_waveformtable.py +1 -1
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/LICENSE +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/README.md +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/pyproject.toml +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/setup.cfg +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/dependency_links.txt +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/entry_points.txt +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/not-zip-safe +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/requires.txt +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/top_level.txt +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/__init__.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/cli.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/compression/__init__.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/compression/base.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/compression/generic.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/compression/utils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lgdo_utils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/__init__.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/__init__.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/array.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/composite.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/encoded.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/scalar.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/utils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/vector_of_vectors.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/__init__.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/scalar.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/vector_of_vectors.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/concat.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/exceptions.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/logging.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/__init__.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/arrayofequalsizedarrays.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/fixedsizearray.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/histogram.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/lgdo.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/vovutils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/types/waveformtable.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/units.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/utils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/conftest.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/sigcompress/LDQTA_r117_20200110T105115Z_cal_geds_raw-0.dat +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/sigcompress/special-wf-clipped.dat +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/test_compression.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/test_str2wfcodec.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/compression/test_uleb128_zigzag_diff.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/conftest.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/conftest.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_concat.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_exceptions.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_lh5_datatype.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_lh5_tools.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/lh5/test_lh5_utils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/test_cli.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/test_lgdo_utils.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_array.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_arrayofequalsizedarrays.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_encoded.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_fixedsizearray.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_representations.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_scalar.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_table.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_table_eval.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_vectorofvectors.py +0 -0
- {legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/tests/types/test_vovutils.py +0 -0
{legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/legend_pydataobj.egg-info/SOURCES.txt
RENAMED
@@ -27,6 +27,7 @@ src/lgdo/lh5/core.py
|
|
27
27
|
src/lgdo/lh5/datatype.py
|
28
28
|
src/lgdo/lh5/exceptions.py
|
29
29
|
src/lgdo/lh5/iterator.py
|
30
|
+
src/lgdo/lh5/settings.py
|
30
31
|
src/lgdo/lh5/store.py
|
31
32
|
src/lgdo/lh5/tools.py
|
32
33
|
src/lgdo/lh5/utils.py
|
@@ -77,6 +78,7 @@ tests/lh5/test_lh5_store.py
|
|
77
78
|
tests/lh5/test_lh5_tools.py
|
78
79
|
tests/lh5/test_lh5_utils.py
|
79
80
|
tests/lh5/test_lh5_write.py
|
81
|
+
tests/lh5/test_pathlib.py
|
80
82
|
tests/types/test_array.py
|
81
83
|
tests/types/test_arrayofequalsizedarrays.py
|
82
84
|
tests/types/test_encoded.py
|
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '1.
|
21
|
-
__version_tuple__ = version_tuple = (1,
|
20
|
+
__version__ = version = '1.14.0'
|
21
|
+
__version_tuple__ = version_tuple = (1, 14, 0)
|
@@ -95,13 +95,13 @@ def encode(
|
|
95
95
|
if isinstance(sig_in, np.ndarray):
|
96
96
|
s = sig_in.shape
|
97
97
|
if len(sig_in) == 0:
|
98
|
-
return np.empty(s[:-1]
|
98
|
+
return np.empty((*s[:-1], 0), dtype=ubyte), np.empty(0, dtype=uint32)
|
99
99
|
|
100
100
|
if sig_out is None:
|
101
101
|
# the encoded signal is an array of bytes
|
102
102
|
# -> twice as long as a uint16
|
103
103
|
# pre-allocate ubyte (uint8) array, expand last dimension
|
104
|
-
sig_out = np.empty(s[:-1]
|
104
|
+
sig_out = np.empty((*s[:-1], s[-1] * 2), dtype=ubyte)
|
105
105
|
|
106
106
|
if sig_out.dtype != ubyte:
|
107
107
|
msg = "sig_out must be of type ubyte"
|
@@ -226,7 +226,7 @@ def decode(
|
|
226
226
|
# allocate output array with lasd dim as large as the longest
|
227
227
|
# uncompressed wf
|
228
228
|
maxs = np.max(_get_hton_u16(sig_in[0], 0))
|
229
|
-
sig_out = np.empty(s[:-1]
|
229
|
+
sig_out = np.empty((*s[:-1], maxs), dtype=int32)
|
230
230
|
|
231
231
|
# siglen has one dimension less (the last)
|
232
232
|
siglen = np.empty(s[:-1], dtype=uint32)
|
@@ -74,14 +74,14 @@ def encode(
|
|
74
74
|
if isinstance(sig_in, np.ndarray):
|
75
75
|
s = sig_in.shape
|
76
76
|
if len(sig_in) == 0:
|
77
|
-
return np.empty(s[:-1]
|
77
|
+
return np.empty((*s[:-1], 0), dtype=ubyte), np.empty(0, dtype=uint32)
|
78
78
|
|
79
79
|
if sig_out is None:
|
80
80
|
# the encoded signal is an array of bytes
|
81
81
|
# pre-allocate ubyte (uint8) array with a generous (but safe) size
|
82
82
|
max_b = int(np.ceil(np.iinfo(sig_in.dtype).bits / 16) * 5)
|
83
83
|
# expand last dimension
|
84
|
-
sig_out = np.empty(s[:-1]
|
84
|
+
sig_out = np.empty((*s[:-1], s[-1] * max_b), dtype=ubyte)
|
85
85
|
|
86
86
|
if sig_out.dtype != ubyte:
|
87
87
|
msg = "sig_out must be of type ubyte"
|
@@ -7,7 +7,6 @@ browsed easily in python like any `HDF5 <https://www.hdfgroup.org>`_ file using
|
|
7
7
|
|
8
8
|
from __future__ import annotations
|
9
9
|
|
10
|
-
from ._serializers.write.array import DEFAULT_HDF5_SETTINGS
|
11
10
|
from .core import read, read_as, write
|
12
11
|
from .iterator import LH5Iterator
|
13
12
|
from .store import LH5Store
|
@@ -15,14 +14,15 @@ from .tools import ls, show
|
|
15
14
|
from .utils import read_n_rows
|
16
15
|
|
17
16
|
__all__ = [
|
18
|
-
"DEFAULT_HDF5_SETTINGS",
|
19
17
|
"LH5Iterator",
|
20
18
|
"LH5Store",
|
21
19
|
"concat",
|
20
|
+
"default_hdf5_settings",
|
22
21
|
"ls",
|
23
22
|
"read",
|
24
23
|
"read_as",
|
25
24
|
"read_n_rows",
|
25
|
+
"reset_default_hdf5_settings",
|
26
26
|
"show",
|
27
27
|
"write",
|
28
28
|
]
|
{legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/read/ndarray.py
RENAMED
@@ -57,7 +57,7 @@ def _h5_read_ndarray(
|
|
57
57
|
(start_row,) + (0,) * (h5d.rank - 1),
|
58
58
|
(1,) * h5d.rank,
|
59
59
|
None,
|
60
|
-
(n_rows_to_read,
|
60
|
+
(n_rows_to_read, *fspace.shape[1:]),
|
61
61
|
)
|
62
62
|
elif use_h5idx:
|
63
63
|
# Note that h5s will automatically merge adjacent elements into a range
|
@@ -67,7 +67,7 @@ def _h5_read_ndarray(
|
|
67
67
|
(i,) + (0,) * (h5d.rank - 1),
|
68
68
|
(1,) * h5d.rank,
|
69
69
|
None,
|
70
|
-
(1,
|
70
|
+
(1, *fspace.shape[1:]),
|
71
71
|
h5py.h5s.SELECT_OR,
|
72
72
|
)
|
73
73
|
|
@@ -84,7 +84,7 @@ def _h5_read_ndarray(
|
|
84
84
|
(obj_buf_start,) + (0,) * (h5d.rank - 1),
|
85
85
|
(1,) * h5d.rank,
|
86
86
|
None,
|
87
|
-
(n_rows_to_read,
|
87
|
+
(n_rows_to_read, *fspace.shape[1:]),
|
88
88
|
)
|
89
89
|
h5d.read(mspace, fspace, obj_buf.nda)
|
90
90
|
else:
|
@@ -93,10 +93,10 @@ def _h5_read_ndarray(
|
|
93
93
|
obj_buf.nda[dest_sel, ...] = tmp[idx, ...]
|
94
94
|
nda = obj_buf.nda
|
95
95
|
elif n_rows == 0:
|
96
|
-
tmp_shape = (0,
|
96
|
+
tmp_shape = (0, *h5d.shape[1:])
|
97
97
|
nda = np.empty(tmp_shape, h5d.dtype)
|
98
98
|
else:
|
99
|
-
mspace = h5py.h5s.create_simple((n_rows_to_read,
|
99
|
+
mspace = h5py.h5s.create_simple((n_rows_to_read, *fspace.shape[1:]))
|
100
100
|
nda = np.empty(mspace.shape, h5d.dtype)
|
101
101
|
if idx is None or use_h5idx:
|
102
102
|
h5d.read(mspace, fspace, nda)
|
{legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/array.py
RENAMED
@@ -6,12 +6,11 @@ import h5py
|
|
6
6
|
import numpy as np
|
7
7
|
|
8
8
|
from .... import types
|
9
|
+
from ... import settings
|
9
10
|
from ...exceptions import LH5EncodeError
|
10
11
|
|
11
12
|
log = logging.getLogger(__name__)
|
12
13
|
|
13
|
-
DEFAULT_HDF5_SETTINGS: dict[str, ...] = {"shuffle": True, "compression": "gzip"}
|
14
|
-
|
15
14
|
|
16
15
|
def _h5_write_array(
|
17
16
|
obj,
|
@@ -41,7 +40,7 @@ def _h5_write_array(
|
|
41
40
|
# this is needed in order to have a resizable (in the first
|
42
41
|
# axis) data set, i.e. rows can be appended later
|
43
42
|
# NOTE: this automatically turns chunking on!
|
44
|
-
maxshape = (None,
|
43
|
+
maxshape = (None, *nda.shape[1:])
|
45
44
|
h5py_kwargs.setdefault("maxshape", maxshape)
|
46
45
|
|
47
46
|
if wo_mode == "o" and name in group:
|
@@ -49,7 +48,7 @@ def _h5_write_array(
|
|
49
48
|
del group[name]
|
50
49
|
|
51
50
|
# set default compression options
|
52
|
-
for k, v in DEFAULT_HDF5_SETTINGS.items():
|
51
|
+
for k, v in settings.DEFAULT_HDF5_SETTINGS.items():
|
53
52
|
h5py_kwargs.setdefault(k, v)
|
54
53
|
|
55
54
|
# compress using the 'compression' LGDO attribute, if available
|
{legend_pydataobj-1.12.0a4 → legend_pydataobj-1.14.0}/src/lgdo/lh5/_serializers/write/composite.py
RENAMED
@@ -64,6 +64,59 @@ def _h5_write_lgdo(
|
|
64
64
|
|
65
65
|
group = utils.get_h5_group(group, lh5_file)
|
66
66
|
|
67
|
+
# name already in file
|
68
|
+
if name in group or (
|
69
|
+
("datatype" in group.attrs or group == "/")
|
70
|
+
and (len(name) <= 2 or "/" not in name[1:-1])
|
71
|
+
):
|
72
|
+
pass
|
73
|
+
# group is in file but not struct or need to create nesting
|
74
|
+
else:
|
75
|
+
# check if name is nested
|
76
|
+
# if name is nested, iterate up from parent
|
77
|
+
# otherwise we just need to iterate the group
|
78
|
+
if len(name) > 2 and "/" in name[1:-1]:
|
79
|
+
group = utils.get_h5_group(
|
80
|
+
name[:-1].rsplit("/", 1)[0],
|
81
|
+
group,
|
82
|
+
)
|
83
|
+
curr_name = (
|
84
|
+
name.rsplit("/", 1)[1]
|
85
|
+
if name[-1] != "/"
|
86
|
+
else name[:-1].rsplit("/", 1)[1]
|
87
|
+
)
|
88
|
+
else:
|
89
|
+
curr_name = name
|
90
|
+
# initialize the object to be written
|
91
|
+
obj = types.Struct({curr_name.replace("/", ""): obj})
|
92
|
+
|
93
|
+
# if base group already has a child we just append
|
94
|
+
if len(group) >= 1:
|
95
|
+
wo_mode = "ac"
|
96
|
+
else:
|
97
|
+
# iterate up the group hierarchy until we reach the root or a group with more than one child
|
98
|
+
while group.name != "/":
|
99
|
+
if len(group) > 1:
|
100
|
+
break
|
101
|
+
curr_name = group.name
|
102
|
+
group = group.parent
|
103
|
+
if group.name != "/":
|
104
|
+
obj = types.Struct({curr_name[len(group.name) + 1 :]: obj})
|
105
|
+
else:
|
106
|
+
obj = types.Struct({curr_name[1:]: obj})
|
107
|
+
# if the group has more than one child, we need to append else we can overwrite
|
108
|
+
wo_mode = "ac" if len(group) > 1 else "o"
|
109
|
+
|
110
|
+
# set the new name
|
111
|
+
if group.name == "/":
|
112
|
+
name = "/"
|
113
|
+
elif group.parent.name == "/":
|
114
|
+
name = group.name[1:]
|
115
|
+
else:
|
116
|
+
name = group.name[len(group.parent.name) + 1 :]
|
117
|
+
# get the new group
|
118
|
+
group = utils.get_h5_group(group.parent if group.name != "/" else "/", lh5_file)
|
119
|
+
|
67
120
|
if wo_mode == "w" and name in group:
|
68
121
|
msg = f"can't overwrite '{name}' in wo_mode 'write_safe'"
|
69
122
|
raise LH5EncodeError(msg, lh5_file, group, name)
|
@@ -87,7 +140,7 @@ def _h5_write_lgdo(
|
|
87
140
|
lh5_file,
|
88
141
|
group=group,
|
89
142
|
start_row=start_row,
|
90
|
-
n_rows=n_rows,
|
143
|
+
n_rows=n_rows, # if isinstance(obj, types.Table | types.Histogram) else None,
|
91
144
|
wo_mode=wo_mode,
|
92
145
|
write_start=write_start,
|
93
146
|
**h5py_kwargs,
|
@@ -186,19 +239,31 @@ def _h5_write_struct(
|
|
186
239
|
write_start=0,
|
187
240
|
**h5py_kwargs,
|
188
241
|
):
|
242
|
+
# this works for structs and derived (tables)
|
189
243
|
assert isinstance(obj, types.Struct)
|
190
244
|
|
191
245
|
# In order to append a column, we need to update the
|
192
|
-
# `table{old_fields}` value in `group.attrs['datatype"]` to include
|
193
|
-
# the new fields.
|
194
|
-
#
|
195
|
-
#
|
246
|
+
# `struct/table{old_fields}` value in `group.attrs['datatype"]` to include
|
247
|
+
# the new fields. One way to do this is to override `obj.attrs["datatype"]`
|
248
|
+
# to include old and new fields. Then we can write the fields to the
|
249
|
+
# struct/table as normal.
|
196
250
|
if wo_mode == "ac":
|
251
|
+
if name not in group:
|
252
|
+
msg = "Cannot append column to non-existing struct on disk"
|
253
|
+
raise LH5EncodeError(msg, lh5_file, group, name)
|
254
|
+
|
197
255
|
old_group = utils.get_h5_group(name, group)
|
256
|
+
if "datatype" not in old_group.attrs:
|
257
|
+
msg = "Cannot append column to an existing non-LGDO object on disk"
|
258
|
+
raise LH5EncodeError(msg, lh5_file, group, name)
|
259
|
+
|
198
260
|
lgdotype = datatype.datatype(old_group.attrs["datatype"])
|
199
261
|
fields = datatype.get_struct_fields(old_group.attrs["datatype"])
|
200
|
-
if not
|
201
|
-
msg =
|
262
|
+
if lgdotype is not type(obj):
|
263
|
+
msg = (
|
264
|
+
"Trying to append columns to an object of different "
|
265
|
+
f"type {lgdotype.__name__}!={type(obj)}"
|
266
|
+
)
|
202
267
|
raise LH5EncodeError(msg, lh5_file, group, name)
|
203
268
|
|
204
269
|
# If the mode is `append_column`, make sure we aren't appending
|
@@ -211,8 +276,14 @@ def _h5_write_struct(
|
|
211
276
|
"column(s) to a table with the same field(s)"
|
212
277
|
)
|
213
278
|
raise LH5EncodeError(msg, lh5_file, group, name)
|
279
|
+
|
214
280
|
# It doesn't matter what key we access, as all fields in the old table have the same size
|
215
|
-
if
|
281
|
+
if (
|
282
|
+
isinstance(obj, types.Table)
|
283
|
+
and old_group.attrs["datatype"][:6]
|
284
|
+
!= "struct" # structs dont care about size
|
285
|
+
and old_group[next(iter(old_group.keys()))].size != obj.size
|
286
|
+
):
|
216
287
|
msg = (
|
217
288
|
f"Table sizes don't match. Trying to append column of size {obj.size} "
|
218
289
|
f"to a table of size {old_group[next(iter(old_group.keys()))].size}."
|
@@ -222,16 +293,27 @@ def _h5_write_struct(
|
|
222
293
|
# Now we can append the obj.keys() to the old fields, and then update obj.attrs.
|
223
294
|
fields.extend(list(obj.keys()))
|
224
295
|
obj.attrs.pop("datatype")
|
225
|
-
|
296
|
+
|
297
|
+
obj.attrs["datatype"] = (
|
298
|
+
obj.datatype_name() + "{" + ",".join(sorted(fields)) + "}"
|
299
|
+
)
|
300
|
+
|
301
|
+
# propagating wo_mode="ac" to nested LGDOs does not make any sense
|
302
|
+
wo_mode = "append"
|
303
|
+
|
304
|
+
# overwrite attributes of the existing struct
|
305
|
+
attrs_overwrite = True
|
306
|
+
else:
|
307
|
+
attrs_overwrite = wo_mode == "o"
|
226
308
|
|
227
309
|
group = utils.get_h5_group(
|
228
310
|
name,
|
229
311
|
group,
|
230
312
|
grp_attrs=obj.attrs,
|
231
|
-
overwrite=
|
313
|
+
overwrite=attrs_overwrite,
|
232
314
|
)
|
233
315
|
# If the mode is overwrite, then we need to peek into the file's
|
234
|
-
# table's existing fields.
|
316
|
+
# table's existing fields. If we are writing a new table to the
|
235
317
|
# group that does not contain an old field, we should delete that
|
236
318
|
# old field from the file
|
237
319
|
if wo_mode == "o":
|
@@ -260,11 +342,9 @@ def _h5_write_struct(
|
|
260
342
|
else:
|
261
343
|
obj_fld = obj[field]
|
262
344
|
|
263
|
-
# Convert keys to string for dataset names
|
264
|
-
f = str(field)
|
265
345
|
_h5_write_lgdo(
|
266
346
|
obj_fld,
|
267
|
-
|
347
|
+
str(field),
|
268
348
|
lh5_file,
|
269
349
|
group=group,
|
270
350
|
start_row=start_row,
|
@@ -5,6 +5,7 @@ import inspect
|
|
5
5
|
import sys
|
6
6
|
from collections.abc import Mapping, Sequence
|
7
7
|
from contextlib import suppress
|
8
|
+
from pathlib import Path
|
8
9
|
from typing import Any
|
9
10
|
|
10
11
|
import h5py
|
@@ -18,7 +19,7 @@ from .utils import read_n_rows
|
|
18
19
|
|
19
20
|
def read(
|
20
21
|
name: str,
|
21
|
-
lh5_file: str | h5py.File | Sequence[str | h5py.File],
|
22
|
+
lh5_file: str | Path | h5py.File | Sequence[str | Path | h5py.File],
|
22
23
|
start_row: int = 0,
|
23
24
|
n_rows: int = sys.maxsize,
|
24
25
|
idx: ArrayLike = None,
|
@@ -111,8 +112,8 @@ def read(
|
|
111
112
|
"""
|
112
113
|
if isinstance(lh5_file, h5py.File):
|
113
114
|
lh5_obj = lh5_file[name]
|
114
|
-
elif isinstance(lh5_file, str):
|
115
|
-
lh5_file = h5py.File(lh5_file, mode="r", locking=locking)
|
115
|
+
elif isinstance(lh5_file, (str, Path)):
|
116
|
+
lh5_file = h5py.File(str(Path(lh5_file)), mode="r", locking=locking)
|
116
117
|
try:
|
117
118
|
lh5_obj = lh5_file[name]
|
118
119
|
except KeyError as ke:
|
@@ -194,7 +195,7 @@ def read(
|
|
194
195
|
def write(
|
195
196
|
obj: types.LGDO,
|
196
197
|
name: str,
|
197
|
-
lh5_file: str | h5py.File,
|
198
|
+
lh5_file: str | Path | h5py.File,
|
198
199
|
group: str | h5py.Group = "/",
|
199
200
|
start_row: int = 0,
|
200
201
|
n_rows: int | None = None,
|
@@ -268,11 +269,13 @@ def write(
|
|
268
269
|
end of array is the same as ``append``.
|
269
270
|
- ``overwrite_file`` or ``of``: delete file if present prior to
|
270
271
|
writing to it. `write_start` should be 0 (its ignored).
|
271
|
-
- ``append_column`` or ``ac``: append columns from an
|
272
|
-
:class:`~.lgdo.
|
273
|
-
:class:`~.lgdo.table.Table`
|
274
|
-
|
275
|
-
|
272
|
+
- ``append_column`` or ``ac``: append fields/columns from an
|
273
|
+
:class:`~.lgdo.struct.Struct` `obj` (and derived types such as
|
274
|
+
:class:`~.lgdo.table.Table`) only if there is an existing
|
275
|
+
:class:`~.lgdo.struct.Struct` in the `lh5_file` with the same `name`.
|
276
|
+
If there are matching fields, it errors out. If appending to a
|
277
|
+
``Table`` and the size of the new column is different from the size
|
278
|
+
of the existing table, it errors out.
|
276
279
|
write_start
|
277
280
|
row in the output file (if already existing) to start overwriting
|
278
281
|
from.
|
@@ -288,7 +291,12 @@ def write(
|
|
288
291
|
datasets. **Note: `compression` Ignored if compression is specified
|
289
292
|
as an `obj` attribute.**
|
290
293
|
"""
|
291
|
-
|
294
|
+
|
295
|
+
if (
|
296
|
+
isinstance(lh5_file, str)
|
297
|
+
and not Path(lh5_file).is_file()
|
298
|
+
and wo_mode in ("w", "write_safe", "of", "overwrite_file")
|
299
|
+
):
|
292
300
|
h5py_kwargs.update(
|
293
301
|
{
|
294
302
|
"fs_strategy": "page",
|
@@ -310,7 +318,7 @@ def write(
|
|
310
318
|
|
311
319
|
def read_as(
|
312
320
|
name: str,
|
313
|
-
lh5_file: str | h5py.File | Sequence[str | h5py.File],
|
321
|
+
lh5_file: str | Path | h5py.File | Sequence[str | Path | h5py.File],
|
314
322
|
library: str,
|
315
323
|
**kwargs,
|
316
324
|
) -> Any:
|
@@ -2,6 +2,7 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
import re
|
4
4
|
from collections import OrderedDict
|
5
|
+
from itertools import permutations as perm
|
5
6
|
|
6
7
|
from .. import types as lgdo
|
7
8
|
|
@@ -14,7 +15,10 @@ _lgdo_datatype_map: dict[str, lgdo.LGDO] = OrderedDict(
|
|
14
15
|
lgdo.ArrayOfEncodedEqualSizedArrays,
|
15
16
|
r"^array_of_encoded_equalsized_arrays<1,1>\{.+\}$",
|
16
17
|
),
|
17
|
-
(
|
18
|
+
(
|
19
|
+
lgdo.Histogram,
|
20
|
+
rf"^struct\{{(?:{'|'.join([','.join(p) for p in perm(['binning', 'weights', 'isdensity'])])})\}}$",
|
21
|
+
),
|
18
22
|
(lgdo.Struct, r"^struct\{.*\}$"),
|
19
23
|
(lgdo.Table, r"^table\{.*\}$"),
|
20
24
|
(lgdo.FixedSizeArray, r"^fixedsize_array<\d+>\{.+\}$"),
|
@@ -17,54 +17,50 @@ LGDO = typing.Union[Array, Scalar, Struct, VectorOfVectors]
|
|
17
17
|
|
18
18
|
|
19
19
|
class LH5Iterator(typing.Iterator):
|
20
|
-
"""
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
>>> lh5_obj = lh5_it.read(i_entry)
|
58
|
-
|
59
|
-
to read the block of entries starting at i_entry. In case of multiple files
|
60
|
-
or the use of an event selection, i_entry refers to a global event index
|
61
|
-
across files and does not count events that are excluded by the selection.
|
20
|
+
"""Iterate over chunks of entries from LH5 files.
|
21
|
+
|
22
|
+
The iterator reads ``buffer_len`` entries at a time from one or more
|
23
|
+
files. The LGDO instance returned at each iteration is reused to avoid
|
24
|
+
reallocations, so copy the data if it should be preserved.
|
25
|
+
|
26
|
+
Examples
|
27
|
+
--------
|
28
|
+
Iterate through a table one chunk at a time::
|
29
|
+
|
30
|
+
from lgdo.lh5 import LH5Iterator
|
31
|
+
|
32
|
+
for table in LH5Iterator("data.lh5", "geds/raw/energy", buffer_len=100):
|
33
|
+
process(table)
|
34
|
+
|
35
|
+
``LH5Iterator`` can also be used for random access::
|
36
|
+
|
37
|
+
it = LH5Iterator(files, groups)
|
38
|
+
table = it.read(i_entry)
|
39
|
+
|
40
|
+
In case of multiple files or an entry selection, ``i_entry`` refers to the
|
41
|
+
global event index across all files.
|
42
|
+
|
43
|
+
When instantiating an iterator you must provide a list of files and the
|
44
|
+
HDF5 groups to read. Optional parameters allow field masking, event
|
45
|
+
selection and pairing the iterator with a "friend" iterator that is read in
|
46
|
+
parallel. Several properties are available to obtain the provenance of the
|
47
|
+
data currently loaded:
|
48
|
+
|
49
|
+
- ``current_i_entry`` -- index within the entry list of the first entry in
|
50
|
+
the buffer
|
51
|
+
- ``current_local_entries`` -- entry numbers relative to the file the data
|
52
|
+
came from
|
53
|
+
- ``current_global_entries`` -- entry number relative to the full dataset
|
54
|
+
- ``current_files`` -- file name corresponding to each entry in the buffer
|
55
|
+
- ``current_groups`` -- group name corresponding to each entry in the
|
56
|
+
buffer
|
62
57
|
"""
|
63
58
|
|
64
59
|
def __init__(
|
65
60
|
self,
|
66
61
|
lh5_files: str | list[str],
|
67
62
|
groups: str | list[str] | list[list[str]],
|
63
|
+
*,
|
68
64
|
base_path: str = "",
|
69
65
|
entry_list: list[int] | list[list[int]] | None = None,
|
70
66
|
entry_mask: list[bool] | list[list[bool]] | None = None,
|
@@ -75,6 +71,7 @@ class LH5Iterator(typing.Iterator):
|
|
75
71
|
file_cache: int = 10,
|
76
72
|
file_map: NDArray[int] = None,
|
77
73
|
friend: typing.Iterator | None = None,
|
74
|
+
h5py_open_mode: str = "r",
|
78
75
|
) -> None:
|
79
76
|
"""
|
80
77
|
Parameters
|
@@ -115,9 +112,21 @@ class LH5Iterator(typing.Iterator):
|
|
115
112
|
The friend should have the same length and entry list. A single
|
116
113
|
LH5 table containing columns from both iterators will be returned.
|
117
114
|
Note that buffer_len will be set to the minimum of the two.
|
115
|
+
h5py_open_mode
|
116
|
+
file open mode used when acquiring file handles. ``r`` (default)
|
117
|
+
opens files read-only while ``a`` allow opening files for
|
118
|
+
write-appending as well.
|
118
119
|
"""
|
119
120
|
self.lh5_st = LH5Store(base_path=base_path, keep_open=file_cache)
|
120
121
|
|
122
|
+
if h5py_open_mode == "read":
|
123
|
+
h5py_open_mode = "r"
|
124
|
+
if h5py_open_mode == "append":
|
125
|
+
h5py_open_mode = "a"
|
126
|
+
if h5py_open_mode not in ["r", "a"]:
|
127
|
+
msg = f"unknown h5py_open_mode '{h5py_open_mode}'"
|
128
|
+
raise ValueError(msg)
|
129
|
+
|
121
130
|
# List of files, with wildcards and env vars expanded
|
122
131
|
if isinstance(lh5_files, str):
|
123
132
|
lh5_files = [lh5_files]
|
@@ -152,6 +161,10 @@ class LH5Iterator(typing.Iterator):
|
|
152
161
|
self.lh5_files += [f_exp] * len(g)
|
153
162
|
self.groups += list(g)
|
154
163
|
|
164
|
+
# open files in the requested mode so they are writable if needed
|
165
|
+
for f in set(self.lh5_files):
|
166
|
+
self.lh5_st.gimme_file(f, mode=h5py_open_mode)
|
167
|
+
|
155
168
|
if entry_list is not None and entry_mask is not None:
|
156
169
|
msg = "entry_list and entry_mask arguments are mutually exclusive"
|
157
170
|
raise ValueError(msg)
|
@@ -505,7 +518,7 @@ class LH5Iterator(typing.Iterator):
|
|
505
518
|
return self
|
506
519
|
|
507
520
|
def __next__(self) -> tuple[LGDO, int, int]:
|
508
|
-
"""Read next
|
521
|
+
"""Read the next chunk of entries and return the buffer."""
|
509
522
|
n_entries = self.n_entries
|
510
523
|
if n_entries is not None:
|
511
524
|
n_entries = min(
|
@@ -0,0 +1,34 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
3
|
+
from typing import Any
|
4
|
+
|
5
|
+
|
6
|
+
def default_hdf5_settings() -> dict[str, Any]:
|
7
|
+
"""Returns the HDF5 settings for writing data to disk to the pydataobj defaults.
|
8
|
+
|
9
|
+
Examples
|
10
|
+
--------
|
11
|
+
>>> from lgdo import lh5
|
12
|
+
>>> lh5.DEFAULT_HDF5_SETTINGS["compression"] = "lzf"
|
13
|
+
>>> lh5.write(data, "data", "file.lh5") # compressed with LZF
|
14
|
+
>>> lh5.DEFAULT_HDF5_SETTINGS = lh5.default_hdf5_settings()
|
15
|
+
>>> lh5.write(data, "data", "file.lh5", "of") # compressed with default settings (GZIP)
|
16
|
+
"""
|
17
|
+
|
18
|
+
return {
|
19
|
+
"shuffle": True,
|
20
|
+
"compression": "gzip",
|
21
|
+
}
|
22
|
+
|
23
|
+
|
24
|
+
DEFAULT_HDF5_SETTINGS: dict[str, ...] = default_hdf5_settings()
|
25
|
+
"""Global dictionary storing the default HDF5 settings for writing data to disk.
|
26
|
+
|
27
|
+
Modify this global variable before writing data to disk with this package.
|
28
|
+
|
29
|
+
Examples
|
30
|
+
--------
|
31
|
+
>>> from lgdo import lh5
|
32
|
+
>>> lh5.DEFAULT_HDF5_SETTINGS["compression"] = "lzf"
|
33
|
+
>>> lh5.write(data, "data", "file.lh5") # compressed with LZF
|
34
|
+
"""
|