dkist-processing-vbi 1.25.4__tar.gz → 1.25.5__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_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/PKG-INFO +49 -46
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/README.rst +10 -6
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi.egg-info/PKG-INFO +49 -46
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi.egg-info/requires.txt +38 -39
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/pyproject.toml +40 -41
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/.gitignore +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/.snyk +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/setup.cfg +0 -0
- {dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.25.5 (2025-12-05)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-processing-common to 11.9.0 to take advantage of globus account pools for inbound and outbound transfers. (`#159 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/159>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.25.4 (2025-12-02)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.5
|
|
4
4
|
Summary: Processing code for the VBI 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.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -24,7 +24,7 @@ Requires-Dist: scipy==1.15.3
|
|
|
24
24
|
Requires-Dist: pillow==10.4.0
|
|
25
25
|
Requires-Dist: moviepy==2.1.2
|
|
26
26
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
27
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
27
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
28
28
|
Provides-Extra: test
|
|
29
29
|
Requires-Dist: pytest; extra == "test"
|
|
30
30
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -91,10 +91,10 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
91
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
94
|
+
Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
@@ -116,8 +116,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.42.
|
|
120
|
-
Requires-Dist: botocore==1.42.
|
|
119
|
+
Requires-Dist: boto3==1.42.3; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.3; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -140,12 +140,12 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.
|
|
144
|
-
Requires-Dist: dkist-processing-core==6.0.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.9.0; extra == "frozen"
|
|
144
|
+
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
148
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.5; extra == "frozen"
|
|
148
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -155,12 +155,11 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: fsspec==2025.
|
|
159
|
-
Requires-Dist: globus-sdk==
|
|
158
|
+
Requires-Dist: fsspec==2025.12.0; extra == "frozen"
|
|
159
|
+
Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
163
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
164
163
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
166
165
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -200,30 +199,30 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
200
199
|
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
201
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
201
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
203
|
-
Requires-Dist: opentelemetry-api==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
207
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
212
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
213
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
214
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
215
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
202
|
+
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
|
|
212
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
|
|
222
221
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
223
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
224
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
225
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
226
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
222
|
+
Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
|
|
227
226
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
228
227
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
229
228
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
@@ -234,7 +233,7 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
234
233
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
235
234
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
236
235
|
Requires-Dist: pip==25.3; extra == "frozen"
|
|
237
|
-
Requires-Dist: platformdirs==4.5.
|
|
236
|
+
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
238
237
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
240
239
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -290,8 +289,8 @@ Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
|
290
289
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
291
290
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
292
291
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
293
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
294
|
-
Requires-Dist: urllib3==2.
|
|
292
|
+
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
293
|
+
Requires-Dist: urllib3==2.6.0; extra == "frozen"
|
|
295
294
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
296
295
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
297
296
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -336,6 +335,10 @@ Environment Variables
|
|
|
336
335
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
337
336
|
* - NOMAD_ALLOC_ID
|
|
338
337
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
338
|
+
* - NOMAD_ALLOC_NAME
|
|
339
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
340
|
+
* - NOMAD_GROUP_NAME
|
|
341
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
339
342
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
340
343
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
341
344
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -376,12 +379,12 @@ Environment Variables
|
|
|
376
379
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
377
380
|
* - S3_DOWNLOAD_CONFIG
|
|
378
381
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
379
|
-
* -
|
|
380
|
-
- annotation=
|
|
381
|
-
* -
|
|
382
|
-
- annotation=
|
|
383
|
-
* -
|
|
384
|
-
- annotation=
|
|
382
|
+
* - GLOBUS_MAX_RETRIES
|
|
383
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
384
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
385
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
386
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
387
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
385
388
|
* - OBJECT_STORE_ENDPOINT
|
|
386
389
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
387
390
|
* - SCRATCH_ENDPOINT
|
|
@@ -33,6 +33,10 @@ Environment Variables
|
|
|
33
33
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
34
34
|
* - NOMAD_ALLOC_ID
|
|
35
35
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
36
|
+
* - NOMAD_ALLOC_NAME
|
|
37
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
38
|
+
* - NOMAD_GROUP_NAME
|
|
39
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
36
40
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
37
41
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
38
42
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -73,12 +77,12 @@ Environment Variables
|
|
|
73
77
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
74
78
|
* - S3_DOWNLOAD_CONFIG
|
|
75
79
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
76
|
-
* -
|
|
77
|
-
- annotation=
|
|
78
|
-
* -
|
|
79
|
-
- annotation=
|
|
80
|
-
* -
|
|
81
|
-
- annotation=
|
|
80
|
+
* - GLOBUS_MAX_RETRIES
|
|
81
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
82
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
83
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
84
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
85
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
82
86
|
* - OBJECT_STORE_ENDPOINT
|
|
83
87
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
84
88
|
* - SCRATCH_ENDPOINT
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.5
|
|
4
4
|
Summary: Processing code for the VBI 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.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -24,7 +24,7 @@ Requires-Dist: scipy==1.15.3
|
|
|
24
24
|
Requires-Dist: pillow==10.4.0
|
|
25
25
|
Requires-Dist: moviepy==2.1.2
|
|
26
26
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
27
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
27
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
28
28
|
Provides-Extra: test
|
|
29
29
|
Requires-Dist: pytest; extra == "test"
|
|
30
30
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -91,10 +91,10 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
91
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
94
|
+
Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
@@ -116,8 +116,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.42.
|
|
120
|
-
Requires-Dist: botocore==1.42.
|
|
119
|
+
Requires-Dist: boto3==1.42.3; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.3; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -140,12 +140,12 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.
|
|
144
|
-
Requires-Dist: dkist-processing-core==6.0.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.9.0; extra == "frozen"
|
|
144
|
+
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
148
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.5; extra == "frozen"
|
|
148
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -155,12 +155,11 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: fsspec==2025.
|
|
159
|
-
Requires-Dist: globus-sdk==
|
|
158
|
+
Requires-Dist: fsspec==2025.12.0; extra == "frozen"
|
|
159
|
+
Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
163
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
164
163
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
165
164
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
166
165
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -200,30 +199,30 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
200
199
|
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
201
200
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
201
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
203
|
-
Requires-Dist: opentelemetry-api==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
207
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
212
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
213
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
214
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
215
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
202
|
+
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
|
|
212
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
|
|
222
221
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
223
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
224
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
225
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
226
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
222
|
+
Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
|
|
227
226
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
228
227
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
229
228
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
@@ -234,7 +233,7 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
234
233
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
235
234
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
236
235
|
Requires-Dist: pip==25.3; extra == "frozen"
|
|
237
|
-
Requires-Dist: platformdirs==4.5.
|
|
236
|
+
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
238
237
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
240
239
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -290,8 +289,8 @@ Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
|
290
289
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
291
290
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
292
291
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
293
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
294
|
-
Requires-Dist: urllib3==2.
|
|
292
|
+
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
293
|
+
Requires-Dist: urllib3==2.6.0; extra == "frozen"
|
|
295
294
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
296
295
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
297
296
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -336,6 +335,10 @@ Environment Variables
|
|
|
336
335
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
337
336
|
* - NOMAD_ALLOC_ID
|
|
338
337
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
338
|
+
* - NOMAD_ALLOC_NAME
|
|
339
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
340
|
+
* - NOMAD_GROUP_NAME
|
|
341
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
339
342
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
340
343
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
341
344
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -376,12 +379,12 @@ Environment Variables
|
|
|
376
379
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
377
380
|
* - S3_DOWNLOAD_CONFIG
|
|
378
381
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
379
|
-
* -
|
|
380
|
-
- annotation=
|
|
381
|
-
* -
|
|
382
|
-
- annotation=
|
|
383
|
-
* -
|
|
384
|
-
- annotation=
|
|
382
|
+
* - GLOBUS_MAX_RETRIES
|
|
383
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
384
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
385
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
386
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
387
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
385
388
|
* - OBJECT_STORE_ENDPOINT
|
|
386
389
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
387
390
|
* - SCRATCH_ENDPOINT
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.9.0
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.2.1
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -9,7 +9,7 @@ scipy==1.15.3
|
|
|
9
9
|
pillow==10.4.0
|
|
10
10
|
moviepy==2.1.2
|
|
11
11
|
dkist-spectral-lines==3.0.0
|
|
12
|
-
dkist-service-configuration==4.1.
|
|
12
|
+
dkist-service-configuration==4.1.13
|
|
13
13
|
|
|
14
14
|
[asdf]
|
|
15
15
|
dkist-processing-common[asdf]
|
|
@@ -60,10 +60,10 @@ amqp==5.3.1
|
|
|
60
60
|
annotated-types==0.7.0
|
|
61
61
|
anyio==4.12.0
|
|
62
62
|
apache-airflow==2.11.0
|
|
63
|
-
apache-airflow-providers-celery==3.
|
|
63
|
+
apache-airflow-providers-celery==3.14.0
|
|
64
64
|
apache-airflow-providers-common-compat==1.10.0
|
|
65
65
|
apache-airflow-providers-common-io==1.7.0
|
|
66
|
-
apache-airflow-providers-common-sql==1.
|
|
66
|
+
apache-airflow-providers-common-sql==1.30.0
|
|
67
67
|
apache-airflow-providers-fab==1.5.3
|
|
68
68
|
apache-airflow-providers-ftp==3.14.0
|
|
69
69
|
apache-airflow-providers-http==5.6.0
|
|
@@ -85,8 +85,8 @@ attrs==25.4.0
|
|
|
85
85
|
babel==2.17.0
|
|
86
86
|
billiard==4.2.4
|
|
87
87
|
blinker==1.9.0
|
|
88
|
-
boto3==1.42.
|
|
89
|
-
botocore==1.42.
|
|
88
|
+
boto3==1.42.3
|
|
89
|
+
botocore==1.42.3
|
|
90
90
|
cachelib==0.13.0
|
|
91
91
|
celery==5.6.0
|
|
92
92
|
certifi==2025.11.12
|
|
@@ -109,12 +109,12 @@ dacite==1.9.2
|
|
|
109
109
|
decorator==5.2.1
|
|
110
110
|
dill==0.4.0
|
|
111
111
|
dkist-header-validator==5.2.1
|
|
112
|
-
dkist-processing-common==11.
|
|
113
|
-
dkist-processing-core==6.0.
|
|
112
|
+
dkist-processing-common==11.9.0
|
|
113
|
+
dkist-processing-core==6.0.1
|
|
114
114
|
dkist-processing-math==2.2.1
|
|
115
115
|
dkist-processing-pac==3.1.1
|
|
116
|
-
dkist-processing-vbi==1.25.
|
|
117
|
-
dkist-service-configuration==4.1.
|
|
116
|
+
dkist-processing-vbi==1.25.5
|
|
117
|
+
dkist-service-configuration==4.1.13
|
|
118
118
|
dkist-spectral-lines==3.0.0
|
|
119
119
|
dkist_fits_specifications==4.17.0
|
|
120
120
|
dnspython==2.8.0
|
|
@@ -124,12 +124,11 @@ fastjsonschema==2.21.2
|
|
|
124
124
|
flower==2.0.1
|
|
125
125
|
fonttools==4.61.0
|
|
126
126
|
frozenlist==1.8.0
|
|
127
|
-
fsspec==2025.
|
|
128
|
-
globus-sdk==
|
|
127
|
+
fsspec==2025.12.0
|
|
128
|
+
globus-sdk==4.2.0
|
|
129
129
|
google-re2==1.1.20251105
|
|
130
130
|
googleapis-common-protos==1.72.0
|
|
131
131
|
gqlclient==1.2.3
|
|
132
|
-
greenlet==3.2.4
|
|
133
132
|
grpcio==1.76.0
|
|
134
133
|
gunicorn==23.0.0
|
|
135
134
|
h11==0.16.0
|
|
@@ -169,30 +168,30 @@ nbformat==5.10.4
|
|
|
169
168
|
networkx==3.6
|
|
170
169
|
numpy==2.2.5
|
|
171
170
|
object-clerk==1.0.0
|
|
172
|
-
opentelemetry-api==1.
|
|
173
|
-
opentelemetry-exporter-otlp==1.
|
|
174
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
175
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
176
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
177
|
-
opentelemetry-instrumentation==0.
|
|
178
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
179
|
-
opentelemetry-instrumentation-asgi==0.
|
|
180
|
-
opentelemetry-instrumentation-botocore==0.
|
|
181
|
-
opentelemetry-instrumentation-celery==0.
|
|
182
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
183
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
184
|
-
opentelemetry-instrumentation-pika==0.
|
|
185
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
186
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
187
|
-
opentelemetry-instrumentation-redis==0.
|
|
188
|
-
opentelemetry-instrumentation-requests==0.
|
|
189
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
190
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
171
|
+
opentelemetry-api==1.39.0
|
|
172
|
+
opentelemetry-exporter-otlp==1.39.0
|
|
173
|
+
opentelemetry-exporter-otlp-proto-common==1.39.0
|
|
174
|
+
opentelemetry-exporter-otlp-proto-grpc==1.39.0
|
|
175
|
+
opentelemetry-exporter-otlp-proto-http==1.39.0
|
|
176
|
+
opentelemetry-instrumentation==0.60b0
|
|
177
|
+
opentelemetry-instrumentation-aiohttp-client==0.60b0
|
|
178
|
+
opentelemetry-instrumentation-asgi==0.60b0
|
|
179
|
+
opentelemetry-instrumentation-botocore==0.60b0
|
|
180
|
+
opentelemetry-instrumentation-celery==0.60b0
|
|
181
|
+
opentelemetry-instrumentation-dbapi==0.60b0
|
|
182
|
+
opentelemetry-instrumentation-fastapi==0.60b0
|
|
183
|
+
opentelemetry-instrumentation-pika==0.60b0
|
|
184
|
+
opentelemetry-instrumentation-psycopg2==0.60b0
|
|
185
|
+
opentelemetry-instrumentation-pymongo==0.60b0
|
|
186
|
+
opentelemetry-instrumentation-redis==0.60b0
|
|
187
|
+
opentelemetry-instrumentation-requests==0.60b0
|
|
188
|
+
opentelemetry-instrumentation-sqlalchemy==0.60b0
|
|
189
|
+
opentelemetry-instrumentation-system-metrics==0.60b0
|
|
191
190
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
192
|
-
opentelemetry-proto==1.
|
|
193
|
-
opentelemetry-sdk==1.
|
|
194
|
-
opentelemetry-semantic-conventions==0.
|
|
195
|
-
opentelemetry-util-http==0.
|
|
191
|
+
opentelemetry-proto==1.39.0
|
|
192
|
+
opentelemetry-sdk==1.39.0
|
|
193
|
+
opentelemetry-semantic-conventions==0.60b0
|
|
194
|
+
opentelemetry-util-http==0.60b0
|
|
196
195
|
ordered-set==4.1.0
|
|
197
196
|
packaging==25.0
|
|
198
197
|
pandas==2.3.3
|
|
@@ -203,7 +202,7 @@ pendulum==3.1.0
|
|
|
203
202
|
pika==1.3.2
|
|
204
203
|
pillow==10.4.0
|
|
205
204
|
pip==25.3
|
|
206
|
-
platformdirs==4.5.
|
|
205
|
+
platformdirs==4.5.1
|
|
207
206
|
pluggy==1.6.0
|
|
208
207
|
pooch==1.8.2
|
|
209
208
|
prison==0.2.1
|
|
@@ -259,8 +258,8 @@ tzdata==2025.2
|
|
|
259
258
|
tzlocal==5.3.1
|
|
260
259
|
uc-micro-py==1.0.3
|
|
261
260
|
uncertainties==3.2.3
|
|
262
|
-
universal_pathlib==0.3.
|
|
263
|
-
urllib3==2.
|
|
261
|
+
universal_pathlib==0.3.7
|
|
262
|
+
urllib3==2.6.0
|
|
264
263
|
vine==5.1.0
|
|
265
264
|
voluptuous==0.15.2
|
|
266
265
|
wcwidth==0.2.14
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.25.
|
|
13
|
-
date = 2025-12-
|
|
12
|
+
version = "1.25.5"
|
|
13
|
+
date = 2025-12-05T08:57:57.134824
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.
|
|
29
|
+
"dkist-processing-common == 11.9.0",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.2.1",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -37,7 +37,7 @@ dependencies = [
|
|
|
37
37
|
"pillow == 10.4.0",
|
|
38
38
|
"moviepy == 2.1.2",
|
|
39
39
|
"dkist-spectral-lines == 3.0.0",
|
|
40
|
-
"dkist-service-configuration == 4.1.
|
|
40
|
+
"dkist-service-configuration == 4.1.13",
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
[project.urls]
|
|
@@ -119,10 +119,10 @@ frozen = [
|
|
|
119
119
|
"annotated-types == 0.7.0",
|
|
120
120
|
"anyio == 4.12.0",
|
|
121
121
|
"apache-airflow == 2.11.0",
|
|
122
|
-
"apache-airflow-providers-celery == 3.
|
|
122
|
+
"apache-airflow-providers-celery == 3.14.0",
|
|
123
123
|
"apache-airflow-providers-common-compat == 1.10.0",
|
|
124
124
|
"apache-airflow-providers-common-io == 1.7.0",
|
|
125
|
-
"apache-airflow-providers-common-sql == 1.
|
|
125
|
+
"apache-airflow-providers-common-sql == 1.30.0",
|
|
126
126
|
"apache-airflow-providers-fab == 1.5.3",
|
|
127
127
|
"apache-airflow-providers-ftp == 3.14.0",
|
|
128
128
|
"apache-airflow-providers-http == 5.6.0",
|
|
@@ -144,8 +144,8 @@ frozen = [
|
|
|
144
144
|
"babel == 2.17.0",
|
|
145
145
|
"billiard == 4.2.4",
|
|
146
146
|
"blinker == 1.9.0",
|
|
147
|
-
"boto3 == 1.42.
|
|
148
|
-
"botocore == 1.42.
|
|
147
|
+
"boto3 == 1.42.3",
|
|
148
|
+
"botocore == 1.42.3",
|
|
149
149
|
"cachelib == 0.13.0",
|
|
150
150
|
"celery == 5.6.0",
|
|
151
151
|
"certifi == 2025.11.12",
|
|
@@ -168,12 +168,12 @@ frozen = [
|
|
|
168
168
|
"decorator == 5.2.1",
|
|
169
169
|
"dill == 0.4.0",
|
|
170
170
|
"dkist-header-validator == 5.2.1",
|
|
171
|
-
"dkist-processing-common == 11.
|
|
172
|
-
"dkist-processing-core == 6.0.
|
|
171
|
+
"dkist-processing-common == 11.9.0",
|
|
172
|
+
"dkist-processing-core == 6.0.1",
|
|
173
173
|
"dkist-processing-math == 2.2.1",
|
|
174
174
|
"dkist-processing-pac == 3.1.1",
|
|
175
|
-
"dkist-processing-vbi == 1.25.
|
|
176
|
-
"dkist-service-configuration == 4.1.
|
|
175
|
+
"dkist-processing-vbi == 1.25.5",
|
|
176
|
+
"dkist-service-configuration == 4.1.13",
|
|
177
177
|
"dkist-spectral-lines == 3.0.0",
|
|
178
178
|
"dkist_fits_specifications == 4.17.0",
|
|
179
179
|
"dnspython == 2.8.0",
|
|
@@ -183,12 +183,11 @@ frozen = [
|
|
|
183
183
|
"flower == 2.0.1",
|
|
184
184
|
"fonttools == 4.61.0",
|
|
185
185
|
"frozenlist == 1.8.0",
|
|
186
|
-
"fsspec == 2025.
|
|
187
|
-
"globus-sdk ==
|
|
186
|
+
"fsspec == 2025.12.0",
|
|
187
|
+
"globus-sdk == 4.2.0",
|
|
188
188
|
"google-re2 == 1.1.20251105",
|
|
189
189
|
"googleapis-common-protos == 1.72.0",
|
|
190
190
|
"gqlclient == 1.2.3",
|
|
191
|
-
"greenlet == 3.2.4",
|
|
192
191
|
"grpcio == 1.76.0",
|
|
193
192
|
"gunicorn == 23.0.0",
|
|
194
193
|
"h11 == 0.16.0",
|
|
@@ -228,30 +227,30 @@ frozen = [
|
|
|
228
227
|
"networkx == 3.6",
|
|
229
228
|
"numpy == 2.2.5",
|
|
230
229
|
"object-clerk == 1.0.0",
|
|
231
|
-
"opentelemetry-api == 1.
|
|
232
|
-
"opentelemetry-exporter-otlp == 1.
|
|
233
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
234
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
235
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
236
|
-
"opentelemetry-instrumentation == 0.
|
|
237
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
238
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
239
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
240
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
241
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
242
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
243
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
244
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
245
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
246
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
247
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
248
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
249
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
230
|
+
"opentelemetry-api == 1.39.0",
|
|
231
|
+
"opentelemetry-exporter-otlp == 1.39.0",
|
|
232
|
+
"opentelemetry-exporter-otlp-proto-common == 1.39.0",
|
|
233
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.39.0",
|
|
234
|
+
"opentelemetry-exporter-otlp-proto-http == 1.39.0",
|
|
235
|
+
"opentelemetry-instrumentation == 0.60b0",
|
|
236
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.60b0",
|
|
237
|
+
"opentelemetry-instrumentation-asgi == 0.60b0",
|
|
238
|
+
"opentelemetry-instrumentation-botocore == 0.60b0",
|
|
239
|
+
"opentelemetry-instrumentation-celery == 0.60b0",
|
|
240
|
+
"opentelemetry-instrumentation-dbapi == 0.60b0",
|
|
241
|
+
"opentelemetry-instrumentation-fastapi == 0.60b0",
|
|
242
|
+
"opentelemetry-instrumentation-pika == 0.60b0",
|
|
243
|
+
"opentelemetry-instrumentation-psycopg2 == 0.60b0",
|
|
244
|
+
"opentelemetry-instrumentation-pymongo == 0.60b0",
|
|
245
|
+
"opentelemetry-instrumentation-redis == 0.60b0",
|
|
246
|
+
"opentelemetry-instrumentation-requests == 0.60b0",
|
|
247
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.60b0",
|
|
248
|
+
"opentelemetry-instrumentation-system-metrics == 0.60b0",
|
|
250
249
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
251
|
-
"opentelemetry-proto == 1.
|
|
252
|
-
"opentelemetry-sdk == 1.
|
|
253
|
-
"opentelemetry-semantic-conventions == 0.
|
|
254
|
-
"opentelemetry-util-http == 0.
|
|
250
|
+
"opentelemetry-proto == 1.39.0",
|
|
251
|
+
"opentelemetry-sdk == 1.39.0",
|
|
252
|
+
"opentelemetry-semantic-conventions == 0.60b0",
|
|
253
|
+
"opentelemetry-util-http == 0.60b0",
|
|
255
254
|
"ordered-set == 4.1.0",
|
|
256
255
|
"packaging == 25.0",
|
|
257
256
|
"pandas == 2.3.3",
|
|
@@ -262,7 +261,7 @@ frozen = [
|
|
|
262
261
|
"pika == 1.3.2",
|
|
263
262
|
"pillow == 10.4.0",
|
|
264
263
|
"pip == 25.3",
|
|
265
|
-
"platformdirs == 4.5.
|
|
264
|
+
"platformdirs == 4.5.1",
|
|
266
265
|
"pluggy == 1.6.0",
|
|
267
266
|
"pooch == 1.8.2",
|
|
268
267
|
"prison == 0.2.1",
|
|
@@ -318,8 +317,8 @@ frozen = [
|
|
|
318
317
|
"tzlocal == 5.3.1",
|
|
319
318
|
"uc-micro-py == 1.0.3",
|
|
320
319
|
"uncertainties == 3.2.3",
|
|
321
|
-
"universal_pathlib == 0.3.
|
|
322
|
-
"urllib3 == 2.
|
|
320
|
+
"universal_pathlib == 0.3.7",
|
|
321
|
+
"urllib3 == 2.6.0",
|
|
323
322
|
"vine == 5.1.0",
|
|
324
323
|
"voluptuous == 0.15.2",
|
|
325
324
|
"wcwidth == 0.2.14",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/parsers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/dkist_processing_vbi/tests/test_gain.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.4 → dkist_processing_vbi-1.25.5}/docs/l0_to_l1_vbi_summit-calibrated.rst
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
|