dkist-processing-common 11.9.1__py3-none-any.whl → 11.9.1rc1__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.
- changelog/276.feature.rst +1 -0
- dkist_processing_common/tasks/trial_catalog.py +0 -7
- {dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/METADATA +3 -3
- {dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/RECORD +6 -5
- {dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/WHEEL +0 -0
- {dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Store quality data in object store.
|
|
@@ -225,13 +225,6 @@ class CreateTrialQualityReport(OutputDataBase):
|
|
|
225
225
|
f" but the required dependencies were not found."
|
|
226
226
|
)
|
|
227
227
|
|
|
228
|
-
if not INVENTORY_EXTRA_INSTALLED:
|
|
229
|
-
raise ModuleNotFoundError(
|
|
230
|
-
f"{self.__class__.__name__} Task requires the dkist-inventory package "
|
|
231
|
-
f"(e.g. via an 'inventory' pip_extra on dkist_processing_core.Workflow().add_node())"
|
|
232
|
-
f" but the required dependencies were not found."
|
|
233
|
-
)
|
|
234
|
-
|
|
235
228
|
def run(self) -> None:
|
|
236
229
|
"""Generate the quality report for the dataset."""
|
|
237
230
|
self.create_trial_quality_report()
|
{dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 11.9.
|
|
3
|
+
Version: 11.9.1rc1
|
|
4
4
|
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -57,9 +57,9 @@ Requires-Dist: pytest; extra == "docs"
|
|
|
57
57
|
Requires-Dist: towncrier<22.12.0; extra == "docs"
|
|
58
58
|
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
59
59
|
Provides-Extra: inventory
|
|
60
|
-
Requires-Dist: dkist-inventory
|
|
60
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
61
61
|
Provides-Extra: asdf
|
|
62
|
-
Requires-Dist: dkist-inventory[asdf]
|
|
62
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
63
63
|
Provides-Extra: quality
|
|
64
64
|
Requires-Dist: dkist-quality<3.0,>=2.0.0; extra == "quality"
|
|
65
65
|
|
{dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
changelog/276.feature.rst,sha256=K05-T0UOeR_wkOFnwSNM-sfMgaOBgQ4NYkAZVq56wQ8,36
|
|
2
3
|
dkist_processing_common/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
|
|
3
4
|
dkist_processing_common/config.py,sha256=f511KVpK24sQO4dDr4L6PMj5dz0jmWgnx2Y-3DpV0cw,5991
|
|
4
5
|
dkist_processing_common/manual.py,sha256=bIVVyLsbXMh-g_2L3kGROL-1TtJe0_XviHsp7Br31x8,7023
|
|
@@ -64,7 +65,7 @@ dkist_processing_common/tasks/parse_l0_input_data.py,sha256=KguXT0Xavynu7C8NFMjs
|
|
|
64
65
|
dkist_processing_common/tasks/quality_metrics.py,sha256=cvGF6tJ8yAvxOvkeG3tWxYwL885BrFW5X3V7_MSzL-A,12481
|
|
65
66
|
dkist_processing_common/tasks/teardown.py,sha256=rwT9lWINVDF11-az_nx-Z5ykMTX_SJCchobpU6sErgk,2360
|
|
66
67
|
dkist_processing_common/tasks/transfer_input_data.py,sha256=DAYfS-B1o-iBT9MXU-TiJG4Hv05Z0c_JzPrnFgvnK9g,5786
|
|
67
|
-
dkist_processing_common/tasks/trial_catalog.py,sha256=
|
|
68
|
+
dkist_processing_common/tasks/trial_catalog.py,sha256=jvsc0MpRgZzpQbL7zPSbMtbwVsaGEva_jyAzlpcaZfY,10183
|
|
68
69
|
dkist_processing_common/tasks/trial_output_data.py,sha256=pUdrNlAzuir4AUdfax5_MOplB-A9NrXErMJmAwtJmLA,6811
|
|
69
70
|
dkist_processing_common/tasks/write_l1.py,sha256=Xy834RTp3F95kLcW4ba5gfHMUocfZd82ZQQKnvQcP2M,23204
|
|
70
71
|
dkist_processing_common/tasks/mixin/__init__.py,sha256=-g-DQbU7m1bclJYuFe3Yh757V-35GIDTbstardKQ7nU,68
|
|
@@ -119,7 +120,7 @@ docs/landing_page.rst,sha256=aPAuXFhBx73lEZ59B6E6JXxkK0LlxzD0n-HXqHrfumQ,746
|
|
|
119
120
|
docs/make.bat,sha256=mBAhtURwhQ7yc95pqwJzlhqBSvRknr1aqZ5s8NKvdKs,4513
|
|
120
121
|
docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
|
|
121
122
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
122
|
-
dkist_processing_common-11.9.
|
|
123
|
-
dkist_processing_common-11.9.
|
|
124
|
-
dkist_processing_common-11.9.
|
|
125
|
-
dkist_processing_common-11.9.
|
|
123
|
+
dkist_processing_common-11.9.1rc1.dist-info/METADATA,sha256=G6Szqt-Q3-zwmfpT492zdZYQQIONYMKjTJDsBqG5VB8,14055
|
|
124
|
+
dkist_processing_common-11.9.1rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
125
|
+
dkist_processing_common-11.9.1rc1.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
|
|
126
|
+
dkist_processing_common-11.9.1rc1.dist-info/RECORD,,
|
{dkist_processing_common-11.9.1.dist-info → dkist_processing_common-11.9.1rc1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|