xedocs 0.2.41__py3-none-any.whl → 0.2.43__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.41"
5
+ __version__ = "0.2.43"
6
6
 
7
7
 
8
8
  import logging
@@ -14,6 +14,7 @@ from .se_gains import *
14
14
  from .electron_diffusion_cte import *
15
15
  from .baseline_samples_nv import *
16
16
  from .relative_light_yield import *
17
+ from .relative_charge_yield import *
17
18
  from .s1_aft_xyz import *
18
19
  from .avg_se_gain import *
19
20
  from .bayes_model import *
@@ -0,0 +1,20 @@
1
+ """
2
+ # Correction: Relative charge yield
3
+ # What is it correction: Corrected areas (cS2)
4
+
5
+ # Description: Correction done to the area of cS2s in our detector. The relative charge yield corresponds to the number of electrons released by an interaction per energy. This correction helps us convert from the number of electrons observed in an S2 event to an energy.
6
+
7
+ # Latest wiki reference: https://xe1t-wiki.lngs.infn.it/doku.php?id=caio:analysis:sr2:v18.5_relative_cy_map
8
+
9
+ """
10
+
11
+
12
+ import rframe
13
+
14
+ from ..base_corrections import TimeSampledCorrection
15
+
16
+
17
+ class RelativeChargeYield(TimeSampledCorrection):
18
+
19
+ _ALIAS = "relative_charge_yield"
20
+ value: float
@@ -6,6 +6,8 @@ class DetectorOperations(BaseOperationsReport):
6
6
 
7
7
  _ALIAS="detector_operations"
8
8
 
9
- system:Literal["CRY", "PUR", "LXePUR", "RSX", "RSX_2", "DST", "RAD", "DAQ"]
10
- subject: str
11
-
9
+ #system:Literal["CRY", "PUR", "LXePUR", "RSX", "RSX_2", "DST", "RAD", "DAQ"]
10
+ system: str = ""
11
+ label: str = ""
12
+ details: str = ""
13
+ link: str = ""
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: xedocs
3
- Version: 0.2.41
3
+ Version: 0.2.43
4
4
  Summary: Top-level package for xedocs.
5
+ License-File: AUTHORS.rst
5
6
  Author: Yossi Mosbacher
6
7
  Author-email: joe.mosbacher@gmail.com
7
8
  Requires-Python: >=3.9,<3.13
@@ -1,4 +1,4 @@
1
- xedocs/__init__.py,sha256=cYvPaTN6Pj6Vj91XCqzYowNrFRKtGN1tg9rseqghN9s,1054
1
+ xedocs/__init__.py,sha256=vn5h3-s0ohYwKZ4DPkMMONt1Vh4VHwjYXR30_LxV9Io,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
@@ -31,7 +31,7 @@ xedocs/schemas/context_lineage.py,sha256=B3zFt0TpQ3wQuG5H-rRMju0IRQkkg7sTD2SuV5N
31
31
  xedocs/schemas/corrections/__init__.py,sha256=QpQBY_UNdiodc_zPbE1O6wR1SWIaAnyNze7acYj2MwE,94
32
32
  xedocs/schemas/corrections/base_corrections.py,sha256=ryH16ypLec9Pp2AXI1RImeaZOfxOih-1blbnKedy_Us,11179
33
33
  xedocs/schemas/corrections/base_references.py,sha256=xjeiouDYPnj4PHOHwTKhbjXPHC3-Sf-foQOu_fXlm8o,3492
34
- xedocs/schemas/corrections/implementations/__init__.py,sha256=3By14vNcTVBqJ3-OLNKOxzaHUfM5n-XCnqleqstcZcg,892
34
+ xedocs/schemas/corrections/implementations/__init__.py,sha256=RjYPxkEM2D3-oGdlKzoKpHXCrnZi6QdAu8jFmLJ7rlM,929
35
35
  xedocs/schemas/corrections/implementations/avg_se_gain.py,sha256=cL-pioHMxh0XmkcfgHS48v3ZbwJdu4bIJlV_3Z40cm4,492
36
36
  xedocs/schemas/corrections/implementations/baseline_samples_nv.py,sha256=Rdkst_aiFPEXbcEXKuOVroNZkHqUncOh1Q5neR4tdHw,472
37
37
  xedocs/schemas/corrections/implementations/bayes_model.py,sha256=GatQ0DxzNWcveckun0vRfQ76RECAIqEO6eZgBxwlowA,235
@@ -50,6 +50,7 @@ xedocs/schemas/corrections/implementations/peak_reconstruction_bias.py,sha256=_A
50
50
  xedocs/schemas/corrections/implementations/photoionization_strength.py,sha256=ONllBdag6kgKEXdyuP6fnFH-BICWQUNgNu5HNXSyXY0,288
