xedocs 0.2.32__tar.gz → 0.2.35__tar.gz
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-0.2.32 → xedocs-0.2.35}/PKG-INFO +3 -3
- {xedocs-0.2.32 → xedocs-0.2.35}/pyproject.toml +1 -1
- {xedocs-0.2.32 → xedocs-0.2.35}/tests/test_corrections.py +1 -1
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/__init__.py +1 -1
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/position_reconstruction.py +2 -2
- {xedocs-0.2.32 → xedocs-0.2.35}/AUTHORS.rst +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/README.rst +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/tests/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/tests/test_xedocs.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/_settings.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/_straxen_plugin.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/cli.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/clock.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/data_locations/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/data_locations/api.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/data_locations/corrections_repo.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/data_locations/data_folder.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/data_locations/github.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/data_locations/mongodb.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/databases.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/dispatchers.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/entrypoints.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/json_records.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/regex_dispatcher.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/analysis/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/analysis/base_analysis.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/analysis/processing_requests.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/base_schemas.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/calibrations/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/calibrations/base_calibrations.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/calibrations/diffused_calibration.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/calibrations/ibelt_calibrations.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/calibrations/sources.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/calibrations/utube_calibrations.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/constants.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/context_config.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/context_lineage.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/base_corrections.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/base_references.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/avg_se_gain.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/baseline_samples_nv.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/bayes_model.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/cs2_aft_corrections.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/electron_diffusion_cte.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/electron_drift.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/electron_lifetime.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/extraction_efficiency.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/field_distortion.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/field_simulation.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/global_versions.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/hit_thresholds.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/hotspot_veto_cut.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/lone_hits.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/photoionization_strength.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/pmt_area_to_pe.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/relative_light_yield.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s1_aft_xyz.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s1_pattern_maps.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s1_xyz.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s2_pattern_maps.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s2_xy.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/se_gain_partition.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/se_gains.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/som_network.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/test_correction.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/z_bias.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/detector_numbers.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/fax.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/historian_reader.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/abnormal_rates.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/anode_ramp.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/anode_washing.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/base_report.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/detector_operations.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/operations_reports/hotspot.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/plugin_lineages.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/__init__.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/base_pmt_data.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/gain_calculation.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/pmt_installs.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/pmts.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/voltage_changes.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/pmt_data/voltage_settings.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/utils.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/widgets.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/xedocs.py +0 -0
- {xedocs-0.2.32 → xedocs-0.2.35}/xedocs/xenon_config.py +0 -0
@@ -1,8 +1,7 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: xedocs
|
3
|
-
Version: 0.2.
|
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
|
=======================================
|
@@ -310,7 +310,7 @@ class TestCorrections(unittest.TestCase):
|
|
310
310
|
|
311
311
|
if not clock.after_cutoff(left) and clock.after_cutoff(right):
|
312
312
|
cutoff = clock.cutoff_datetime()
|
313
|
-
half_diff = (cutoff - left) / 2
|
313
|
+
half_diff = (cutoff - clock.normalize_tz(left)) / 2
|
314
314
|
if half_diff > datetime.timedelta(seconds=1):
|
315
315
|
with self.assertRaises(UpdateError):
|
316
316
|
last_doc.time = (left, left + half_diff)
|
@@ -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
|
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", "
|
27
|
+
kind: Literal["cnn", "gcn", "mlp", "s1_cnn", "cnf"] = rframe.Index()
|
28
28
|
|
29
29
|
value: str
|
30
30
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/baseline_samples_nv.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/cs2_aft_corrections.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/electron_diffusion_cte.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/electron_drift.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/electron_lifetime.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/extraction_efficiency.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/field_distortion.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/field_simulation.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/global_versions.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/hit_thresholds.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/hotspot_veto_cut.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/pmt_area_to_pe.py
RENAMED
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/relative_light_yield.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s1_pattern_maps.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/s2_pattern_maps.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/se_gain_partition.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{xedocs-0.2.32 → xedocs-0.2.35}/xedocs/schemas/corrections/implementations/test_correction.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|