dkist-processing-cryonirsp 1.8.2rc1__py3-none-any.whl → 1.9.0__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.
Potentially problematic release.
This version of dkist-processing-cryonirsp might be problematic. Click here for more details.
- dkist_processing_cryonirsp/workflows/ci_l0_processing.py +4 -1
- dkist_processing_cryonirsp/workflows/sp_l0_processing.py +4 -1
- {dkist_processing_cryonirsp-1.8.2rc1.dist-info → dkist_processing_cryonirsp-1.9.0.dist-info}/METADATA +30 -31
- {dkist_processing_cryonirsp-1.8.2rc1.dist-info → dkist_processing_cryonirsp-1.9.0.dist-info}/RECORD +6 -8
- changelog/207.misc.2.rst +0 -1
- changelog/207.misc.rst +0 -2
- {dkist_processing_cryonirsp-1.8.2rc1.dist-info → dkist_processing_cryonirsp-1.9.0.dist-info}/WHEEL +0 -0
- {dkist_processing_cryonirsp-1.8.2rc1.dist-info → dkist_processing_cryonirsp-1.9.0.dist-info}/top_level.txt +0 -0
|
@@ -66,7 +66,10 @@ l0_pipeline.add_node(
|
|
|
66
66
|
)
|
|
67
67
|
|
|
68
68
|
# Output flow
|
|
69
|
-
l0_pipeline.add_node(
|
|
69
|
+
l0_pipeline.add_node(
|
|
70
|
+
task=SubmitDatasetMetadata,
|
|
71
|
+
upstreams=[CIWriteL1Frame, CIAssembleQualityData, AssembleCryonirspMovie],
|
|
72
|
+
)
|
|
70
73
|
l0_pipeline.add_node(task=TransferL1Data, upstreams=[CIWriteL1Frame, AssembleCryonirspMovie])
|
|
71
74
|
l0_pipeline.add_node(
|
|
72
75
|
task=PublishCatalogAndQualityMessages, upstreams=[SubmitDatasetMetadata, TransferL1Data]
|
|
@@ -74,7 +74,10 @@ l0_pipeline.add_node(
|
|
|
74
74
|
)
|
|
75
75
|
|
|
76
76
|
# Output flow
|
|
77
|
-
l0_pipeline.add_node(
|
|
77
|
+
l0_pipeline.add_node(
|
|
78
|
+
task=SubmitDatasetMetadata,
|
|
79
|
+
upstreams=[SPWriteL1Frame, SPAssembleQualityData, AssembleCryonirspMovie],
|
|
80
|
+
)
|
|
78
81
|
l0_pipeline.add_node(task=TransferL1Data, upstreams=[SPWriteL1Frame, AssembleCryonirspMovie])
|
|
79
82
|
l0_pipeline.add_node(
|
|
80
83
|
task=PublishCatalogAndQualityMessages, upstreams=[SubmitDatasetMetadata, TransferL1Data]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-cryonirsp
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
4
4
|
Summary: Science processing code for the Cryo-NIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: Pillow==10.4.0
|
|
|
17
17
|
Requires-Dist: astropy==7.0.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
20
|
-
Requires-Dist: dkist-processing-common==11.0.
|
|
20
|
+
Requires-Dist: dkist-processing-common==11.0.1
|
|
21
21
|
Requires-Dist: dkist-processing-math==2.2.0
|
|
22
22
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
@@ -43,16 +43,16 @@ Requires-Dist: dkist-processing-cryonirsp[asdf]; extra == "test"
|
|
|
43
43
|
Requires-Dist: dkist-processing-cryonirsp[quality]; extra == "test"
|
|
44
44
|
Provides-Extra: inventory
|
|
45
45
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
-
Requires-Dist: dkist-inventory==1.
|
|
46
|
+
Requires-Dist: dkist-inventory==1.9.0; extra == "inventory"
|
|
47
47
|
Provides-Extra: asdf
|
|
48
48
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
|
|
50
50
|
Provides-Extra: quality
|
|
51
|
-
Requires-Dist: dkist-quality==1.3.
|
|
51
|
+
Requires-Dist: dkist-quality==1.3.0; extra == "quality"
|
|
52
52
|
Provides-Extra: grogu
|
|
53
53
|
Requires-Dist: dkist; extra == "grogu"
|
|
54
54
|
Requires-Dist: pyparsing; extra == "grogu"
|
|
55
|
-
Requires-Dist: dkist-inventory>=1.
|
|
55
|
+
Requires-Dist: dkist-inventory>=1.9.0; extra == "grogu"
|
|
56
56
|
Provides-Extra: docs
|
|
57
57
|
Requires-Dist: sphinx; extra == "docs"
|
|
58
58
|
Requires-Dist: sphinx-astropy; extra == "docs"
|
|
@@ -88,43 +88,43 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
88
88
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
89
89
|
Requires-Dist: aioftp==0.26.2; extra == "frozen"
|
|
90
90
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
91
|
-
Requires-Dist: aiohttp==3.12.
|
|
92
|
-
Requires-Dist: aiosignal==1.
|
|
93
|
-
Requires-Dist: alembic==1.16.
|
|
91
|
+
Requires-Dist: aiohttp==3.12.14; extra == "frozen"
|
|
92
|
+
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
93
|
+
Requires-Dist: alembic==1.16.4; extra == "frozen"
|
|
94
94
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
95
95
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
98
|
-
Requires-Dist: apache-airflow-providers-celery==3.12.
|
|
99
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.7.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-common-io==1.6.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.27.
|
|
98
|
+
Requires-Dist: apache-airflow-providers-celery==3.12.1; extra == "frozen"
|
|
99
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.7.2; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-common-io==1.6.1; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.27.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
103
|
-
Requires-Dist: apache-airflow-providers-ftp==3.13.
|
|
104
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
105
|
-
Requires-Dist: apache-airflow-providers-imap==3.9.
|
|
106
|
-
Requires-Dist: apache-airflow-providers-postgres==6.2.
|
|
107
|
-
Requires-Dist: apache-airflow-providers-smtp==2.1.
|
|
108
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.1.
|
|
103
|
+
Requires-Dist: apache-airflow-providers-ftp==3.13.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: apache-airflow-providers-http==5.3.2; extra == "frozen"
|
|
105
|
+
Requires-Dist: apache-airflow-providers-imap==3.9.1; extra == "frozen"
|
|
106
|
+
Requires-Dist: apache-airflow-providers-postgres==6.2.1; extra == "frozen"
|
|
107
|
+
Requires-Dist: apache-airflow-providers-smtp==2.1.1; extra == "frozen"
|
|
108
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.1.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: apispec==6.8.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
111
111
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: asdf_standard==1.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: asgiref==3.
|
|
114
|
+
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
116
116
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
117
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
117
|
+
Requires-Dist: astropy-iers-data==0.2025.7.7.0.39.39; extra == "frozen"
|
|
118
118
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
123
|
-
Requires-Dist: boto3==1.39.
|
|
124
|
-
Requires-Dist: botocore==1.39.
|
|
123
|
+
Requires-Dist: boto3==1.39.4; extra == "frozen"
|
|
124
|
+
Requires-Dist: botocore==1.39.4; extra == "frozen"
|
|
125
125
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
127
|
-
Requires-Dist: certifi==2025.
|
|
127
|
+
Requires-Dist: certifi==2025.7.9; extra == "frozen"
|
|
128
128
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
130
130
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
@@ -144,9 +144,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
144
144
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-common==11.0.
|
|
147
|
+
Requires-Dist: dkist-processing-common==11.0.1; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
149
|
-
Requires-Dist: dkist-processing-cryonirsp==1.
|
|
149
|
+
Requires-Dist: dkist-processing-cryonirsp==1.9.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-processing-math==2.2.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
@@ -158,14 +158,13 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
|
158
158
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
160
160
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
161
|
-
Requires-Dist: fonttools==4.58.
|
|
161
|
+
Requires-Dist: fonttools==4.58.5; extra == "frozen"
|
|
162
162
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: fsspec==2025.5.1; extra == "frozen"
|
|
164
|
-
Requires-Dist: globus-sdk==3.
|
|
164
|
+
Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
166
166
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
167
167
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
168
|
-
Requires-Dist: greenlet==3.2.3; extra == "frozen"
|
|
169
168
|
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
170
169
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
171
170
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -219,7 +218,7 @@ Requires-Dist: opentelemetry-sdk==1.34.1; extra == "frozen"
|
|
|
219
218
|
Requires-Dist: opentelemetry-semantic-conventions==0.55b1; extra == "frozen"
|
|
220
219
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
221
220
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
222
|
-
Requires-Dist: pandas==2.3.
|
|
221
|
+
Requires-Dist: pandas==2.3.1; extra == "frozen"
|
|
223
222
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
224
223
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
225
224
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
@@ -281,7 +280,7 @@ Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
|
281
280
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
282
281
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
283
282
|
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
284
|
-
Requires-Dist: typing_extensions==4.14.
|
|
283
|
+
Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
|
|
285
284
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
286
285
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
287
286
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
{dkist_processing_cryonirsp-1.8.2rc1.dist-info → dkist_processing_cryonirsp-1.9.0.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
changelog/207.misc.2.rst,sha256=tjbXUxX3EzIXF0zEA2atx4E1W7Plv9DA7oSXCM-Lq2A,98
|
|
3
|
-
changelog/207.misc.rst,sha256=8UwobgxCfTPd-LcSWwarz_zzTsvJRWBcQJox8Tmyl5o,272
|
|
4
2
|
dkist_processing_cryonirsp/__init__.py,sha256=Z6-kB7fXXUI-F7Vz1HnEaja2h8qgH9IZExRl1lUxvZg,350
|
|
5
3
|
dkist_processing_cryonirsp/config.py,sha256=xNkUNJ1BeBxJX881mTCIEbirZlD5_5txpV1QqkbfRM0,507
|
|
6
4
|
dkist_processing_cryonirsp/codecs/__init__.py,sha256=du1iitvsudSSOMENSywXmXSLOlvIocJsPbvfEcyqFNc,159
|
|
@@ -84,8 +82,8 @@ dkist_processing_cryonirsp/tests/local_trial_workflows/l0_to_l1.py,sha256=KaxxMe
|
|
|
84
82
|
dkist_processing_cryonirsp/tests/local_trial_workflows/linearize_only.py,sha256=kl9yrE1EbgxNn__x4q0WYoZIvS8zefcOPbQQdxB4_ZE,3280
|
|
85
83
|
dkist_processing_cryonirsp/tests/local_trial_workflows/local_trial_helpers.py,sha256=FteYoLXR6BW3MBb-Wc6-O8mRj26U2U6T95_itslDhEo,20966
|
|
86
84
|
dkist_processing_cryonirsp/workflows/__init__.py,sha256=iEbV3oiKmkfmdZjeNJxqw08IIZnYSroq-2b-ARpkLFQ,112
|
|
87
|
-
dkist_processing_cryonirsp/workflows/ci_l0_processing.py,sha256=
|
|
88
|
-
dkist_processing_cryonirsp/workflows/sp_l0_processing.py,sha256=
|
|
85
|
+
dkist_processing_cryonirsp/workflows/ci_l0_processing.py,sha256=8-96ZWi_hnzsashkFaaK6YjO0CUk_2iO_gCoHTmGow8,3823
|
|
86
|
+
dkist_processing_cryonirsp/workflows/sp_l0_processing.py,sha256=Afy8JTTKcjRHh7c-hjnbXy6iP16OafHiVivoLWhDBUg,4254
|
|
89
87
|
dkist_processing_cryonirsp/workflows/trial_workflows.py,sha256=UvSvsho6gYWliJ_sRN_uYbt5jBdA68hVyLiyr6X5QTo,8088
|
|
90
88
|
docs/Makefile,sha256=qnlVz6PuBqE39NfHWuUnHhNEA-EFgT2-WJNNNy9ttfk,4598
|
|
91
89
|
docs/bad_pixel_calibration.rst,sha256=bHRclUItBA1QbGlek36B1yN5WHN53WkfjKUvZaq_j2I,2452
|
|
@@ -107,7 +105,7 @@ docs/requirements_table.rst,sha256=FaqSag9kPi77gWPhzeo_tFEhRFjb3qUuNqqQe1K76NM,2
|
|
|
107
105
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
108
106
|
docs/sp_science_calibration.rst,sha256=XL-H_hyzqwPHYNW3j-muItX_hGqMi-gjFRQbHp60LlU,2997
|
|
109
107
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
110
|
-
dkist_processing_cryonirsp-1.
|
|
111
|
-
dkist_processing_cryonirsp-1.
|
|
112
|
-
dkist_processing_cryonirsp-1.
|
|
113
|
-
dkist_processing_cryonirsp-1.
|
|
108
|
+
dkist_processing_cryonirsp-1.9.0.dist-info/METADATA,sha256=ldY1xHkvAxyI_K4JmhwFjzAg4Tx73hxCqqjIuYSZINM,22052
|
|
109
|
+
dkist_processing_cryonirsp-1.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
110
|
+
dkist_processing_cryonirsp-1.9.0.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
|
|
111
|
+
dkist_processing_cryonirsp-1.9.0.dist-info/RECORD,,
|
changelog/207.misc.2.rst
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Bump `dkist-quality`. This update contains machinery for plotting wavelength calibration results.
|
changelog/207.misc.rst
DELETED
{dkist_processing_cryonirsp-1.8.2rc1.dist-info → dkist_processing_cryonirsp-1.9.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|