xedocs 0.2.38__tar.gz → 0.2.39__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.
Files changed (91) hide show
  1. {xedocs-0.2.38 → xedocs-0.2.39}/PKG-INFO +1 -1
  2. {xedocs-0.2.38 → xedocs-0.2.39}/pyproject.toml +1 -1
  3. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/__init__.py +1 -1
  4. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/utils.py +25 -7
  5. {xedocs-0.2.38 → xedocs-0.2.39}/AUTHORS.rst +0 -0
  6. {xedocs-0.2.38 → xedocs-0.2.39}/README.rst +0 -0
  7. {xedocs-0.2.38 → xedocs-0.2.39}/tests/__init__.py +0 -0
  8. {xedocs-0.2.38 → xedocs-0.2.39}/tests/test_corrections.py +0 -0
  9. {xedocs-0.2.38 → xedocs-0.2.39}/tests/test_xedocs.py +0 -0
  10. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/_settings.py +0 -0
  11. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/_straxen_plugin.py +0 -0
  12. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/cli.py +0 -0
  13. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/clock.py +0 -0
  14. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/data_locations/__init__.py +0 -0
  15. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/data_locations/api.py +0 -0
  16. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/data_locations/corrections_repo.py +0 -0
  17. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/data_locations/data_folder.py +0 -0
  18. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/data_locations/github.py +0 -0
  19. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/data_locations/mongodb.py +0 -0
  20. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/databases.py +0 -0
  21. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/dispatchers.py +0 -0
  22. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/entrypoints.py +0 -0
  23. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/json_records.py +0 -0
  24. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/regex_dispatcher.py +0 -0
  25. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/__init__.py +0 -0
  26. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/analysis/__init__.py +0 -0
  27. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/analysis/base_analysis.py +0 -0
  28. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/analysis/processing_requests.py +0 -0
  29. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/base_schemas.py +0 -0
  30. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/calibrations/__init__.py +0 -0
  31. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/calibrations/base_calibrations.py +0 -0
  32. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/calibrations/diffused_calibration.py +0 -0
  33. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/calibrations/ibelt_calibrations.py +0 -0
  34. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/calibrations/sources.py +0 -0
  35. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/calibrations/utube_calibrations.py +0 -0
  36. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/constants.py +0 -0
  37. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/context_config.py +0 -0
  38. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/context_lineage.py +0 -0
  39. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/__init__.py +0 -0
  40. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/base_corrections.py +0 -0
  41. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/base_references.py +0 -0
  42. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/__init__.py +0 -0
  43. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/avg_se_gain.py +0 -0
  44. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/baseline_samples_nv.py +0 -0
  45. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/bayes_model.py +0 -0
  46. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/cs2_aft_corrections.py +0 -0
  47. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/electron_diffusion_cte.py +0 -0
  48. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/electron_drift.py +0 -0
  49. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/electron_lifetime.py +0 -0
  50. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/extraction_efficiency.py +0 -0
  51. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/field_distortion.py +0 -0
  52. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/field_simulation.py +0 -0
  53. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/global_versions.py +0 -0
  54. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/hit_thresholds.py +0 -0
  55. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/hotspot_veto_cut.py +0 -0
  56. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/lone_hits.py +0 -0
  57. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/photoionization_strength.py +0 -0
  58. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/pmt_area_to_pe.py +0 -0
  59. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/position_reconstruction.py +0 -0
  60. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/relative_light_yield.py +0 -0
  61. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/s1_aft_xyz.py +0 -0
  62. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/s1_pattern_maps.py +0 -0
  63. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/s1_xyz.py +0 -0
  64. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/s2_pattern_maps.py +0 -0
  65. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/s2_xy.py +0 -0
  66. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/se_gain_partition.py +0 -0
  67. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/se_gains.py +0 -0
  68. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/som_network.py +0 -0
  69. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/test_correction.py +0 -0
  70. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/corrections/implementations/z_bias.py +0 -0
  71. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/detector_numbers.py +0 -0
  72. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/fax.py +0 -0
  73. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/historian_reader.py +0 -0
  74. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/__init__.py +0 -0
  75. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/abnormal_rates.py +0 -0
  76. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/anode_ramp.py +0 -0
  77. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/anode_washing.py +0 -0
  78. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/base_report.py +0 -0
  79. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/detector_operations.py +0 -0
  80. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/operations_reports/hotspot.py +0 -0
  81. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/plugin_lineages.py +0 -0
  82. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/__init__.py +0 -0
  83. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/base_pmt_data.py +0 -0
  84. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/gain_calculation.py +0 -0
  85. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/pmt_installs.py +0 -0
  86. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/pmts.py +0 -0
  87. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/voltage_changes.py +0 -0
  88. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/schemas/pmt_data/voltage_settings.py +0 -0
  89. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/widgets.py +0 -0
  90. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/xedocs.py +0 -0
  91. {xedocs-0.2.38 → xedocs-0.2.39}/xedocs/xenon_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: xedocs
