reboost 0.8.1__py3-none-any.whl → 0.8.2__py3-none-any.whl
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.
- reboost/_version.py +2 -2
- reboost/optmap/cli.py +0 -6
- {reboost-0.8.1.dist-info → reboost-0.8.2.dist-info}/METADATA +1 -1
- {reboost-0.8.1.dist-info → reboost-0.8.2.dist-info}/RECORD +8 -8
- {reboost-0.8.1.dist-info → reboost-0.8.2.dist-info}/WHEEL +0 -0
- {reboost-0.8.1.dist-info → reboost-0.8.2.dist-info}/entry_points.txt +0 -0
- {reboost-0.8.1.dist-info → reboost-0.8.2.dist-info}/licenses/LICENSE +0 -0
- {reboost-0.8.1.dist-info → reboost-0.8.2.dist-info}/top_level.txt +0 -0
reboost/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.8.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 8,
|
|
31
|
+
__version__ = version = '0.8.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 8, 2)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
reboost/optmap/cli.py
CHANGED
|
@@ -55,11 +55,6 @@ def optical_cli() -> None:
|
|
|
55
55
|
"--geom",
|
|
56
56
|
help="GDML geometry file",
|
|
57
57
|
)
|
|
58
|
-
map_parser_det_group.add_argument(
|
|
59
|
-
"--evt",
|
|
60
|
-
action="store_true",
|
|
61
|
-
help="the input file is already an optmap-evt file.",
|
|
62
|
-
)
|
|
63
58
|
map_parser.add_argument(
|
|
64
59
|
"--n-procs",
|
|
65
60
|
"-N",
|
|
@@ -197,7 +192,6 @@ def optical_cli() -> None:
|
|
|
197
192
|
args.input,
|
|
198
193
|
settings,
|
|
199
194
|
args.bufsize,
|
|
200
|
-
is_stp_file=(not args.evt),
|
|
201
195
|
chfilter=chfilter,
|
|
202
196
|
output_lh5_fn=args.output,
|
|
203
197
|
check_after_create=args.check,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reboost
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: New LEGEND Monte-Carlo simulation post-processing
|
|
5
5
|
Author-email: Manuel Huber <info@manuelhu.de>, Toby Dixon <toby.dixon.23@ucl.ac.uk>, Luigi Pertoldi <gipert@pm.me>
|
|
6
6
|
Maintainer: The LEGEND Collaboration
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
reboost/__init__.py,sha256=VZz9uo7i2jgAx8Zi15SptLZnE_qcnGuNWwqkD3rYHFA,278
|
|
2
|
-
reboost/_version.py,sha256=
|
|
2
|
+
reboost/_version.py,sha256=K6dg_KQgkOH-DF8J9hcSjz3upL94O2YIVOO7FP9tPpk,704
|
|
3
3
|
reboost/build_evt.py,sha256=VXIfK_pfe_Cgym6gI8dESwONZi-v_4fll0Pn09vePQY,3767
|
|
4
4
|
reboost/build_glm.py,sha256=IerSLQfe51ZO7CQP2kmfPnOIVaDtcfw3byOM02Vaz6o,9472
|
|
5
5
|
reboost/build_hit.py,sha256=pjEaiPW63Q3MfpjI29uJXx9gtwfiOIgOcADRDrDpRrA,17409
|
|
@@ -21,7 +21,7 @@ reboost/math/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
21
21
|
reboost/math/functions.py,sha256=OymiYTcA0NXxxm-MBDw5kqyNwHoLCmuv4J48AwnSrbU,5633
|
|
22
22
|
reboost/math/stats.py,sha256=Rq4Wdzv-3aoSK7EsPZCuOEHfnOz3w0moIzCEHbC07xw,3173
|
|
23
23
|
reboost/optmap/__init__.py,sha256=imvuyld-GLw8qdwqW-lXCg2feptcTyQo3wIzPvDHwmY,93
|
|
24
|
-
reboost/optmap/cli.py,sha256=
|
|
24
|
+
reboost/optmap/cli.py,sha256=_7WBlx55eRyW_wWB-ELbFaWXin2d3xsh6Q5bFoNJaHE,8694
|
|
25
25
|
reboost/optmap/convolve.py,sha256=mwosBB0KtHrSv0eq63YwEMexAu5pugcPvZOFhWpao9I,10767
|
|
26
26
|
reboost/optmap/create.py,sha256=GmGd0-F0eWmw7ywH8pT1lKiMb60QXCq9al8Ka_ySD1Q,14382
|
|
27
27
|
reboost/optmap/evt.py,sha256=p5ngsCuvOxIZDDQNL9efcLn8Q4CfGL7G726BRrCpE6Y,5637
|
|
@@ -34,9 +34,9 @@ reboost/shape/group.py,sha256=gOCYgir2gZqmW1JXtbNRPlQqP0gmUcbe7RVb9CbY1pU,5540
|
|
|
34
34
|
reboost/shape/reduction.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
35
|
reboost/spms/__init__.py,sha256=ffi0rH-ZFGmpURbFt-HY1ZAHCdady0mLXNsblRNh-JY,207
|
|
36
36
|
reboost/spms/pe.py,sha256=JD9seItsudb2kQ_gtqwU1XqI1u3rKjlFHsTxONAf-BU,5685
|
|
37
|
-
reboost-0.8.
|
|
38
|
-
reboost-0.8.
|
|
39
|
-
reboost-0.8.
|
|
40
|
-
reboost-0.8.
|
|
41
|
-
reboost-0.8.
|
|
42
|
-
reboost-0.8.
|
|
37
|
+
reboost-0.8.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
38
|
+
reboost-0.8.2.dist-info/METADATA,sha256=bA7L2kzpaOCHdd8Z-6g9rQ9w4pVuMbiIDNiROEV2U3w,44477
|
|
39
|
+
reboost-0.8.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
40
|
+
reboost-0.8.2.dist-info/entry_points.txt,sha256=DxhD6BidSWNot9BrejHJjQ7RRLmrMaBIl52T75oWTwM,93
|
|
41
|
+
reboost-0.8.2.dist-info/top_level.txt,sha256=q-IBsDepaY_AbzbRmQoW8EZrITXRVawVnNrB-_zyXZs,8
|
|
42
|
+
reboost-0.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|