xedocs 0.2.32__py3-none-any.whl → 0.2.35__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.
xedocs/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Yossi Mosbacher"""
4
4
  __email__ = "joe.mosbacher@gmail.com"
5
- __version__ = "0.2.32"
5
+ __version__ = "0.2.35"
6
6
 
7
7
 
8
8
  import logging
@@ -8,7 +8,7 @@ See description in the Team C overview page [here](https://xe1t-wiki.lngs.infn.i
8
8
 
9
9
  Mostly following the "OFF PMTs" list [here](https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt:dsg:pmt:gains:pmtsoff)
10
10
 
11
- More information on the flow model can be found [here](https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt:svetter:conditional_norm_flow_posrec_principle)
11
+ More information on the cnf model can be found [here](https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt:svetter:conditional_norm_flow_posrec_principle)
12
12
 
13
13
  """
14
14
 
@@ -24,7 +24,7 @@ class PosRecModel(BaseResourceReference):
24
24
  _ALIAS = "posrec_models"
25
25
  fmt = "binary"
26
26
 
27
- kind: Literal["cnn", "gcn", "mlp", "s1_cnn", "flow", "cnf"] = rframe.Index()
27
+ kind: Literal["cnn", "gcn", "mlp", "s1_cnn", "cnf"] = rframe.Index()
28
28
 
29
29
  value: str
30
30
 
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: xedocs
3
- Version: 0.2.32
3
+ Version: 0.2.35
4
4
  Summary: Top-level package for xedocs.
5
- Home-page: https://github.com/XENONnT/xedocs
6
5
  Author: Yossi Mosbacher
7
6
  Author-email: joe.mosbacher@gmail.com
8
7
  Requires-Python: >=3.8,<4.0
@@ -28,6 +27,7 @@ Requires-Dist: rich
28
27
  Requires-Dist: tinydb (>=4.7.0,<5.0.0)
29
28
  Requires-Dist: tqdm (>=4.64.1,<5.0.0)
30
29
  Requires-Dist: xeauth (>=0.2.3,<0.3.0)
30
+ Project-URL: Homepage, https://github.com/XENONnT/xedocs
31
31
  Description-Content-Type: text/x-rst
32
32
 
33
33
  =======================================
@@ -1,4 +1,4 @@
1
- xedocs/__init__.py,sha256=X6Q4gkSWjMIe66GAxZPRMYq2ldrJfzE2dJP7okKIAfg,1054
1
+ xedocs/__init__.py,sha256=TvKhplLD_FjnaxTcAk8cYQDdKQxVzdrgVusnmj2VT-0,1054
2
2
  xedocs/_settings.py,sha256=_Fjj5XJBHBrN6N1Dqs_JzovbEcF6--5BGnAggK1ksck,4199
3
3
  xedocs/_straxen_plugin.py,sha256=bxKWkVDNCS0Mah_GGNEvE8TCk-ibrY8xJbO0UMvfajM,1904
4
4
  xedocs/cli.py,sha256=1oZXa4Iqs-ANRTABZP8K6e3oSIatKnJNhQ1DZ4rsNrc,3493
@@ -48,7 +48,7 @@ xedocs/schemas/corrections/implementations/hotspot_veto_cut.py,sha256=eBfDLeJteA
48
48
  xedocs/schemas/corrections/implementations/lone_hits.py,sha256=HYspFe5Am-RwTmznpeszJTtdH16vEy6S0fCLtT0NIlQ,1159
49
49
  xedocs/schemas/corrections/implementations/photoionization_strength.py,sha256=ONllBdag6kgKEXdyuP6fnFH-BICWQUNgNu5HNXSyXY0,288
50
50
  xedocs/schemas/corrections/implementations/pmt_area_to_pe.py,sha256=270jqtXqkzx_5AnqMRgdYW2Ba8EUYPJZ6ymMr7eplxI,1109
51
- xedocs/schemas/corrections/implementations/position_reconstruction.py,sha256=YbEcv36ZsGUUsqjJwqOEkQJjZsN8_KhwlE9NuG37v2A,1530
51
+ xedocs/schemas/corrections/implementations/position_reconstruction.py,sha256=parz70dnZNFxk4vLxU-x4z9zacwAXJmItCwys_cV61Y,1521
52
52
  xedocs/schemas/corrections/implementations/relative_light_yield.py,sha256=0kavAjWiV-VKb3b5Me-k7N62SJUrFLiYpg0b6SjwSn4,590
53
53
  xedocs/schemas/corrections/implementations/s1_aft_xyz.py,sha256=QKSAlUSuLkNdNaJcokSZXxfigO9hSNEoauJxjK0Tsew,459
54
54
  xedocs/schemas/corrections/implementations/s1_pattern_maps.py,sha256=Ff0nnadGpamX0t3SVP66vOMT77iWdSd_u4l171dMuIU,231
@@ -82,8 +82,8 @@ xedocs/utils.py,sha256=3OmrYetj83uhy0x5GHzk-_z_vSQeFR50X_9R51B3oWg,8398
82
82
  xedocs/widgets.py,sha256=l2pgQaWqycZQF5pF6eEeLuHdqjVBkJ8OB-o-mcivMl4,28810
83
83
  xedocs/xedocs.py,sha256=Dk-ld5X6qB6hrp40svDkJX_9K0MKkZTxal-fLVQpIz8,6949
84
84
  xedocs/xenon_config.py,sha256=QQlg2icofZWq_UAh5kDSuViai0uP_3ClozNNv6mpx3s,2674
85
- xedocs-0.2.32.dist-info/AUTHORS.rst,sha256=7XNtvXT_irnC5nzau-Al_VVmmhk8EgW811pPs8OXgBo,164
86
- xedocs-0.2.32.dist-info/METADATA,sha256=K_klABNE137A7pETeYuwJggH3fILokeZWg5WHC1xqUQ,5915
87
- xedocs-0.2.32.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
88
- xedocs-0.2.32.dist-info/entry_points.txt,sha256=AfKuejqaCB-nA4rYbuWtMcR0d-t4nNzrM3s8V_e7YSk,92
89
- xedocs-0.2.32.dist-info/RECORD,,
85
+ xedocs-0.2.35.dist-info/AUTHORS.rst,sha256=7XNtvXT_irnC5nzau-Al_VVmmhk8EgW811pPs8OXgBo,164
86
+ xedocs-0.2.35.dist-info/METADATA,sha256=-OjJxvlEO2ToS36jiK4VPfywSURm9KZzLCnAWFD4bPA,5927
87
+ xedocs-0.2.35.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
88
+ xedocs-0.2.35.dist-info/entry_points.txt,sha256=AfKuejqaCB-nA4rYbuWtMcR0d-t4nNzrM3s8V_e7YSk,92
89
+ xedocs-0.2.35.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any