xedocs 0.2.27__py3-none-any.whl → 0.2.29__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.27"
5
+ __version__ = "0.2.29"
6
6
 
7
7
 
8
8
  import logging
@@ -1,11 +1,10 @@
1
1
  import rframe
2
2
  import datetime
3
3
 
4
- from .base_schemas import VersionedXeDoc
4
+ from .corrections.base_corrections import TimeIntervalCorrection
5
5
  from .constants import PARTITION
6
6
 
7
-
8
- class DetectorNumber(VersionedXeDoc):
7
+ class DetectorNumber(TimeIntervalCorrection):
9
8
  """Detector parameters
10
9
  A collection of non-time dependent detector
11
10
  values.
@@ -15,10 +14,8 @@ class DetectorNumber(VersionedXeDoc):
15
14
 
16
15
  field: str = rframe.Index(max_length=80)
17
16
  partition: PARTITION = rframe.Index(default="all_tpc")
18
-
17
+ science_run: str = rframe.Index(max_length=80)
18
+ definition: str=""
19
19
  value: float
20
20
  uncertainty: float
21
- definition: str
22
21
  reference: str = ""
23
- date: datetime.datetime
24
- comments: str = ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xedocs
3
- Version: 0.2.27
3
+ Version: 0.2.29
4
4
  Summary: Top-level package for xedocs.
5
5
  Home-page: https://github.com/XENONnT/xedocs
6
6
  Author: Yossi Mosbacher
@@ -1,4 +1,4 @@
1
- xedocs/__init__.py,sha256=PxdIwG7g5X1CA4iI8NgfD0J9P9Lmmn0TQqQqDzEfW3A,1054
1
+ xedocs/__init__.py,sha256=3Z4kY2xhOZp2SWhuNw6aqCtkqnf38YgIUcYiTraIF6s,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
@@ -59,7 +59,7 @@ xedocs/schemas/corrections/implementations/se_gain_partition.py,sha256=mj4mxuVVl
59
59
  xedocs/schemas/corrections/implementations/se_gains.py,sha256=48ZQFQer1h-IAnsFDXf0Zt1q127Z-S7G8zB3K5pWS7I,1145
60
60
  xedocs/schemas/corrections/implementations/som_network.py,sha256=mgPXh0_kmffvxma-19pDoZA8oKwEx9QCraSIxUI5t4w,381
61
61
  xedocs/schemas/corrections/implementations/z_bias.py,sha256=GeOOnVMx60E7I2WaldEXlvl7RD0l2DR5vbTwX1HSoOI,332
62
- xedocs/schemas/detector_numbers.py,sha256=-KxnzutrXhANVSs3tfY-NULgVyS5DSgGsTpF8ZTrte8,514
62
+ xedocs/schemas/detector_numbers.py,sha256=ebj6Os4L1xrweeHPe6qZcoHOzN2JCIR_2QyCEnrSD_U,547
63
63
  xedocs/schemas/fax.py,sha256=LGjVIQX6KbGyaKJIDbPOBuhmoobodBRfEUFVPQ3ds1c,599
64
64
  xedocs/schemas/historian_reader.py,sha256=celaxQ15IsX_vzgrHer4kORjRfAzZ2_whOIcREqWXYU,875
65
65
  xedocs/schemas/operations_reports/__init__.py,sha256=gbP8eOBlZeZbKJCh-oj-MgvfHE_zEaEstKlg3TwrMUg,165
@@ -80,8 +80,8 @@ xedocs/utils.py,sha256=3OmrYetj83uhy0x5GHzk-_z_vSQeFR50X_9R51B3oWg,8398
80
80
  xedocs/widgets.py,sha256=l2pgQaWqycZQF5pF6eEeLuHdqjVBkJ8OB-o-mcivMl4,28810
81
81
  xedocs/xedocs.py,sha256=Dk-ld5X6qB6hrp40svDkJX_9K0MKkZTxal-fLVQpIz8,6949
82
82
  xedocs/xenon_config.py,sha256=QQlg2icofZWq_UAh5kDSuViai0uP_3ClozNNv6mpx3s,2674
83
- xedocs-0.2.27.dist-info/AUTHORS.rst,sha256=7XNtvXT_irnC5nzau-Al_VVmmhk8EgW811pPs8OXgBo,164
84
- xedocs-0.2.27.dist-info/METADATA,sha256=wq-_CFUHhsctHMIaGmq_RdhAS02G1b-YdLk1xT3H_Xg,5864
85
- xedocs-0.2.27.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
- xedocs-0.2.27.dist-info/entry_points.txt,sha256=AfKuejqaCB-nA4rYbuWtMcR0d-t4nNzrM3s8V_e7YSk,92
87
- xedocs-0.2.27.dist-info/RECORD,,
83
+ xedocs-0.2.29.dist-info/AUTHORS.rst,sha256=7XNtvXT_irnC5nzau-Al_VVmmhk8EgW811pPs8OXgBo,164
84
+ xedocs-0.2.29.dist-info/METADATA,sha256=FMGYa8nVVW8-pfUSgUD1tqRm6VIqNwlB6z6x-AFusZc,5864
85
+ xedocs-0.2.29.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
86
+ xedocs-0.2.29.dist-info/entry_points.txt,sha256=AfKuejqaCB-nA4rYbuWtMcR0d-t4nNzrM3s8V_e7YSk,92
87
+ xedocs-0.2.29.dist-info/RECORD,,