dkist-processing-dlnirsp 0.32.6__py3-none-any.whl → 0.32.7rc1__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/118.feature.rst +1 -0
- dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +1 -1
- dkist_processing_dlnirsp/workflows/l0_processing.py +5 -2
- {dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/METADATA +7 -6
- {dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/RECORD +8 -7
- {dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/WHEEL +0 -0
- {dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Store quality data in object store and revise the workflow so that DlnirspAssembleQualityData precedes the TransferL1Data task.
|
|
@@ -47,7 +47,7 @@ def create_trial_quality_report_task(
|
|
|
47
47
|
task.scratch = WorkflowFileSystem(scratch_base_path=tmp_path, recipe_run_id=recipe_run_id)
|
|
48
48
|
task.write(
|
|
49
49
|
quality_data_warning_only,
|
|
50
|
-
tags=DlnirspTag.quality_data(),
|
|
50
|
+
tags=[DlnirspTag.output(), DlnirspTag.quality_data()],
|
|
51
51
|
encoder=quality_data_encoder,
|
|
52
52
|
relative_path=f"{task.constants.dataset_id}_quality_data.json",
|
|
53
53
|
)
|
|
@@ -74,10 +74,13 @@ l0_pipeline.add_node(
|
|
|
74
74
|
)
|
|
75
75
|
|
|
76
76
|
# Output flow
|
|
77
|
-
l0_pipeline.add_node(
|
|
77
|
+
l0_pipeline.add_node(
|
|
78
|
+
task=TransferL1Data,
|
|
79
|
+
upstreams=[DlnirspWriteL1Frame, AssembleDlnirspMovie, DlnirspAssembleQualityData],
|
|
80
|
+
)
|
|
78
81
|
l0_pipeline.add_node(
|
|
79
82
|
task=SubmitDatasetMetadata,
|
|
80
|
-
upstreams=[DlnirspWriteL1Frame,
|
|
83
|
+
upstreams=[DlnirspWriteL1Frame, AssembleDlnirspMovie],
|
|
81
84
|
)
|
|
82
85
|
l0_pipeline.add_node(
|
|
83
86
|
task=PublishCatalogAndQualityMessages, upstreams=[TransferL1Data, SubmitDatasetMetadata]
|
{dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.7rc1
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.1rc1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -43,10 +43,10 @@ Requires-Dist: dkist-processing-dlnirsp[asdf]; extra == "test"
|
|
|
43
43
|
Requires-Dist: dkist-processing-dlnirsp[quality]; extra == "test"
|
|
44
44
|
Provides-Extra: inventory
|
|
45
45
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
46
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
47
47
|
Provides-Extra: asdf
|
|
48
48
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
50
50
|
Provides-Extra: quality
|
|
51
51
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
52
52
|
Provides-Extra: grogu
|
|
@@ -148,9 +148,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
148
148
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
149
149
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
151
|
+
Requires-Dist: dkist-processing-common==11.9.1rc1; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
153
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
153
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.7rc1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -168,6 +168,7 @@ Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
|
168
168
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
169
169
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
171
|
+
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
171
172
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
173
174
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
{dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
changelog/118.feature.rst,sha256=DABDybyOmkTnXPtHiZBlH3ct3YbIx0DVW8rQeBmxnEs,128
|
|
2
3
|
dkist_processing_dlnirsp/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
|
|
3
4
|
dkist_processing_dlnirsp/config.py,sha256=3jM7P00T-Xlzfnvc3jwRiFtinW5GoTczQ6qNLLpwQCo,624
|
|
4
5
|
dkist_processing_dlnirsp/dev_scripts/__init__.py,sha256=tITkbcFg1a-24sdFaWK8OyLrQSQk7AI6Ycs8PHHfHEM,83
|
|
@@ -60,7 +61,7 @@ dkist_processing_dlnirsp/tests/test_parse.py,sha256=UIII4R6JruUEFIlYDRwTwiBqyf4l
|
|
|
60
61
|
dkist_processing_dlnirsp/tests/test_quality.py,sha256=OBWva_E6T5RfDuo73LiTdTr7uh2FO04VpBAsSOLfjVQ,6122
|
|
61
62
|
dkist_processing_dlnirsp/tests/test_science.py,sha256=1DKqKNAEZEsVCffYz_TiEc2REG7cBIfGeig1kJK4ZtE,20902
|
|
62
63
|
dkist_processing_dlnirsp/tests/test_solar.py,sha256=jTNnxs5fE8R_hLvmdAU9x4RXJaSpJWGQajL7kzXTxPQ,12111
|
|
63
|
-
dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py,sha256=
|
|
64
|
+
dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py,sha256=5wgj4PhiB-JRl7Sm7EUIvk5DDcFYpytpVLPmMbPuN_Y,2807
|
|
64
65
|
dkist_processing_dlnirsp/tests/test_wavelength_calibration.py,sha256=GFGXtl0KdClolknAwfR0aG5t-Ux5N5mynol4dKp0cn8,14830
|
|
65
66
|
dkist_processing_dlnirsp/tests/test_workflows.py,sha256=cRw_c90B-ZXGaw0vVWymYCE-_Ll6mBeM7aHsu-uXewo,290
|
|
66
67
|
dkist_processing_dlnirsp/tests/test_write_l1.py,sha256=J9D1QqCDe0IzYsphA4s_ciDEL0tUUSV1KLm8yo9mxyM,13335
|
|
@@ -73,7 +74,7 @@ dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py,
|
|
|
73
74
|
dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py,sha256=5abEDqLyJ1mH6RYlV6ReHOqUkUste0vC6raENFQeDNY,21375
|
|
74
75
|
dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py,sha256=bsOqBtGE9SdOZL2ROJ-murJHjymYrE_nEPNHJgy7pDc,1882
|
|
75
76
|
dkist_processing_dlnirsp/workflows/__init__.py,sha256=bDRNGCIayR8Z-dcOClvk5nTmHgKORTrZUVX9e3UpCc8,165
|
|
76
|
-
dkist_processing_dlnirsp/workflows/l0_processing.py,sha256=
|
|
77
|
+
dkist_processing_dlnirsp/workflows/l0_processing.py,sha256=m7zNXo9XoBwXzfiDQTmf4mPgJrTXY15DvqrAXwsx7Mg,4117
|
|
77
78
|
dkist_processing_dlnirsp/workflows/trial_workflow.py,sha256=P0cdA0MYxKQnPTx4JjfR1VLTevOEOg2p0JZtx-P9CVQ,4710
|
|
78
79
|
docs/Makefile,sha256=qnlVz6PuBqE39NfHWuUnHhNEA-EFgT2-WJNNNy9ttfk,4598
|
|
79
80
|
docs/bad_pixel_calibration.rst,sha256=UPBJCG1XWIFMwaR8BnvvbfdEN68s1SJ2nlxsXe1viHU,3403
|
|
@@ -94,8 +95,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
|
|
|
94
95
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
95
96
|
docs/wavelength_calibration.rst,sha256=QGUd5Xmv5f7WQ1EKvw2CcgiMJQULjzdCW1hSQ8h8jj0,4123
|
|
96
97
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
97
|
-
dkist_processing_dlnirsp-0.32.
|
|
98
|
-
dkist_processing_dlnirsp-0.32.
|
|
99
|
-
dkist_processing_dlnirsp-0.32.
|
|
100
|
-
dkist_processing_dlnirsp-0.32.
|
|
101
|
-
dkist_processing_dlnirsp-0.32.
|
|
98
|
+
dkist_processing_dlnirsp-0.32.7rc1.dist-info/METADATA,sha256=U6xcGtUYf56pwZW_IRYYoOo_bQhWrVwC4tuV2dCzv_M,30118
|
|
99
|
+
dkist_processing_dlnirsp-0.32.7rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
100
|
+
dkist_processing_dlnirsp-0.32.7rc1.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
|
|
101
|
+
dkist_processing_dlnirsp-0.32.7rc1.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
|
|
102
|
+
dkist_processing_dlnirsp-0.32.7rc1.dist-info/RECORD,,
|
{dkist_processing_dlnirsp-0.32.6.dist-info → dkist_processing_dlnirsp-0.32.7rc1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|