dkist-processing-common 11.9.1rc1__py3-none-any.whl → 11.9.1rc2__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.
- dkist_processing_common/tasks/trial_catalog.py +7 -0
- {dkist_processing_common-11.9.1rc1.dist-info → dkist_processing_common-11.9.1rc2.dist-info}/METADATA +1 -1
- {dkist_processing_common-11.9.1rc1.dist-info → dkist_processing_common-11.9.1rc2.dist-info}/RECORD +5 -5
- {dkist_processing_common-11.9.1rc1.dist-info → dkist_processing_common-11.9.1rc2.dist-info}/WHEEL +0 -0
- {dkist_processing_common-11.9.1rc1.dist-info → dkist_processing_common-11.9.1rc2.dist-info}/top_level.txt +0 -0
|
@@ -225,6 +225,13 @@ 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
|
+
|
|
228
235
|
def run(self) -> None:
|
|
229
236
|
"""Generate the quality report for the dataset."""
|
|
230
237
|
self.create_trial_quality_report()
|
{dkist_processing_common-11.9.1rc1.dist-info → dkist_processing_common-11.9.1rc2.dist-info}/RECORD
RENAMED
|
@@ -65,7 +65,7 @@ dkist_processing_common/tasks/parse_l0_input_data.py,sha256=KguXT0Xavynu7C8NFMjs
|
|
|
65
65
|
dkist_processing_common/tasks/quality_metrics.py,sha256=cvGF6tJ8yAvxOvkeG3tWxYwL885BrFW5X3V7_MSzL-A,12481
|
|
66
66
|
dkist_processing_common/tasks/teardown.py,sha256=rwT9lWINVDF11-az_nx-Z5ykMTX_SJCchobpU6sErgk,2360
|
|
67
67
|
dkist_processing_common/tasks/transfer_input_data.py,sha256=DAYfS-B1o-iBT9MXU-TiJG4Hv05Z0c_JzPrnFgvnK9g,5786
|
|
68
|
-
dkist_processing_common/tasks/trial_catalog.py,sha256=
|
|
68
|
+
dkist_processing_common/tasks/trial_catalog.py,sha256=Yf-BKNCT_OHwJsxxZP8p2eRW04CcY0tw5_YIe1e9RQY,10535
|
|
69
69
|
dkist_processing_common/tasks/trial_output_data.py,sha256=pUdrNlAzuir4AUdfax5_MOplB-A9NrXErMJmAwtJmLA,6811
|
|
70
70
|
dkist_processing_common/tasks/write_l1.py,sha256=Xy834RTp3F95kLcW4ba5gfHMUocfZd82ZQQKnvQcP2M,23204
|
|
71
71
|
dkist_processing_common/tasks/mixin/__init__.py,sha256=-g-DQbU7m1bclJYuFe3Yh757V-35GIDTbstardKQ7nU,68
|
|
@@ -120,7 +120,7 @@ docs/landing_page.rst,sha256=aPAuXFhBx73lEZ59B6E6JXxkK0LlxzD0n-HXqHrfumQ,746
|
|
|
120
120
|
docs/make.bat,sha256=mBAhtURwhQ7yc95pqwJzlhqBSvRknr1aqZ5s8NKvdKs,4513
|
|
121
121
|
docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
|
|
122
122
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
123
|
-
dkist_processing_common-11.9.
|
|
124
|
-
dkist_processing_common-11.9.
|
|
125
|
-
dkist_processing_common-11.9.
|
|
126
|
-
dkist_processing_common-11.9.
|
|
123
|
+
dkist_processing_common-11.9.1rc2.dist-info/METADATA,sha256=5cox4DjQfbf-ovgvgxlri4HUflfM-Un2hz8ld6Ke9Kc,14055
|
|
124
|
+
dkist_processing_common-11.9.1rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
125
|
+
dkist_processing_common-11.9.1rc2.dist-info/top_level.txt,sha256=LJhd1W-Vn90K8HnQDIE4r52YDpUjjMWDnllAWHBByW0,48
|
|
126
|
+
dkist_processing_common-11.9.1rc2.dist-info/RECORD,,
|
{dkist_processing_common-11.9.1rc1.dist-info → dkist_processing_common-11.9.1rc2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|