legend-daq2lh5 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- daq2lh5/_version.py +2 -2
- daq2lh5/data_decoder.py +1 -1
- {legend_daq2lh5-1.2.1.dist-info → legend_daq2lh5-1.2.2.dist-info}/METADATA +1 -1
- {legend_daq2lh5-1.2.1.dist-info → legend_daq2lh5-1.2.2.dist-info}/RECORD +8 -8
- {legend_daq2lh5-1.2.1.dist-info → legend_daq2lh5-1.2.2.dist-info}/LICENSE +0 -0
- {legend_daq2lh5-1.2.1.dist-info → legend_daq2lh5-1.2.2.dist-info}/WHEEL +0 -0
- {legend_daq2lh5-1.2.1.dist-info → legend_daq2lh5-1.2.2.dist-info}/entry_points.txt +0 -0
- {legend_daq2lh5-1.2.1.dist-info → legend_daq2lh5-1.2.2.dist-info}/top_level.txt +0 -0
daq2lh5/_version.py
CHANGED
daq2lh5/data_decoder.py
CHANGED
@@ -74,7 +74,7 @@ class DataDecoder:
|
|
74
74
|
def __init__(
|
75
75
|
self, garbage_length: int = 256, packet_size_guess: int = 1024
|
76
76
|
) -> None:
|
77
|
-
self.garbage_table = lgdo.Table(garbage_length)
|
77
|
+
self.garbage_table = lgdo.Table(size=garbage_length)
|
78
78
|
shape_guess = (garbage_length, packet_size_guess)
|
79
79
|
self.garbage_table.add_field(
|
80
80
|
"packets", lgdo.VectorOfVectors(shape_guess=shape_guess, dtype="uint8")
|
@@ -1,8 +1,8 @@
|
|
1
1
|
daq2lh5/__init__.py,sha256=VPmwKuZSA0icpce05ojhnsKWhR4_QUgD0oVXUoN9wks,975
|
2
|
-
daq2lh5/_version.py,sha256=
|
2
|
+
daq2lh5/_version.py,sha256=XEVwqOPlIChKtEnSO5v_SvghWXnn9WeQSoJ436w3v9Y,411
|
3
3
|
daq2lh5/build_raw.py,sha256=JFXC5ln9u353TUZMksY3zydLiV2HlxqdI6_Y2_ZMCIE,10524
|
4
4
|
daq2lh5/cli.py,sha256=7bPfH1XbyAS48wZn_0unj4Y5MD5kF7V34Q5srn4jKVM,2913
|
5
|
-
daq2lh5/data_decoder.py,sha256=
|
5
|
+
daq2lh5/data_decoder.py,sha256=Cn40fodfKs7pKa2odzG1j806iw9IyQVfbbWObNGmof8,10677
|
6
6
|
daq2lh5/data_streamer.py,sha256=uv_pCFR45Yoi8GK7p_MYqGk_lzWspeg8cWZensCDqAQ,14131
|
7
7
|
daq2lh5/logging.py,sha256=_1gq0S1PyzfQsSTiNm--ERJy-4FRfborTz0-vkMelyE,966
|
8
8
|
daq2lh5/raw_buffer.py,sha256=2jJvH7BbVkJCzF5A2nOIdcgwUs68eLnpvc0FvTjckaI,17688
|
@@ -28,9 +28,9 @@ daq2lh5/orca/orca_header_decoder.py,sha256=ORIIyfx22ybyKc-uyWy5ER49-dl3BGpHdfV8O
|
|
28
28
|
daq2lh5/orca/orca_packet.py,sha256=nOHuBXsTI1SzTjHZtff0txSQYvkwo4XGx3fpk7XfYj8,2489
|
29
29
|
daq2lh5/orca/orca_run_decoder.py,sha256=3atKXC6mDi8_PK6ICUBBJ-LyaTM8OU31kKWIpmttRr4,2065
|
30
30
|
daq2lh5/orca/orca_streamer.py,sha256=VbD9PF-rx_Rk-rEy7XECPmgxr6kZSUf0tC7Qbol3Qeg,15693
|
31
|
-
legend_daq2lh5-1.2.
|
32
|
-
legend_daq2lh5-1.2.
|
33
|
-
legend_daq2lh5-1.2.
|
34
|
-
legend_daq2lh5-1.2.
|
35
|
-
legend_daq2lh5-1.2.
|
36
|
-
legend_daq2lh5-1.2.
|
31
|
+
legend_daq2lh5-1.2.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
32
|
+
legend_daq2lh5-1.2.2.dist-info/METADATA,sha256=3fISxtb-PvR-D2YG03ZuQYi95ORmLDCPk0w2f0e-wDc,3950
|
33
|
+
legend_daq2lh5-1.2.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
34
|
+
legend_daq2lh5-1.2.2.dist-info/entry_points.txt,sha256=R08R4NrHi0ab5MJN_qKqzePVzrLSsw5WpmbiwwduYjw,59
|
35
|
+
legend_daq2lh5-1.2.2.dist-info/top_level.txt,sha256=MJQVLyLqMgMKBdVfNXFaCKCjHKakAs19VLbC9ctXZ7A,8
|
36
|
+
legend_daq2lh5-1.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|