dkist-processing-dlnirsp 0.32.7rc1__py3-none-any.whl → 0.32.7rc2__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_dlnirsp/workflows/trial_workflow.py +3 -1
- {dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/METADATA +10 -10
- {dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/RECORD +6 -6
- {dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/WHEEL +0 -0
- {dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/top_level.txt +0 -0
|
@@ -87,7 +87,9 @@ trial_pipeline.add_node(
|
|
|
87
87
|
)
|
|
88
88
|
trial_pipeline.add_node(task=CreateTrialAsdf, upstreams=DlnirspWriteL1Frame, pip_extras=["asdf"])
|
|
89
89
|
trial_pipeline.add_node(
|
|
90
|
-
task=CreateTrialQualityReport,
|
|
90
|
+
task=CreateTrialQualityReport,
|
|
91
|
+
upstreams=DlnirspAssembleQualityData,
|
|
92
|
+
pip_extras=["quality", "inventory"],
|
|
91
93
|
)
|
|
92
94
|
|
|
93
95
|
# Output
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.7rc2
|
|
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.1rc2
|
|
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
|
|
@@ -118,14 +118,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
120
120
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
121
|
-
Requires-Dist: astropy-iers-data==0.2025.12.
|
|
121
|
+
Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
|
|
122
122
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: boto3==1.42.
|
|
128
|
-
Requires-Dist: botocore==1.42.
|
|
127
|
+
Requires-Dist: boto3==1.42.5; extra == "frozen"
|
|
128
|
+
Requires-Dist: botocore==1.42.5; extra == "frozen"
|
|
129
129
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -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.1rc2; 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.7rc2; 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"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
207
207
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
209
|
-
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
209
|
+
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
210
210
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
211
211
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
212
212
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
@@ -252,7 +252,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
252
252
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
253
253
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
254
254
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
255
|
-
Requires-Dist: protobuf==6.33.
|
|
255
|
+
Requires-Dist: protobuf==6.33.2; extra == "frozen"
|
|
256
256
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
257
257
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
258
258
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
@@ -301,7 +301,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
301
301
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
302
302
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
303
303
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
304
|
-
Requires-Dist: urllib3==2.6.
|
|
304
|
+
Requires-Dist: urllib3==2.6.1; extra == "frozen"
|
|
305
305
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
306
306
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
307
307
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
{dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/RECORD
RENAMED
|
@@ -75,7 +75,7 @@ dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py,sha2
|
|
|
75
75
|
dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py,sha256=bsOqBtGE9SdOZL2ROJ-murJHjymYrE_nEPNHJgy7pDc,1882
|
|
76
76
|
dkist_processing_dlnirsp/workflows/__init__.py,sha256=bDRNGCIayR8Z-dcOClvk5nTmHgKORTrZUVX9e3UpCc8,165
|
|
77
77
|
dkist_processing_dlnirsp/workflows/l0_processing.py,sha256=m7zNXo9XoBwXzfiDQTmf4mPgJrTXY15DvqrAXwsx7Mg,4117
|
|
78
|
-
dkist_processing_dlnirsp/workflows/trial_workflow.py,sha256=
|
|
78
|
+
dkist_processing_dlnirsp/workflows/trial_workflow.py,sha256=eqfRtWSuusM-5yvDjlabeCKolAswvw7rOqFEohFjOhI,4732
|
|
79
79
|
docs/Makefile,sha256=qnlVz6PuBqE39NfHWuUnHhNEA-EFgT2-WJNNNy9ttfk,4598
|
|
80
80
|
docs/bad_pixel_calibration.rst,sha256=UPBJCG1XWIFMwaR8BnvvbfdEN68s1SJ2nlxsXe1viHU,3403
|
|
81
81
|
docs/changelog.rst,sha256=ZpZPJIyl4nI0Eicku6uSrLdiinNOF2GcZwrvTEsb-Zs,346
|
|
@@ -95,8 +95,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
|
|
|
95
95
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
96
96
|
docs/wavelength_calibration.rst,sha256=QGUd5Xmv5f7WQ1EKvw2CcgiMJQULjzdCW1hSQ8h8jj0,4123
|
|
97
97
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
98
|
-
dkist_processing_dlnirsp-0.32.
|
|
99
|
-
dkist_processing_dlnirsp-0.32.
|
|
100
|
-
dkist_processing_dlnirsp-0.32.
|
|
101
|
-
dkist_processing_dlnirsp-0.32.
|
|
102
|
-
dkist_processing_dlnirsp-0.32.
|
|
98
|
+
dkist_processing_dlnirsp-0.32.7rc2.dist-info/METADATA,sha256=ddvziIS129BRBV-j14vybKaP0ecAf2MJ56Z1e_8GUyo,30120
|
|
99
|
+
dkist_processing_dlnirsp-0.32.7rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
100
|
+
dkist_processing_dlnirsp-0.32.7rc2.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
|
|
101
|
+
dkist_processing_dlnirsp-0.32.7rc2.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
|
|
102
|
+
dkist_processing_dlnirsp-0.32.7rc2.dist-info/RECORD,,
|
{dkist_processing_dlnirsp-0.32.7rc1.dist-info → dkist_processing_dlnirsp-0.32.7rc2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|