3
- Version: 0.2.38
3
+ Version: 0.2.39
4
4
  Summary: Top-level package for xedocs.
5
5
  Author: Yossi Mosbacher
6
6
  Author-email: joe.mosbacher@gmail.com
@@ -1,7 +1,7 @@
1
1
  [tool]
2
2
  [tool.poetry]
3
3
  name = "xedocs"
4
- version = "0.2.38"
4
+ version = "0.2.39"
5
5
  homepage = "https://github.com/XENONnT/xedocs"
6
6
  description = "Top-level package for xedocs."
7
7
  authors = ["Yossi Mosbacher <joe.mosbacher@gmail.com>"]
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Yossi Mosbacher"""
4
4
  __email__ = "joe.mosbacher@gmail.com"
5
- __version__ = "0.2.38"
5
+ __version__ = "0.2.39"
6
6
 
7
7
 
8
8
  import logging
@@ -135,20 +135,37 @@ class LazyFileAccessor(DataAccessor):
135
135
  for path in self.urlpaths:
136
136
  glob_patttern = self.format_to_glob(path)
137
137
  fs, _, fpaths = fsspec.get_fs_token_paths(glob_patttern, storage_options=self.storage_options)
138
- # force the protocol to be file
139
- fs.protocol = "file"
140
- pattern = path.replace(f"{fs.protocol}://", "")
138
+
139
+ # Always define original_protocol
140
+ original_protocol = fs.protocol if fs.protocol else 'file'
141
+ if isinstance(original_protocol, tuple):
142
+ original_protocol = original_protocol[0]
143
+ else:
144
+ original_protocol = original_protocol
145
+
146
+ # Debug prints
147
+ print(f"\n[DEBUG]")
148
+ print(f"Processing path: {path}")
149
+ print(f"fs.protocol: {fs.protocol}")
150
+ print(f"Original protocol: {original_protocol}")
151
+ print(f"Glob pattern: {glob_patttern}")
152
+ print(f"File paths: {fpaths}")
153
+
154
+ pattern = path.replace(f"{original_protocol}://", "")
141
155
  pattern = parse.compile(self.glob_to_format(pattern))
156
+
157
+ # More debug prints
158
+ print(f"Parse pattern: {pattern}")
159
+
142
160
  loaded = set(ignore_paths)
143
-
161
+
144
162
  for fpath in fpaths:
145
163
  if fpath in loaded:
146
164
  continue
147
165
  r = pattern.parse(fpath)
148
166
  if r is None:
149
167
  continue
150
- for k,vs in labels.items():
151
-
168
+ for k, vs in labels.items():
152
169
  if vs is None:
153
170
  continue
154
171
  if not isinstance(vs, list):
@@ -165,10 +182,11 @@ class LazyFileAccessor(DataAccessor):
165
182
  if label not in vs:
166
183
  break
167
184
  else:
168
- records = read_files(fpath, protocol=fs.protocol, **fs.storage_options)
185
+ records = read_files(fpath, protocol=original_protocol, **fs.storage_options)
169
186
  yield fpath, records
170
187
  self.loaded.add(fpath)
171
188
 
189
+
172
190
  def load_files(self, **labels):
173
191
  index_fields = list(self.schema.get_index_fields())
174
192
  if len(index_fields) == 1:
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