xedocs 0.2.27__tar.gz → 0.2.28__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {xedocs-0.2.27 → xedocs-0.2.28}/PKG-INFO +1 -1
- {xedocs-0.2.27 → xedocs-0.2.28}/pyproject.toml +1 -1
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/__init__.py +1 -1
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/detector_numbers.py +4 -7
- {xedocs-0.2.27 → xedocs-0.2.28}/AUTHORS.rst +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/README.rst +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/tests/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/tests/test_corrections.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/tests/test_xedocs.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/_settings.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/_straxen_plugin.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/cli.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/clock.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/data_locations/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/data_locations/api.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/data_locations/corrections_repo.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/data_locations/data_folder.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/data_locations/github.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/data_locations/mongodb.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/databases.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/dispatchers.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/entrypoints.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/json_records.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/regex_dispatcher.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/analysis/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/analysis/base_analysis.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/analysis/processing_requests.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/base_schemas.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/calibrations/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/calibrations/base_calibrations.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/calibrations/diffused_calibration.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/calibrations/ibelt_calibrations.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/calibrations/sources.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/calibrations/utube_calibrations.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/constants.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/context_config.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/context_lineage.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/base_corrections.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/base_references.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/avg_se_gain.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/baseline_samples_nv.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/bayes_model.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/cs2_aft_corrections.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/electron_diffusion_cte.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/electron_drift.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/electron_lifetime.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/extraction_efficiency.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/field_distortion.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/field_simulation.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/global_versions.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/hit_thresholds.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/hotspot_veto_cut.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/lone_hits.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/photoionization_strength.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/pmt_area_to_pe.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/position_reconstruction.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/relative_light_yield.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s1_aft_xyz.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s1_pattern_maps.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s1_xyz.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s2_pattern_maps.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s2_xy.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/se_gain_partition.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/se_gains.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/som_network.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/z_bias.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/fax.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/historian_reader.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/operations_reports/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/operations_reports/abnormal_rates.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/operations_reports/anode_ramp.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/operations_reports/anode_washing.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/operations_reports/base_report.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/operations_reports/hotspot.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/plugin_lineages.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/__init__.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/base_pmt_data.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/gain_calculation.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/pmt_installs.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/pmts.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/voltage_changes.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/pmt_data/voltage_settings.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/utils.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/widgets.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/xedocs.py +0 -0
- {xedocs-0.2.27 → xedocs-0.2.28}/xedocs/xenon_config.py +0 -0
@@ -1,11 +1,10 @@
|
|
1
1
|
import rframe
|
2
2
|
import datetime
|
3
3
|
|
4
|
-
from .
|
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 = ""
|
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
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/baseline_samples_nv.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/cs2_aft_corrections.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/electron_diffusion_cte.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/electron_drift.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/electron_lifetime.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/extraction_efficiency.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/field_distortion.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/field_simulation.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/global_versions.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/hit_thresholds.py
RENAMED
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/hotspot_veto_cut.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/pmt_area_to_pe.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/relative_light_yield.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s1_pattern_maps.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/s2_pattern_maps.py
RENAMED
File without changes
|
File without changes
|
{xedocs-0.2.27 → xedocs-0.2.28}/xedocs/schemas/corrections/implementations/se_gain_partition.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
|