dkist-processing-test 1.42.2__tar.gz → 1.42.4__tar.gz
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_test-1.42.2/dkist_processing_test.egg-info → dkist_processing_test-1.42.4}/PKG-INFO +17 -17
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/write_l1.py +5 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4/dkist_processing_test.egg-info}/PKG-INFO +17 -17
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test.egg-info/requires.txt +16 -16
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/pyproject.toml +18 -18
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/.gitignore +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/.snyk +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/README.rst +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.4
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
@@ -41,7 +41,7 @@ Provides-Extra: frozen
|
|
|
41
41
|
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
42
42
|
Requires-Dist: ImageIO==2.37.3; extra == "frozen"
|
|
43
43
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
44
|
-
Requires-Dist: Mako==1.3.
|
|
44
|
+
Requires-Dist: Mako==1.3.12; extra == "frozen"
|
|
45
45
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
46
46
|
Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
@@ -64,7 +64,7 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
66
66
|
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
67
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
67
|
+
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
69
69
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
70
70
|
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
|
|
83
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.
|
|
88
|
-
Requires-Dist: botocore==1.
|
|
87
|
+
Requires-Dist: boto3==1.43.3; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.43.3; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -99,15 +99,15 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
100
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
|
-
Requires-Dist: cryptography==
|
|
102
|
+
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.2; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.4; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -119,7 +119,7 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
122
|
-
Requires-Dist: fsspec==2026.
|
|
122
|
+
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
@@ -193,7 +193,7 @@ Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
|
193
193
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
195
195
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
|
-
Requires-Dist: pip==26.1; extra == "frozen"
|
|
196
|
+
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
197
197
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
198
198
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
199
199
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -216,15 +216,15 @@ Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
|
216
216
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
218
218
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
219
|
-
Requires-Dist: pytz==2026.
|
|
219
|
+
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
221
221
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
222
222
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
223
223
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
224
|
-
Requires-Dist: rich-argparse==1.
|
|
224
|
+
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
225
225
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
226
226
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
227
|
-
Requires-Dist: s3transfer==0.
|
|
227
|
+
Requires-Dist: s3transfer==0.17.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -246,7 +246,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typer==0.25.
|
|
249
|
+
Requires-Dist: typer==0.25.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
252
252
|
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
@@ -261,7 +261,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
261
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
263
263
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
264
|
-
Requires-Dist: wcwidth==0.
|
|
264
|
+
Requires-Dist: wcwidth==0.7.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
267
267
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
@@ -41,6 +41,11 @@ class WriteL1Data(WriteL1Frame):
|
|
|
41
41
|
for i in range(1, header["NAXIS"] + 1):
|
|
42
42
|
header[f"NBIN{i}"] = 1
|
|
43
43
|
|
|
44
|
+
# VBI stats header
|
|
45
|
+
header["VBICRI"] = 0.5
|
|
46
|
+
header["VBICRLEN"] = 300
|
|
47
|
+
header["VBICRMSC"] = 0.25
|
|
48
|
+
|
|
44
49
|
return header
|
|
45
50
|
|
|
46
51
|
def calculate_date_end(self, header: fits.Header) -> str:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.4
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
@@ -41,7 +41,7 @@ Provides-Extra: frozen
|
|
|
41
41
|
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
42
42
|
Requires-Dist: ImageIO==2.37.3; extra == "frozen"
|
|
43
43
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
44
|
-
Requires-Dist: Mako==1.3.
|
|
44
|
+
Requires-Dist: Mako==1.3.12; extra == "frozen"
|
|
45
45
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
46
46
|
Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
@@ -64,7 +64,7 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
66
66
|
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
67
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
67
|
+
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
69
69
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
70
70
|
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
|
|
83
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.
|
|
88
|
-
Requires-Dist: botocore==1.
|
|
87
|
+
Requires-Dist: boto3==1.43.3; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.43.3; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -99,15 +99,15 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
100
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
|
-
Requires-Dist: cryptography==
|
|
102
|
+
Requires-Dist: cryptography==48.0.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.2; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.4; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -119,7 +119,7 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
122
|
-
Requires-Dist: fsspec==2026.
|
|
122
|
+
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
@@ -193,7 +193,7 @@ Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
|
193
193
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
195
195
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
|
-
Requires-Dist: pip==26.1; extra == "frozen"
|
|
196
|
+
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
197
197
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
198
198
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
199
199
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -216,15 +216,15 @@ Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
|
216
216
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
218
218
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
219
|
-
Requires-Dist: pytz==2026.
|
|
219
|
+
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
221
221
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
222
222
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
223
223
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
224
|
-
Requires-Dist: rich-argparse==1.
|
|
224
|
+
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
225
225
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
226
226
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
227
|
-
Requires-Dist: s3transfer==0.
|
|
227
|
+
Requires-Dist: s3transfer==0.17.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -246,7 +246,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typer==0.25.
|
|
249
|
+
Requires-Dist: typer==0.25.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
252
252
|
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
@@ -261,7 +261,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
261
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
263
263
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
264
|
-
Requires-Dist: wcwidth==0.
|
|
264
|
+
Requires-Dist: wcwidth==0.7.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
267
267
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.0.
|
|
1
|
+
dkist-processing-common==14.0.2
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.25.0
|
|
@@ -15,7 +15,7 @@ dkist-inventory[asdf]==1.11.6
|
|
|
15
15
|
Deprecated==1.3.1
|
|
16
16
|
ImageIO==2.37.3
|
|
17
17
|
Jinja2==3.1.6
|
|
18
|
-
Mako==1.3.
|
|
18
|
+
Mako==1.3.12
|
|
19
19
|
MarkupSafe==3.0.3
|
|
20
20
|
PyJWT==2.12.1
|
|
21
21
|
PyYAML==6.0.3
|
|
@@ -38,7 +38,7 @@ annotated-types==0.7.0
|
|
|
38
38
|
anyio==4.13.0
|
|
39
39
|
apache-airflow==3.1.8
|
|
40
40
|
apache-airflow-core==3.1.8
|
|
41
|
-
apache-airflow-providers-celery==3.
|
|
41
|
+
apache-airflow-providers-celery==3.19.0
|
|
42
42
|
apache-airflow-providers-common-compat==1.14.3
|
|
43
43
|
apache-airflow-providers-common-io==1.7.2
|
|
44
44
|
apache-airflow-providers-common-sql==1.35.0
|
|
@@ -53,13 +53,13 @@ asdf_transform_schemas==0.6.0
|
|
|
53
53
|
asgiref==3.11.1
|
|
54
54
|
asteval==1.0.8
|
|
55
55
|
astropy==7.0.2
|
|
56
|
-
astropy-iers-data==0.2026.4.
|
|
56
|
+
astropy-iers-data==0.2026.5.4.1.4.54
|
|
57
57
|
asyncpg==0.31.0
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.
|
|
62
|
-
botocore==1.
|
|
61
|
+
boto3==1.43.3
|
|
62
|
+
botocore==1.43.3
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.4.22
|
|
@@ -73,15 +73,15 @@ colorlog==6.10.1
|
|
|
73
73
|
contourpy==1.3.3
|
|
74
74
|
cron_descriptor==2.0.8
|
|
75
75
|
croniter==6.2.2
|
|
76
|
-
cryptography==
|
|
76
|
+
cryptography==48.0.0
|
|
77
77
|
cycler==0.12.1
|
|
78
78
|
decorator==5.2.1
|
|
79
79
|
dill==0.4.1
|
|
80
80
|
dkist-header-validator==5.3.1
|
|
81
|
-
dkist-processing-common==14.0.
|
|
81
|
+
dkist-processing-common==14.0.2
|
|
82
82
|
dkist-processing-core==7.2.1
|
|
83
83
|
dkist-processing-pac==3.1.2
|
|
84
|
-
dkist-processing-test==1.42.
|
|
84
|
+
dkist-processing-test==1.42.4
|
|
85
85
|
dkist-service-configuration==4.3.0
|
|
86
86
|
dkist-spectral-lines==3.0.1
|
|
87
87
|
dkist_fits_specifications==4.25.0
|
|
@@ -93,7 +93,7 @@ fastjsonschema==2.21.2
|
|
|
93
93
|
flower==2.0.1
|
|
94
94
|
fonttools==4.62.1
|
|
95
95
|
frozenlist==1.8.0
|
|
96
|
-
fsspec==2026.
|
|
96
|
+
fsspec==2026.4.0
|
|
97
97
|
globus-sdk==4.5.0
|
|
98
98
|
googleapis-common-protos==1.74.0
|
|
99
99
|
gqlclient==2.0.0
|
|
@@ -167,7 +167,7 @@ pathspec==1.1.1
|
|
|
167
167
|
pendulum==3.2.0
|
|
168
168
|
pika==1.3.2
|
|
169
169
|
pillow==11.3.0
|
|
170
|
-
pip==26.1
|
|
170
|
+
pip==26.1.1
|
|
171
171
|
platformdirs==4.9.6
|
|
172
172
|
pluggy==1.6.0
|
|
173
173
|
pooch==1.9.0
|
|
@@ -190,15 +190,15 @@ python-dateutil==2.9.0.post0
|
|
|
190
190
|
python-dotenv==1.2.2
|
|
191
191
|
python-multipart==0.0.27
|
|
192
192
|
python-slugify==8.0.4
|
|
193
|
-
pytz==2026.
|
|
193
|
+
pytz==2026.2
|
|
194
194
|
redis==6.4.0
|
|
195
195
|
referencing==0.37.0
|
|
196
196
|
requests==2.33.1
|
|
197
197
|
rich==15.0.0
|
|
198
|
-
rich-argparse==1.
|
|
198
|
+
rich-argparse==1.8.0
|
|
199
199
|
rich-toolkit==0.19.7
|
|
200
200
|
rpds-py==0.30.0
|
|
201
|
-
s3transfer==0.
|
|
201
|
+
s3transfer==0.17.0
|
|
202
202
|
scipy==1.17.1
|
|
203
203
|
semantic-version==2.10.0
|
|
204
204
|
setproctitle==1.3.7
|
|
@@ -220,7 +220,7 @@ text-unidecode==1.3
|
|
|
220
220
|
tornado==6.5.5
|
|
221
221
|
tqdm==4.67.3
|
|
222
222
|
traitlets==5.14.3
|
|
223
|
-
typer==0.25.
|
|
223
|
+
typer==0.25.1
|
|
224
224
|
typing-inspection==0.4.2
|
|
225
225
|
typing_extensions==4.15.0
|
|
226
226
|
tzdata==2026.2
|
|
@@ -235,7 +235,7 @@ uvloop==0.22.1
|
|
|
235
235
|
vine==5.1.0
|
|
236
236
|
voluptuous==0.16.0
|
|
237
237
|
watchfiles==1.1.1
|
|
238
|
-
wcwidth==0.
|
|
238
|
+
wcwidth==0.7.0
|
|
239
239
|
websockets==16.0
|
|
240
240
|
wirerope==1.0.0
|
|
241
241
|
wrapt==2.1.2
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.42.
|
|
13
|
-
date = 2026-
|
|
12
|
+
version = "1.42.4"
|
|
13
|
+
date = 2026-05-04T19:32:22.506494
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 14.0.
|
|
29
|
+
"dkist-processing-common == 14.0.2",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.25.0",
|
|
@@ -67,7 +67,7 @@ frozen = [
|
|
|
67
67
|
"Deprecated == 1.3.1",
|
|
68
68
|
"ImageIO == 2.37.3",
|
|
69
69
|
"Jinja2 == 3.1.6",
|
|
70
|
-
"Mako == 1.3.
|
|
70
|
+
"Mako == 1.3.12",
|
|
71
71
|
"MarkupSafe == 3.0.3",
|
|
72
72
|
"PyJWT == 2.12.1",
|
|
73
73
|
"PyYAML == 6.0.3",
|
|
@@ -90,7 +90,7 @@ frozen = [
|
|
|
90
90
|
"anyio == 4.13.0",
|
|
91
91
|
"apache-airflow == 3.1.8",
|
|
92
92
|
"apache-airflow-core == 3.1.8",
|
|
93
|
-
"apache-airflow-providers-celery == 3.
|
|
93
|
+
"apache-airflow-providers-celery == 3.19.0",
|
|
94
94
|
"apache-airflow-providers-common-compat == 1.14.3",
|
|
95
95
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
96
96
|
"apache-airflow-providers-common-sql == 1.35.0",
|
|
@@ -105,13 +105,13 @@ frozen = [
|
|
|
105
105
|
"asgiref == 3.11.1",
|
|
106
106
|
"asteval == 1.0.8",
|
|
107
107
|
"astropy == 7.0.2",
|
|
108
|
-
"astropy-iers-data == 0.2026.4.
|
|
108
|
+
"astropy-iers-data == 0.2026.5.4.1.4.54",
|
|
109
109
|
"asyncpg == 0.31.0",
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.
|
|
114
|
-
"botocore == 1.
|
|
113
|
+
"boto3 == 1.43.3",
|
|
114
|
+
"botocore == 1.43.3",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.4.22",
|
|
@@ -125,15 +125,15 @@ frozen = [
|
|
|
125
125
|
"contourpy == 1.3.3",
|
|
126
126
|
"cron_descriptor == 2.0.8",
|
|
127
127
|
"croniter == 6.2.2",
|
|
128
|
-
"cryptography ==
|
|
128
|
+
"cryptography == 48.0.0",
|
|
129
129
|
"cycler == 0.12.1",
|
|
130
130
|
"decorator == 5.2.1",
|
|
131
131
|
"dill == 0.4.1",
|
|
132
132
|
"dkist-header-validator == 5.3.1",
|
|
133
|
-
"dkist-processing-common == 14.0.
|
|
133
|
+
"dkist-processing-common == 14.0.2",
|
|
134
134
|
"dkist-processing-core == 7.2.1",
|
|
135
135
|
"dkist-processing-pac == 3.1.2",
|
|
136
|
-
"dkist-processing-test == 1.42.
|
|
136
|
+
"dkist-processing-test == 1.42.4",
|
|
137
137
|
"dkist-service-configuration == 4.3.0",
|
|
138
138
|
"dkist-spectral-lines == 3.0.1",
|
|
139
139
|
"dkist_fits_specifications == 4.25.0",
|
|
@@ -145,7 +145,7 @@ frozen = [
|
|
|
145
145
|
"flower == 2.0.1",
|
|
146
146
|
"fonttools == 4.62.1",
|
|
147
147
|
"frozenlist == 1.8.0",
|
|
148
|
-
"fsspec == 2026.
|
|
148
|
+
"fsspec == 2026.4.0",
|
|
149
149
|
"globus-sdk == 4.5.0",
|
|
150
150
|
"googleapis-common-protos == 1.74.0",
|
|
151
151
|
"gqlclient == 2.0.0",
|
|
@@ -219,7 +219,7 @@ frozen = [
|
|
|
219
219
|
"pendulum == 3.2.0",
|
|
220
220
|
"pika == 1.3.2",
|
|
221
221
|
"pillow == 11.3.0",
|
|
222
|
-
"pip == 26.1",
|
|
222
|
+
"pip == 26.1.1",
|
|
223
223
|
"platformdirs == 4.9.6",
|
|
224
224
|
"pluggy == 1.6.0",
|
|
225
225
|
"pooch == 1.9.0",
|
|
@@ -242,15 +242,15 @@ frozen = [
|
|
|
242
242
|
"python-dotenv == 1.2.2",
|
|
243
243
|
"python-multipart == 0.0.27",
|
|
244
244
|
"python-slugify == 8.0.4",
|
|
245
|
-
"pytz == 2026.
|
|
245
|
+
"pytz == 2026.2",
|
|
246
246
|
"redis == 6.4.0",
|
|
247
247
|
"referencing == 0.37.0",
|
|
248
248
|
"requests == 2.33.1",
|
|
249
249
|
"rich == 15.0.0",
|
|
250
|
-
"rich-argparse == 1.
|
|
250
|
+
"rich-argparse == 1.8.0",
|
|
251
251
|
"rich-toolkit == 0.19.7",
|
|
252
252
|
"rpds-py == 0.30.0",
|
|
253
|
-
"s3transfer == 0.
|
|
253
|
+
"s3transfer == 0.17.0",
|
|
254
254
|
"scipy == 1.17.1",
|
|
255
255
|
"semantic-version == 2.10.0",
|
|
256
256
|
"setproctitle == 1.3.7",
|
|
@@ -272,7 +272,7 @@ frozen = [
|
|
|
272
272
|
"tornado == 6.5.5",
|
|
273
273
|
"tqdm == 4.67.3",
|
|
274
274
|
"traitlets == 5.14.3",
|
|
275
|
-
"typer == 0.25.
|
|
275
|
+
"typer == 0.25.1",
|
|
276
276
|
"typing-inspection == 0.4.2",
|
|
277
277
|
"typing_extensions == 4.15.0",
|
|
278
278
|
"tzdata == 2026.2",
|
|
@@ -287,7 +287,7 @@ frozen = [
|
|
|
287
287
|
"vine == 5.1.0",
|
|
288
288
|
"voluptuous == 0.16.0",
|
|
289
289
|
"watchfiles == 1.1.1",
|
|
290
|
-
"wcwidth == 0.
|
|
290
|
+
"wcwidth == 0.7.0",
|
|
291
291
|
"websockets == 16.0",
|
|
292
292
|
"wirerope == 1.0.0",
|
|
293
293
|
"wrapt == 2.1.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.4}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|