dkist-processing-test 1.44.3__tar.gz → 1.44.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.44.3 → dkist_processing_test-1.44.4}/PKG-INFO +82 -84
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tests/conftest.py +5 -6
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tests/test_tasks.py +7 -11
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test.egg-info/PKG-INFO +82 -84
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test.egg-info/requires.txt +81 -83
- dkist_processing_test-1.44.4/dkist_processing_test.egg-info/scm_version.json +8 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/pyproject.toml +83 -85
- dkist_processing_test-1.44.3/dkist_processing_test.egg-info/scm_version.json +0 -8
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/.gitignore +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/.snyk +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/README.rst +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/exercise_gpu.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/exercise_multiprocessing.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/exercise_dask.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/exercise_gpu.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/exercise_multiprocessing.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test.egg-info/scm_file_list.json +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.44.3 → dkist_processing_test-1.44.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.44.
|
|
3
|
+
Version: 1.44.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,10 +12,10 @@ 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.
|
|
16
|
-
Requires-Dist: dkist-header-validator==
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.5.0
|
|
16
|
+
Requires-Dist: dkist-header-validator==6.0.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.29.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
@@ -25,7 +25,7 @@ Requires-Dist: pytest; extra == "test"
|
|
|
25
25
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
26
26
|
Requires-Dist: pytest-cov; extra == "test"
|
|
27
27
|
Requires-Dist: pytest-mock; extra == "test"
|
|
28
|
-
Requires-Dist: dkist-data-simulator
|
|
28
|
+
Requires-Dist: dkist-data-simulator; extra == "test"
|
|
29
29
|
Requires-Dist: dkist-processing-test[inventory]; extra == "test"
|
|
30
30
|
Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
@@ -47,113 +47,112 @@ Provides-Extra: frozen
|
|
|
47
47
|
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
48
48
|
Requires-Dist: ImageIO==2.37.4; extra == "frozen"
|
|
49
49
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
50
|
-
Requires-Dist: Mako==1.4.
|
|
50
|
+
Requires-Dist: Mako==1.4.3; extra == "frozen"
|
|
51
51
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
52
|
-
Requires-Dist: PyJWT==2.
|
|
52
|
+
Requires-Dist: PyJWT==2.15.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
54
54
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
55
55
|
Requires-Dist: Pygments==2.21.0; extra == "frozen"
|
|
56
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
56
|
+
Requires-Dist: SQLAlchemy==2.0.54; extra == "frozen"
|
|
57
57
|
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
58
58
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
59
|
-
Requires-Dist: aioftp==0.28.
|
|
59
|
+
Requires-Dist: aioftp==0.28.3; extra == "frozen"
|
|
60
60
|
Requires-Dist: aiohappyeyeballs==2.7.1; extra == "frozen"
|
|
61
61
|
Requires-Dist: aiohttp==3.14.3; extra == "frozen"
|
|
62
62
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
63
|
-
Requires-Dist: aiosmtplib==5.1.
|
|
63
|
+
Requires-Dist: aiosmtplib==5.1.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aiosqlite==0.22.1; extra == "frozen"
|
|
65
|
-
Requires-Dist: alembic==1.
|
|
66
|
-
Requires-Dist: amqp==5.
|
|
65
|
+
Requires-Dist: alembic==1.20.0; extra == "frozen"
|
|
66
|
+
Requires-Dist: amqp==5.4.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: annotated-doc==0.0.5; extra == "frozen"
|
|
68
68
|
Requires-Dist: annotated-types==0.8.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: anyio==4.
|
|
69
|
+
Requires-Dist: anyio==4.15.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: apache-airflow==3.3.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: apache-airflow-core==3.3.1; extra == "frozen"
|
|
72
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
73
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
74
|
-
Requires-Dist: apache-airflow-providers-common-io==1.
|
|
72
|
+
Requires-Dist: apache-airflow-providers-celery==3.24.0; extra == "frozen"
|
|
73
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.19.0; extra == "frozen"
|
|
74
|
+
Requires-Dist: apache-airflow-providers-common-io==1.9.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: apache-airflow-providers-common-sql==2.1.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: apache-airflow-providers-postgres==7.0.2; extra == "frozen"
|
|
77
|
-
Requires-Dist: apache-airflow-providers-smtp==3.0.
|
|
78
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
77
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.4; extra == "frozen"
|
|
78
|
+
Requires-Dist: apache-airflow-providers-standard==1.19.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-task-sdk==1.3.1; extra == "frozen"
|
|
80
|
-
Requires-Dist: appnope==1.0.0; extra == "frozen"
|
|
81
80
|
Requires-Dist: argcomplete==3.7.2; extra == "frozen"
|
|
82
81
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
83
82
|
Requires-Dist: argon2-cffi-bindings==26.1.0; extra == "frozen"
|
|
84
83
|
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
85
|
-
Requires-Dist: asdf==5.
|
|
84
|
+
Requires-Dist: asdf==5.4.0; extra == "frozen"
|
|
86
85
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
87
86
|
Requires-Dist: asgiref==3.12.1; extra == "frozen"
|
|
88
87
|
Requires-Dist: asteval==1.0.10; extra == "frozen"
|
|
89
88
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
90
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
89
|
+
Requires-Dist: astropy-iers-data==0.2026.9.21.0.56.25; extra == "frozen"
|
|
91
90
|
Requires-Dist: asttokens==3.0.2; extra == "frozen"
|
|
92
91
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
93
92
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
94
93
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
95
94
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
96
95
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: billiard==4.
|
|
96
|
+
Requires-Dist: billiard==4.3.0; extra == "frozen"
|
|
98
97
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.43.
|
|
100
|
-
Requires-Dist: botocore==1.43.
|
|
101
|
-
Requires-Dist: cachetools==7.
|
|
98
|
+
Requires-Dist: boto3==1.43.101; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.43.101; extra == "frozen"
|
|
100
|
+
Requires-Dist: cachetools==7.2.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: cadwyn==7.0.0; extra == "frozen"
|
|
103
102
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
104
103
|
Requires-Dist: certifi==2026.7.22; extra == "frozen"
|
|
105
104
|
Requires-Dist: cffi==2.1.1; extra == "frozen"
|
|
106
105
|
Requires-Dist: charset-normalizer==3.5.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: click==8.
|
|
106
|
+
Requires-Dist: click==8.5.0; extra == "frozen"
|
|
108
107
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
109
108
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: click-repl==0.
|
|
109
|
+
Requires-Dist: click-repl==0.4.0; extra == "frozen"
|
|
111
110
|
Requires-Dist: colorlog==6.12.0; extra == "frozen"
|
|
112
111
|
Requires-Dist: comm==0.2.3; extra == "frozen"
|
|
113
|
-
Requires-Dist: contourpy==1.
|
|
112
|
+
Requires-Dist: contourpy==1.4.0; extra == "frozen"
|
|
114
113
|
Requires-Dist: cron_descriptor==2.1.0; extra == "frozen"
|
|
115
114
|
Requires-Dist: croniter==6.2.4; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==50.0.
|
|
115
|
+
Requires-Dist: cryptography==50.0.1; extra == "frozen"
|
|
117
116
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
|
-
Requires-Dist: debugpy==1.8.
|
|
117
|
+
Requires-Dist: debugpy==1.8.22; extra == "frozen"
|
|
119
118
|
Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
120
119
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
121
120
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-header-validator==
|
|
123
|
-
Requires-Dist: dkist-processing-common==14.
|
|
121
|
+
Requires-Dist: dkist-header-validator==6.0.0; extra == "frozen"
|
|
122
|
+
Requires-Dist: dkist-processing-common==14.5.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: dkist-processing-core==7.5.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.44.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.44.4; extra == "frozen"
|
|
127
126
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.29.0; extra == "frozen"
|
|
130
129
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
131
130
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
132
131
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
133
132
|
Requires-Dist: fastapi==0.136.3; extra == "frozen"
|
|
134
133
|
Requires-Dist: fastapi-cli==0.0.32; extra == "frozen"
|
|
135
134
|
Requires-Dist: fastjsonschema==2.22.2; extra == "frozen"
|
|
136
|
-
Requires-Dist: flower==2.
|
|
137
|
-
Requires-Dist: fonttools==4.
|
|
135
|
+
Requires-Dist: flower==2.2.0; extra == "frozen"
|
|
136
|
+
Requires-Dist: fonttools==4.66.0; extra == "frozen"
|
|
138
137
|
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
140
|
-
Requires-Dist: fsspec==2026.
|
|
139
|
+
Requires-Dist: fsspec==2026.9.0; extra == "frozen"
|
|
141
140
|
Requires-Dist: globus-sdk==4.9.0; extra == "frozen"
|
|
142
|
-
Requires-Dist: googleapis-common-protos==1.75.
|
|
141
|
+
Requires-Dist: googleapis-common-protos==1.75.3; extra == "frozen"
|
|
143
142
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
144
143
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
145
|
-
Requires-Dist: greenlet==3.5.
|
|
146
|
-
Requires-Dist: grpcio==1.
|
|
144
|
+
Requires-Dist: greenlet==3.5.6; extra == "frozen"
|
|
145
|
+
Requires-Dist: grpcio==1.84.0; extra == "frozen"
|
|
147
146
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
148
147
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
149
148
|
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
150
149
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
151
150
|
Requires-Dist: humanize==4.16.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: idna==3.
|
|
151
|
+
Requires-Dist: idna==3.20; extra == "frozen"
|
|
153
152
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
154
|
-
Requires-Dist: importlib_metadata==9.0.
|
|
153
|
+
Requires-Dist: importlib_metadata==9.0.1; extra == "frozen"
|
|
155
154
|
Requires-Dist: ipykernel==7.3.0; extra == "frozen"
|
|
156
|
-
Requires-Dist: ipython==9.
|
|
155
|
+
Requires-Dist: ipython==9.17.1; extra == "frozen"
|
|
157
156
|
Requires-Dist: ipython_pygments_lexers==1.1.1; extra == "frozen"
|
|
158
157
|
Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
159
158
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -165,26 +164,26 @@ Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
|
165
164
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
166
165
|
Requires-Dist: jupyter-events==0.12.1; extra == "frozen"
|
|
167
166
|
Requires-Dist: jupyter-lsp==2.3.1; extra == "frozen"
|
|
168
|
-
Requires-Dist: jupyter_builder==1.2.
|
|
169
|
-
Requires-Dist: jupyter_client==8.
|
|
167
|
+
Requires-Dist: jupyter_builder==1.2.3; extra == "frozen"
|
|
168
|
+
Requires-Dist: jupyter_client==8.10.0; extra == "frozen"
|
|
170
169
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
171
|
-
Requires-Dist: jupyter_server==2.
|
|
170
|
+
Requires-Dist: jupyter_server==2.21.1; extra == "frozen"
|
|
172
171
|
Requires-Dist: jupyter_server_terminals==0.5.4; extra == "frozen"
|
|
173
|
-
Requires-Dist: jupyterlab==4.6.
|
|
172
|
+
Requires-Dist: jupyterlab==4.6.4; extra == "frozen"
|
|
174
173
|
Requires-Dist: jupyterlab_pygments==0.3.0; extra == "frozen"
|
|
175
|
-
Requires-Dist: jupyterlab_server==2.28.
|
|
176
|
-
Requires-Dist: kiwisolver==1.5.
|
|
174
|
+
Requires-Dist: jupyterlab_server==2.28.1; extra == "frozen"
|
|
175
|
+
Requires-Dist: kiwisolver==1.5.1; extra == "frozen"
|
|
177
176
|
Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
178
177
|
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
179
178
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
180
179
|
Requires-Dist: libcst==1.9.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: linkify-it-py==2.
|
|
180
|
+
Requires-Dist: linkify-it-py==2.2.0; extra == "frozen"
|
|
182
181
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
183
182
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
184
183
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
185
184
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
186
185
|
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
187
|
-
Requires-Dist: matplotlib==3.11.
|
|
186
|
+
Requires-Dist: matplotlib==3.11.2; extra == "frozen"
|
|
188
187
|
Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
189
188
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
190
189
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -192,13 +191,13 @@ Requires-Dist: mistune==3.3.4; extra == "frozen"
|
|
|
192
191
|
Requires-Dist: more-itertools==11.1.0; extra == "frozen"
|
|
193
192
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
194
193
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
195
|
-
Requires-Dist: multidict==6.
|
|
194
|
+
Requires-Dist: multidict==6.9.1; extra == "frozen"
|
|
196
195
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
197
196
|
Requires-Dist: nbclient==0.11.0; extra == "frozen"
|
|
198
197
|
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
199
198
|
Requires-Dist: nbformat==5.11.1; extra == "frozen"
|
|
200
|
-
Requires-Dist: nest-asyncio2==1.7.
|
|
201
|
-
Requires-Dist: notebook==7.6.
|
|
199
|
+
Requires-Dist: nest-asyncio2==1.7.3; extra == "frozen"
|
|
200
|
+
Requires-Dist: notebook==7.6.3; extra == "frozen"
|
|
202
201
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
203
202
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
204
203
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
@@ -229,7 +228,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.65b0; extra == "frozen"
|
|
|
229
228
|
Requires-Dist: opentelemetry-util-http==0.65b0; extra == "frozen"
|
|
230
229
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
231
230
|
Requires-Dist: packaging==26.3; extra == "frozen"
|
|
232
|
-
Requires-Dist: pandas==3.0.
|
|
231
|
+
Requires-Dist: pandas==3.0.6; extra == "frozen"
|
|
233
232
|
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
234
233
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
235
234
|
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
@@ -240,35 +239,35 @@ Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
|
240
239
|
Requires-Dist: pika==1.4.4; extra == "frozen"
|
|
241
240
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
242
241
|
Requires-Dist: pip==26.2.1; extra == "frozen"
|
|
243
|
-
Requires-Dist: platformdirs==4.11.
|
|
242
|
+
Requires-Dist: platformdirs==4.11.12; extra == "frozen"
|
|
244
243
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
245
244
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
246
245
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
247
246
|
Requires-Dist: prometheus_client==0.26.0; extra == "frozen"
|
|
248
247
|
Requires-Dist: prompt_toolkit==3.0.53; extra == "frozen"
|
|
249
|
-
Requires-Dist: propcache==0.5.
|
|
250
|
-
Requires-Dist: protobuf==7.36.
|
|
248
|
+
Requires-Dist: propcache==0.5.4; extra == "frozen"
|
|
249
|
+
Requires-Dist: protobuf==7.36.2; extra == "frozen"
|
|
251
250
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
252
|
-
Requires-Dist: psycopg==3.3.
|
|
253
|
-
Requires-Dist: psycopg-binary==3.3.
|
|
254
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
251
|
+
Requires-Dist: psycopg==3.3.6; extra == "frozen"
|
|
252
|
+
Requires-Dist: psycopg-binary==3.3.6; extra == "frozen"
|
|
253
|
+
Requires-Dist: psycopg2-binary==2.9.13; extra == "frozen"
|
|
255
254
|
Requires-Dist: ptyprocess==0.7.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: pure_eval==0.2.
|
|
255
|
+
Requires-Dist: pure_eval==0.2.4; extra == "frozen"
|
|
257
256
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
258
|
-
Requires-Dist: pydantic==2.13.
|
|
257
|
+
Requires-Dist: pydantic==2.13.5; extra == "frozen"
|
|
259
258
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
260
259
|
Requires-Dist: pydantic-settings==2.15.0; extra == "frozen"
|
|
261
|
-
Requires-Dist: pydantic_core==2.46.
|
|
260
|
+
Requires-Dist: pydantic_core==2.46.5; extra == "frozen"
|
|
262
261
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
263
|
-
Requires-Dist: pygtrie==2.
|
|
264
|
-
Requires-Dist: pyparsing==3.3.
|
|
262
|
+
Requires-Dist: pygtrie==2.6.2; extra == "frozen"
|
|
263
|
+
Requires-Dist: pyparsing==3.3.3; extra == "frozen"
|
|
265
264
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
266
265
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
267
266
|
Requires-Dist: python-dotenv==1.2.3; extra == "frozen"
|
|
268
267
|
Requires-Dist: python-json-logger==4.2.0; extra == "frozen"
|
|
269
268
|
Requires-Dist: python-multipart==0.0.32; extra == "frozen"
|
|
270
|
-
Requires-Dist: python-slugify==
|
|
271
|
-
Requires-Dist: pytz==2026.
|
|
269
|
+
Requires-Dist: python-slugify==9.1.1; extra == "frozen"
|
|
270
|
+
Requires-Dist: pytz==2026.4; extra == "frozen"
|
|
272
271
|
Requires-Dist: pyzmq==27.2.0; extra == "frozen"
|
|
273
272
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
274
273
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
@@ -278,7 +277,7 @@ Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
|
278
277
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
279
278
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
280
279
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
281
|
-
Requires-Dist: rich-toolkit==0.20.
|
|
280
|
+
Requires-Dist: rich-toolkit==0.20.5; extra == "frozen"
|
|
282
281
|
Requires-Dist: rpds-py==2026.6.3; extra == "frozen"
|
|
283
282
|
Requires-Dist: s3transfer==0.19.2; extra == "frozen"
|
|
284
283
|
Requires-Dist: scipy==1.18.1; extra == "frozen"
|
|
@@ -288,11 +287,11 @@ Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
|
288
287
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
289
288
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
290
289
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
291
|
-
Requires-Dist: soupsieve==2.
|
|
290
|
+
Requires-Dist: soupsieve==2.10; extra == "frozen"
|
|
292
291
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
293
292
|
Requires-Dist: sqlparse==0.6.0; extra == "frozen"
|
|
294
293
|
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
295
|
-
Requires-Dist: starlette==1.
|
|
294
|
+
Requires-Dist: starlette==1.7.0; extra == "frozen"
|
|
296
295
|
Requires-Dist: structlog==26.1.0; extra == "frozen"
|
|
297
296
|
Requires-Dist: sunpy==8.0.0; extra == "frozen"
|
|
298
297
|
Requires-Dist: svcs==26.2.0; extra == "frozen"
|
|
@@ -303,34 +302,33 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
|
303
302
|
Requires-Dist: terminado==0.18.1; extra == "frozen"
|
|
304
303
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
305
304
|
Requires-Dist: tinycss2==1.5.1; extra == "frozen"
|
|
306
|
-
Requires-Dist: tornado==6.5.
|
|
307
|
-
Requires-Dist: tqdm==4.70.
|
|
305
|
+
Requires-Dist: tornado==6.5.10; extra == "frozen"
|
|
306
|
+
Requires-Dist: tqdm==4.70.1; extra == "frozen"
|
|
308
307
|
Requires-Dist: traitlets==5.16.1; extra == "frozen"
|
|
309
|
-
Requires-Dist: typer==0.27.
|
|
308
|
+
Requires-Dist: typer==0.27.2; extra == "frozen"
|
|
310
309
|
Requires-Dist: typing-inspection==0.4.4; extra == "frozen"
|
|
311
310
|
Requires-Dist: typing_extensions==4.16.0; extra == "frozen"
|
|
312
|
-
Requires-Dist: tzdata==2026.
|
|
311
|
+
Requires-Dist: tzdata==2026.4; extra == "frozen"
|
|
313
312
|
Requires-Dist: tzlocal==5.4.4; extra == "frozen"
|
|
314
|
-
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
315
313
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
316
314
|
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
317
315
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
318
|
-
Requires-Dist: urllib3==2.
|
|
316
|
+
Requires-Dist: urllib3==2.8.0; extra == "frozen"
|
|
319
317
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
320
|
-
Requires-Dist: uvicorn==0.
|
|
318
|
+
Requires-Dist: uvicorn==0.53.0; extra == "frozen"
|
|
321
319
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
322
320
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
323
321
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
324
|
-
Requires-Dist: watchfiles==1.
|
|
325
|
-
Requires-Dist: wcwidth==0.
|
|
322
|
+
Requires-Dist: watchfiles==1.3.0; extra == "frozen"
|
|
323
|
+
Requires-Dist: wcwidth==0.9.1; extra == "frozen"
|
|
326
324
|
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
327
325
|
Requires-Dist: webencodings==0.6.1; extra == "frozen"
|
|
328
|
-
Requires-Dist: websocket-client==1.9.
|
|
329
|
-
Requires-Dist: websockets==17.
|
|
326
|
+
Requires-Dist: websocket-client==1.9.2; extra == "frozen"
|
|
327
|
+
Requires-Dist: websockets==17.1; extra == "frozen"
|
|
330
328
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
331
|
-
Requires-Dist: wrapt==2.
|
|
329
|
+
Requires-Dist: wrapt==2.4.1; extra == "frozen"
|
|
332
330
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
333
|
-
Requires-Dist: yarl==1.
|
|
331
|
+
Requires-Dist: yarl==1.25.1; extra == "frozen"
|
|
334
332
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
335
333
|
|
|
336
334
|
dkist-processing-test
|
|
@@ -6,7 +6,6 @@ import numpy as np
|
|
|
6
6
|
import pytest
|
|
7
7
|
from astropy.io import fits
|
|
8
8
|
from dkist_data_simulator.spec122 import Spec122Dataset
|
|
9
|
-
from dkist_header_validator.translator import translate_spec122_to_spec214_l0
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
@pytest.fixture()
|
|
@@ -23,6 +22,7 @@ class S122Headers(Spec122Dataset):
|
|
|
23
22
|
num_dsps_repeats: int = 5,
|
|
24
23
|
time_delta: float = 10.0,
|
|
25
24
|
instrument: str = "vbi",
|
|
25
|
+
file_schema: str = "level0_spec214",
|
|
26
26
|
):
|
|
27
27
|
dataset_shape = (num_exp_per_step * num_steps * num_dsps_repeats,) + array_shape[-2:]
|
|
28
28
|
super().__init__(
|
|
@@ -30,6 +30,7 @@ class S122Headers(Spec122Dataset):
|
|
|
30
30
|
array_shape=array_shape,
|
|
31
31
|
time_delta=time_delta,
|
|
32
32
|
instrument=instrument,
|
|
33
|
+
file_schema=file_schema,
|
|
33
34
|
)
|
|
34
35
|
self.num_steps = num_steps
|
|
35
36
|
self.num_exp_per_step = num_exp_per_step
|
|
@@ -37,14 +38,12 @@ class S122Headers(Spec122Dataset):
|
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
def generate_214_l0_fits_frame(
|
|
40
|
-
|
|
41
|
+
s214l0_header: fits.Header, data: np.ndarray | None = None
|
|
41
42
|
) -> fits.HDUList:
|
|
42
|
-
"""
|
|
43
|
+
"""Package 214 L0 header and optional data into an HDUList"""
|
|
43
44
|
if data is None:
|
|
44
45
|
data = np.ones((1, 10, 10))
|
|
45
|
-
|
|
46
|
-
del translated_header["COMMENT"]
|
|
47
|
-
hdu = fits.PrimaryHDU(data=data, header=fits.Header(translated_header))
|
|
46
|
+
hdu = fits.PrimaryHDU(data=data, header=fits.Header(s214l0_header))
|
|
48
47
|
return fits.HDUList([hdu])
|
|
49
48
|
|
|
50
49
|
|
|
@@ -488,6 +488,7 @@ class CommonDataset(Spec122Dataset):
|
|
|
488
488
|
num_dsps_repeats: int = 1,
|
|
489
489
|
num_files: int = 2,
|
|
490
490
|
start_datetime: datetime = datetime(2020, 1, 1, 0, 0, 0),
|
|
491
|
+
file_schema: str = "level0_spec214",
|
|
491
492
|
):
|
|
492
493
|
array_shape = (1, 10, 10)
|
|
493
494
|
dataset_shape = (num_files,) + array_shape[1:]
|
|
@@ -497,6 +498,7 @@ class CommonDataset(Spec122Dataset):
|
|
|
497
498
|
dataset_shape=dataset_shape,
|
|
498
499
|
instrument="visp",
|
|
499
500
|
start_time=start_datetime,
|
|
501
|
+
file_schema=file_schema,
|
|
500
502
|
)
|
|
501
503
|
|
|
502
504
|
self.add_constant_key("TELEVATN", 6.28)
|
|
@@ -555,13 +557,7 @@ def complete_common_header():
|
|
|
555
557
|
"""
|
|
556
558
|
# Taken from dkist-processing-common
|
|
557
559
|
ds = CommonDataset()
|
|
558
|
-
header_list = [
|
|
559
|
-
spec122_validator.validate_and_translate_to_214_l0(d.header(), return_type=fits.HDUList)[
|
|
560
|
-
0
|
|
561
|
-
].header
|
|
562
|
-
for d in ds
|
|
563
|
-
]
|
|
564
|
-
|
|
560
|
+
header_list = [fits.Header(d.header()) for d in ds]
|
|
565
561
|
return header_list[0]
|
|
566
562
|
|
|
567
563
|
|
|
@@ -599,7 +595,7 @@ def test_parse_task(parse_inputs_task_no_data, tmp_path, recipe_run_id):
|
|
|
599
595
|
ds = chain(obs_ds, non_obs_ds)
|
|
600
596
|
header_generator = (d.header() for d in ds)
|
|
601
597
|
for header in header_generator:
|
|
602
|
-
hdul = generate_214_l0_fits_frame(
|
|
598
|
+
hdul = generate_214_l0_fits_frame(s214l0_header=header)
|
|
603
599
|
task.write(data=hdul, tags=[Tag.input(), Tag.frame()], encoder=fits_hdulist_encoder)
|
|
604
600
|
|
|
605
601
|
task()
|
|
@@ -644,7 +640,7 @@ def test_parse_picky_bud(parse_inputs_task_no_data, tmp_path, recipe_run_id):
|
|
|
644
640
|
ds = CommonDataset(task_type="bad value")
|
|
645
641
|
header_generator = (d.header() for d in ds)
|
|
646
642
|
for header in header_generator:
|
|
647
|
-
hdul = generate_214_l0_fits_frame(
|
|
643
|
+
hdul = generate_214_l0_fits_frame(s214l0_header=header)
|
|
648
644
|
task.write(data=hdul, tags=[Tag.input(), Tag.frame()], encoder=fits_hdulist_encoder)
|
|
649
645
|
|
|
650
646
|
with pytest.raises(ValueError, match="This task type is bad!"):
|
|
@@ -948,7 +944,7 @@ def make_movie_frames_task(tmp_path, recipe_run_id):
|
|
|
948
944
|
for d, header in enumerate(header_generator):
|
|
949
945
|
data = np.ones((1, 10, 10))
|
|
950
946
|
data[:, : d * 10, :] = 0.0
|
|
951
|
-
hdl = generate_214_l0_fits_frame(data=data,
|
|
947
|
+
hdl = generate_214_l0_fits_frame(data=data, s214l0_header=header)
|
|
952
948
|
task.write(
|
|
953
949
|
data=hdl,
|
|
954
950
|
tags=[
|
|
@@ -1003,7 +999,7 @@ def assemble_test_movie_task(tmp_path, recipe_run_id):
|
|
|
1003
999
|
for d, header in enumerate(header_generator):
|
|
1004
1000
|
data = np.ones((10, 10)) * 20.0
|
|
1005
1001
|
data[: d * 10, :] = 10.0
|
|
1006
|
-
hdl = generate_214_l0_fits_frame(data=data,
|
|
1002
|
+
hdl = generate_214_l0_fits_frame(data=data, s214l0_header=header)
|
|
1007
1003
|
task.write(
|
|
1008
1004
|
data=hdl,
|
|
1009
1005
|
tags=[
|