51
51
  xedocs/schemas/corrections/implementations/pmt_area_to_pe.py,sha256=270jqtXqkzx_5AnqMRgdYW2Ba8EUYPJZ6ymMr7eplxI,1109
52
52
  xedocs/schemas/corrections/implementations/position_reconstruction.py,sha256=parz70dnZNFxk4vLxU-x4z9zacwAXJmItCwys_cV61Y,1521
53
+ xedocs/schemas/corrections/implementations/relative_charge_yield.py,sha256=CAJhgczv1yu_ZEkAd0f9ovzn53B7SYKeqC-Ee8gf9Rg,651
53
54
  xedocs/schemas/corrections/implementations/relative_light_yield.py,sha256=0kavAjWiV-VKb3b5Me-k7N62SJUrFLiYpg0b6SjwSn4,590
54
55
  xedocs/schemas/corrections/implementations/s1_aft_xyz.py,sha256=QKSAlUSuLkNdNaJcokSZXxfigO9hSNEoauJxjK0Tsew,459
55
56
  xedocs/schemas/corrections/implementations/s1_pattern_maps.py,sha256=Ff0nnadGpamX0t3SVP66vOMT77iWdSd_u4l171dMuIU,231
@@ -69,7 +70,7 @@ xedocs/schemas/operations_reports/abnormal_rates.py,sha256=edaDuxDclBOB7NQmCgjUW
69
70
  xedocs/schemas/operations_reports/anode_ramp.py,sha256=1Q7YyZrDZ4Mbu3ufALhyuUpu-hUSa2izmPA76XIZivM,301
70
71
  xedocs/schemas/operations_reports/anode_washing.py,sha256=BSZNGJkRSmI71E_d1ZzU-0jV_OVUlAOzjWmiYsR9P9k,374
71
72
  xedocs/schemas/operations_reports/base_report.py,sha256=NAi6jdGbFY3R5ACUOnOLHUOp4z7o69dEoSTnIXHjsAE,1394
72
- xedocs/schemas/operations_reports/detector_operations.py,sha256=LCfqFSS6Sf9v22flUddDXlo-c22DRiRVd9mW8gvudi4,298
73
+ xedocs/schemas/operations_reports/detector_operations.py,sha256=_JPnBEdJOe5KMYPKwKQAzEvAmYg-oWDJyYhnn5GOrTQ,360
73
74
  xedocs/schemas/operations_reports/hotspot.py,sha256=Vzz8l-YsjS5_SxPp4eqxxpVW-9XU2RzBLgGP9_U75cQ,501
74
75
  xedocs/schemas/plugin_lineages.py,sha256=7LOLiPokHypf8RBG6PiOEZBz6ba4iZBuQ0nB2hXGSd0,2573
75
76
  xedocs/schemas/pmt_data/__init__.py,sha256=Ne7wSanMSTbNR-qlgI8IikbTX4V9Ntk4Wrlthu4XAyg,171
@@ -83,8 +84,8 @@ xedocs/utils.py,sha256=e0Y57LrjbQ7qbWChyQgX2QV5TJZ276u8Ne7Clzg7Hl4,9063
83
84
  xedocs/widgets.py,sha256=l2pgQaWqycZQF5pF6eEeLuHdqjVBkJ8OB-o-mcivMl4,28810
84
85
  xedocs/xedocs.py,sha256=Dk-ld5X6qB6hrp40svDkJX_9K0MKkZTxal-fLVQpIz8,6949
85
86
  xedocs/xenon_config.py,sha256=QQlg2icofZWq_UAh5kDSuViai0uP_3ClozNNv6mpx3s,2674
86
- xedocs-0.2.41.dist-info/AUTHORS.rst,sha256=7XNtvXT_irnC5nzau-Al_VVmmhk8EgW811pPs8OXgBo,164
87
- xedocs-0.2.41.dist-info/METADATA,sha256=sZebBVea7lasuOEJVbVwBnQtZjW9VsZtYGL4G9dX-sA,5827
88
- xedocs-0.2.41.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
89
- xedocs-0.2.41.dist-info/entry_points.txt,sha256=AfKuejqaCB-nA4rYbuWtMcR0d-t4nNzrM3s8V_e7YSk,92
90
- xedocs-0.2.41.dist-info/RECORD,,
87
+ xedocs-0.2.43.dist-info/METADATA,sha256=W8wvLdKA8hY4IDE1EzPTSvyzJYEnykkToetY5xvfaAU,5853
88
+ xedocs-0.2.43.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
89
+ xedocs-0.2.43.dist-info/entry_points.txt,sha256=AfKuejqaCB-nA4rYbuWtMcR0d-t4nNzrM3s8V_e7YSk,92
90
+ xedocs-0.2.43.dist-info/licenses/AUTHORS.rst,sha256=7XNtvXT_irnC5nzau-Al_VVmmhk8EgW811pPs8OXgBo,164
91
+ xedocs-0.2.43.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any