dkist-processing-vbi 1.26.0rc1__tar.gz → 1.26.0rc4__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.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/PKG-INFO +15 -15
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi.egg-info/PKG-INFO +15 -15
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi.egg-info/requires.txt +14 -14
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/pyproject.toml +16 -16
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/.gitignore +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/.snyk +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/README.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/changelog/164.misc.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/setup.cfg +0 -0
- {dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/towncrier_science.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.0rc4
|
|
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.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc6
|
|
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.20.0
|
|
@@ -75,13 +75,13 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
75
75
|
Requires-Dist: aiohttp==3.13.3; extra == "frozen"
|
|
76
76
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: aiosqlite==0.
|
|
79
|
-
Requires-Dist: alembic==1.18.
|
|
78
|
+
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
79
|
+
Requires-Dist: alembic==1.18.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
81
81
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow==3.1.
|
|
84
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
83
|
+
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
84
|
+
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
85
85
|
Requires-Dist: apache-airflow-providers-celery==3.15.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: apache-airflow-providers-common-compat==1.11.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
@@ -89,7 +89,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.30.2; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: apache-airflow-providers-standard==1.10.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
92
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
|
|
93
93
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -102,8 +102,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
102
102
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
105
|
-
Requires-Dist: boto3==1.42.
|
|
106
|
-
Requires-Dist: botocore==1.42.
|
|
105
|
+
Requires-Dist: boto3==1.42.30; extra == "frozen"
|
|
106
|
+
Requires-Dist: botocore==1.42.30; extra == "frozen"
|
|
107
107
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
108
108
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
109
109
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -123,11 +123,11 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
123
123
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-common==12.0.
|
|
127
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
126
|
+
Requires-Dist: dkist-processing-common==12.0.0rc6; extra == "frozen"
|
|
127
|
+
Requires-Dist: dkist-processing-core==7.0.0rc8; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
130
|
-
Requires-Dist: dkist-processing-vbi==1.26.
|
|
130
|
+
Requires-Dist: dkist-processing-vbi==1.26.0rc4; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
132
132
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
@@ -140,7 +140,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: fonttools==4.61.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: fsspec==2026.1.0; extra == "frozen"
|
|
143
|
-
Requires-Dist: globus-sdk==4.3.
|
|
143
|
+
Requires-Dist: globus-sdk==4.3.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
146
146
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
@@ -218,7 +218,7 @@ Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
|
218
218
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
219
219
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
221
|
-
Requires-Dist: prometheus_client==0.24.
|
|
221
|
+
Requires-Dist: prometheus_client==0.24.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
223
223
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
224
224
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
@@ -264,7 +264,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
264
264
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
267
|
-
Requires-Dist: tifffile==
|
|
267
|
+
Requires-Dist: tifffile==2026.1.14; extra == "frozen"
|
|
268
268
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
269
269
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
270
270
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.0rc4
|
|
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.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc6
|
|
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.20.0
|
|
@@ -75,13 +75,13 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
75
75
|
Requires-Dist: aiohttp==3.13.3; extra == "frozen"
|
|
76
76
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: aiosqlite==0.
|
|
79
|
-
Requires-Dist: alembic==1.18.
|
|
78
|
+
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
79
|
+
Requires-Dist: alembic==1.18.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
81
81
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow==3.1.
|
|
84
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
83
|
+
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
84
|
+
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
85
85
|
Requires-Dist: apache-airflow-providers-celery==3.15.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: apache-airflow-providers-common-compat==1.11.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
@@ -89,7 +89,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.30.2; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: apache-airflow-providers-standard==1.10.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
92
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
|
|
93
93
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -102,8 +102,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
102
102
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
105
|
-
Requires-Dist: boto3==1.42.
|
|
106
|
-
Requires-Dist: botocore==1.42.
|
|
105
|
+
Requires-Dist: boto3==1.42.30; extra == "frozen"
|
|
106
|
+
Requires-Dist: botocore==1.42.30; extra == "frozen"
|
|
107
107
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
108
108
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
109
109
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -123,11 +123,11 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
123
123
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-common==12.0.
|
|
127
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
126
|
+
Requires-Dist: dkist-processing-common==12.0.0rc6; extra == "frozen"
|
|
127
|
+
Requires-Dist: dkist-processing-core==7.0.0rc8; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
130
|
-
Requires-Dist: dkist-processing-vbi==1.26.
|
|
130
|
+
Requires-Dist: dkist-processing-vbi==1.26.0rc4; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
132
132
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
@@ -140,7 +140,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: fonttools==4.61.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: fsspec==2026.1.0; extra == "frozen"
|
|
143
|
-
Requires-Dist: globus-sdk==4.3.
|
|
143
|
+
Requires-Dist: globus-sdk==4.3.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
146
146
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
@@ -218,7 +218,7 @@ Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
|
218
218
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
219
219
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
221
|
-
Requires-Dist: prometheus_client==0.24.
|
|
221
|
+
Requires-Dist: prometheus_client==0.24.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
223
223
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
224
224
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
@@ -264,7 +264,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
264
264
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
267
|
-
Requires-Dist: tifffile==
|
|
267
|
+
Requires-Dist: tifffile==2026.1.14; extra == "frozen"
|
|
268
268
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
269
269
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
270
270
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==12.0.
|
|
1
|
+
dkist-processing-common==12.0.0rc6
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.2.1
|
|
4
4
|
dkist-fits-specifications==4.20.0
|
|
@@ -44,13 +44,13 @@ aiohappyeyeballs==2.6.1
|
|
|
44
44
|
aiohttp==3.13.3
|
|
45
45
|
aiosignal==1.4.0
|
|
46
46
|
aiosmtplib==5.0.0
|
|
47
|
-
aiosqlite==0.
|
|
48
|
-
alembic==1.18.
|
|
47
|
+
aiosqlite==0.21.0
|
|
48
|
+
alembic==1.18.1
|
|
49
49
|
amqp==5.3.1
|
|
50
50
|
annotated-types==0.7.0
|
|
51
51
|
anyio==4.12.1
|
|
52
|
-
apache-airflow==3.1.
|
|
53
|
-
apache-airflow-core==3.1.
|
|
52
|
+
apache-airflow==3.1.6
|
|
53
|
+
apache-airflow-core==3.1.6
|
|
54
54
|
apache-airflow-providers-celery==3.15.0
|
|
55
55
|
apache-airflow-providers-common-compat==1.11.0
|
|
56
56
|
apache-airflow-providers-common-io==1.7.0
|
|
@@ -58,7 +58,7 @@ apache-airflow-providers-common-sql==1.30.2
|
|
|
58
58
|
apache-airflow-providers-postgres==6.5.1
|
|
59
59
|
apache-airflow-providers-smtp==2.4.1
|
|
60
60
|
apache-airflow-providers-standard==1.10.2
|
|
61
|
-
apache-airflow-task-sdk==1.1.
|
|
61
|
+
apache-airflow-task-sdk==1.1.6
|
|
62
62
|
argcomplete==3.6.3
|
|
63
63
|
asdf==3.5.0
|
|
64
64
|
asdf_standard==1.4.0
|
|
@@ -71,8 +71,8 @@ asyncpg==0.31.0
|
|
|
71
71
|
attrs==25.4.0
|
|
72
72
|
babel==2.17.0
|
|
73
73
|
billiard==4.2.4
|
|
74
|
-
boto3==1.42.
|
|
75
|
-
botocore==1.42.
|
|
74
|
+
boto3==1.42.30
|
|
75
|
+
botocore==1.42.30
|
|
76
76
|
cadwyn==5.4.6
|
|
77
77
|
celery==5.6.2
|
|
78
78
|
certifi==2026.1.4
|
|
@@ -92,11 +92,11 @@ dacite==1.9.2
|
|
|
92
92
|
decorator==5.2.1
|
|
93
93
|
dill==0.4.0
|
|
94
94
|
dkist-header-validator==5.2.1
|
|
95
|
-
dkist-processing-common==12.0.
|
|
96
|
-
dkist-processing-core==7.0.
|
|
95
|
+
dkist-processing-common==12.0.0rc6
|
|
96
|
+
dkist-processing-core==7.0.0rc8
|
|
97
97
|
dkist-processing-math==2.2.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-vbi==1.26.
|
|
99
|
+
dkist-processing-vbi==1.26.0rc4
|
|
100
100
|
dkist-service-configuration==4.1.13
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.20.0
|
|
@@ -109,7 +109,7 @@ flower==2.0.1
|
|
|
109
109
|
fonttools==4.61.1
|
|
110
110
|
frozenlist==1.8.0
|
|
111
111
|
fsspec==2026.1.0
|
|
112
|
-
globus-sdk==4.3.
|
|
112
|
+
globus-sdk==4.3.1
|
|
113
113
|
googleapis-common-protos==1.72.0
|
|
114
114
|
gqlclient==1.2.3
|
|
115
115
|
greenback==1.3.0
|
|
@@ -187,7 +187,7 @@ platformdirs==4.5.1
|
|
|
187
187
|
pluggy==1.6.0
|
|
188
188
|
pooch==1.8.2
|
|
189
189
|
proglog==0.1.12
|
|
190
|
-
prometheus_client==0.24.
|
|
190
|
+
prometheus_client==0.24.1
|
|
191
191
|
prompt_toolkit==3.0.52
|
|
192
192
|
propcache==0.4.1
|
|
193
193
|
protobuf==6.33.4
|
|
@@ -233,7 +233,7 @@ talus==1.3.4
|
|
|
233
233
|
tenacity==8.5.0
|
|
234
234
|
termcolor==3.3.0
|
|
235
235
|
text-unidecode==1.3
|
|
236
|
-
tifffile==
|
|
236
|
+
tifffile==2026.1.14
|
|
237
237
|
tornado==6.5.4
|
|
238
238
|
tqdm==4.67.1
|
|
239
239
|
traitlets==5.14.3
|
|
@@ -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.26.
|
|
13
|
-
date = 2026-01-
|
|
12
|
+
version = "1.26.0rc4"
|
|
13
|
+
date = 2026-01-16T15:07:44.581022
|
|
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 == 12.0.
|
|
29
|
+
"dkist-processing-common == 12.0.0rc6",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.2.1",
|
|
32
32
|
"dkist-fits-specifications == 4.20.0",
|
|
@@ -103,13 +103,13 @@ frozen = [
|
|
|
103
103
|
"aiohttp == 3.13.3",
|
|
104
104
|
"aiosignal == 1.4.0",
|
|
105
105
|
"aiosmtplib == 5.0.0",
|
|
106
|
-
"aiosqlite == 0.
|
|
107
|
-
"alembic == 1.18.
|
|
106
|
+
"aiosqlite == 0.21.0",
|
|
107
|
+
"alembic == 1.18.1",
|
|
108
108
|
"amqp == 5.3.1",
|
|
109
109
|
"annotated-types == 0.7.0",
|
|
110
110
|
"anyio == 4.12.1",
|
|
111
|
-
"apache-airflow == 3.1.
|
|
112
|
-
"apache-airflow-core == 3.1.
|
|
111
|
+
"apache-airflow == 3.1.6",
|
|
112
|
+
"apache-airflow-core == 3.1.6",
|
|
113
113
|
"apache-airflow-providers-celery == 3.15.0",
|
|
114
114
|
"apache-airflow-providers-common-compat == 1.11.0",
|
|
115
115
|
"apache-airflow-providers-common-io == 1.7.0",
|
|
@@ -117,7 +117,7 @@ frozen = [
|
|
|
117
117
|
"apache-airflow-providers-postgres == 6.5.1",
|
|
118
118
|
"apache-airflow-providers-smtp == 2.4.1",
|
|
119
119
|
"apache-airflow-providers-standard == 1.10.2",
|
|
120
|
-
"apache-airflow-task-sdk == 1.1.
|
|
120
|
+
"apache-airflow-task-sdk == 1.1.6",
|
|
121
121
|
"argcomplete == 3.6.3",
|
|
122
122
|
"asdf == 3.5.0",
|
|
123
123
|
"asdf_standard == 1.4.0",
|
|
@@ -130,8 +130,8 @@ frozen = [
|
|
|
130
130
|
"attrs == 25.4.0",
|
|
131
131
|
"babel == 2.17.0",
|
|
132
132
|
"billiard == 4.2.4",
|
|
133
|
-
"boto3 == 1.42.
|
|
134
|
-
"botocore == 1.42.
|
|
133
|
+
"boto3 == 1.42.30",
|
|
134
|
+
"botocore == 1.42.30",
|
|
135
135
|
"cadwyn == 5.4.6",
|
|
136
136
|
"celery == 5.6.2",
|
|
137
137
|
"certifi == 2026.1.4",
|
|
@@ -151,11 +151,11 @@ frozen = [
|
|
|
151
151
|
"decorator == 5.2.1",
|
|
152
152
|
"dill == 0.4.0",
|
|
153
153
|
"dkist-header-validator == 5.2.1",
|
|
154
|
-
"dkist-processing-common == 12.0.
|
|
155
|
-
"dkist-processing-core == 7.0.
|
|
154
|
+
"dkist-processing-common == 12.0.0rc6",
|
|
155
|
+
"dkist-processing-core == 7.0.0rc8",
|
|
156
156
|
"dkist-processing-math == 2.2.1",
|
|
157
157
|
"dkist-processing-pac == 3.1.1",
|
|
158
|
-
"dkist-processing-vbi == 1.26.
|
|
158
|
+
"dkist-processing-vbi == 1.26.0rc4",
|
|
159
159
|
"dkist-service-configuration == 4.1.13",
|
|
160
160
|
"dkist-spectral-lines == 3.0.0",
|
|
161
161
|
"dkist_fits_specifications == 4.20.0",
|
|
@@ -168,7 +168,7 @@ frozen = [
|
|
|
168
168
|
"fonttools == 4.61.1",
|
|
169
169
|
"frozenlist == 1.8.0",
|
|
170
170
|
"fsspec == 2026.1.0",
|
|
171
|
-
"globus-sdk == 4.3.
|
|
171
|
+
"globus-sdk == 4.3.1",
|
|
172
172
|
"googleapis-common-protos == 1.72.0",
|
|
173
173
|
"gqlclient == 1.2.3",
|
|
174
174
|
"greenback == 1.3.0",
|
|
@@ -246,7 +246,7 @@ frozen = [
|
|
|
246
246
|
"pluggy == 1.6.0",
|
|
247
247
|
"pooch == 1.8.2",
|
|
248
248
|
"proglog == 0.1.12",
|
|
249
|
-
"prometheus_client == 0.24.
|
|
249
|
+
"prometheus_client == 0.24.1",
|
|
250
250
|
"prompt_toolkit == 3.0.52",
|
|
251
251
|
"propcache == 0.4.1",
|
|
252
252
|
"protobuf == 6.33.4",
|
|
@@ -292,7 +292,7 @@ frozen = [
|
|
|
292
292
|
"tenacity == 8.5.0",
|
|
293
293
|
"termcolor == 3.3.0",
|
|
294
294
|
"text-unidecode == 1.3",
|
|
295
|
-
"tifffile ==
|
|
295
|
+
"tifffile == 2026.1.14",
|
|
296
296
|
"tornado == 6.5.4",
|
|
297
297
|
"tqdm == 4.67.1",
|
|
298
298
|
"traitlets == 5.14.3",
|
|
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.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/config.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
|
{dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/dkist_processing_vbi/tasks/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
|
|
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.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/requirements_table.rst
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.0rc1 → dkist_processing_vbi-1.26.0rc4}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|