dkist-processing-vbi 1.26.2__tar.gz → 1.26.3__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.2 → dkist_processing_vbi-1.26.3}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/PKG-INFO +18 -18
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi.egg-info/PKG-INFO +18 -18
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi.egg-info/requires.txt +17 -17
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/pyproject.toml +19 -19
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/.gitignore +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/.snyk +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/README.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/setup.cfg +0 -0
- {dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.26.3 (2026-02-02)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Move to `dkist-processing-common` v12.3.0, which fixes file descriptor leaks. (`#168 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/168>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.26.2 (2026-01-30)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.3
|
|
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.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.3.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
@@ -82,13 +82,13 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
82
82
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
85
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
86
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
85
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
|
|
86
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
88
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
89
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
88
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
|
|
89
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
|
|
90
90
|
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
91
|
+
Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
|
|
92
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"
|
|
@@ -97,13 +97,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
97
97
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
99
99
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
100
|
+
Requires-Dist: astropy-iers-data==0.2026.2.2.0.48.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
103
|
-
Requires-Dist: babel==2.
|
|
103
|
+
Requires-Dist: babel==2.18.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.39; extra == "frozen"
|
|
106
|
+
Requires-Dist: botocore==1.42.39; 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.1; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-common==12.
|
|
126
|
+
Requires-Dist: dkist-processing-common==12.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-processing-core==7.0.1; 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.3; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist-service-configuration==4.2.0; 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"
|
|
@@ -213,7 +213,7 @@ Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
|
213
213
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
216
|
-
Requires-Dist: pip==
|
|
216
|
+
Requires-Dist: pip==26.0; extra == "frozen"
|
|
217
217
|
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
218
218
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
219
219
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -240,9 +240,9 @@ Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
243
|
-
Requires-Dist: rich==14.3.
|
|
243
|
+
Requires-Dist: rich==14.3.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
245
|
-
Requires-Dist: rich-toolkit==0.
|
|
245
|
+
Requires-Dist: rich-toolkit==0.18.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
247
247
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
@@ -266,7 +266,7 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
|
266
266
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
267
267
|
Requires-Dist: tifffile==2026.1.28; extra == "frozen"
|
|
268
268
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
269
|
-
Requires-Dist: tqdm==4.67.
|
|
269
|
+
Requires-Dist: tqdm==4.67.2; extra == "frozen"
|
|
270
270
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
271
271
|
Requires-Dist: typer==0.21.1; extra == "frozen"
|
|
272
272
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
@@ -283,7 +283,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
283
283
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
284
284
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
285
285
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
286
|
-
Requires-Dist: wcwidth==0.5.
|
|
286
|
+
Requires-Dist: wcwidth==0.5.3; extra == "frozen"
|
|
287
287
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/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.26.
|
|
3
|
+
Version: 1.26.3
|
|
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.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.3.0
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
@@ -82,13 +82,13 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
82
82
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
85
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
86
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
85
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
|
|
86
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
88
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
89
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
88
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
|
|
89
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
|
|
90
90
|
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
91
|
+
Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
|
|
92
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"
|
|
@@ -97,13 +97,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
97
97
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
99
99
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
100
|
+
Requires-Dist: astropy-iers-data==0.2026.2.2.0.48.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
103
|
-
Requires-Dist: babel==2.
|
|
103
|
+
Requires-Dist: babel==2.18.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.39; extra == "frozen"
|
|
106
|
+
Requires-Dist: botocore==1.42.39; 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.1; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-common==12.
|
|
126
|
+
Requires-Dist: dkist-processing-common==12.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-processing-core==7.0.1; 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.3; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist-service-configuration==4.2.0; 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"
|
|
@@ -213,7 +213,7 @@ Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
|
213
213
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
216
|
-
Requires-Dist: pip==
|
|
216
|
+
Requires-Dist: pip==26.0; extra == "frozen"
|
|
217
217
|
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
218
218
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
219
219
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -240,9 +240,9 @@ Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
243
|
-
Requires-Dist: rich==14.3.
|
|
243
|
+
Requires-Dist: rich==14.3.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
245
|
-
Requires-Dist: rich-toolkit==0.
|
|
245
|
+
Requires-Dist: rich-toolkit==0.18.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
247
247
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
@@ -266,7 +266,7 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
|
266
266
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
267
267
|
Requires-Dist: tifffile==2026.1.28; extra == "frozen"
|
|
268
268
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
269
|
-
Requires-Dist: tqdm==4.67.
|
|
269
|
+
Requires-Dist: tqdm==4.67.2; extra == "frozen"
|
|
270
270
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
271
271
|
Requires-Dist: typer==0.21.1; extra == "frozen"
|
|
272
272
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
@@ -283,7 +283,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
283
283
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
284
284
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
285
285
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
286
|
-
Requires-Dist: wcwidth==0.5.
|
|
286
|
+
Requires-Dist: wcwidth==0.5.3; extra == "frozen"
|
|
287
287
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
289
289
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==12.
|
|
1
|
+
dkist-processing-common==12.3.0
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.3.0
|
|
4
4
|
dkist-fits-specifications==4.20.0
|
|
@@ -51,13 +51,13 @@ annotated-types==0.7.0
|
|
|
51
51
|
anyio==4.12.1
|
|
52
52
|
apache-airflow==3.1.6
|
|
53
53
|
apache-airflow-core==3.1.6
|
|
54
|
-
apache-airflow-providers-celery==3.15.
|
|
55
|
-
apache-airflow-providers-common-compat==1.
|
|
54
|
+
apache-airflow-providers-celery==3.15.2
|
|
55
|
+
apache-airflow-providers-common-compat==1.13.0
|
|
56
56
|
apache-airflow-providers-common-io==1.7.1
|
|
57
|
-
apache-airflow-providers-common-sql==1.30.
|
|
58
|
-
apache-airflow-providers-postgres==6.5.
|
|
57
|
+
apache-airflow-providers-common-sql==1.30.4
|
|
58
|
+
apache-airflow-providers-postgres==6.5.3
|
|
59
59
|
apache-airflow-providers-smtp==2.4.2
|
|
60
|
-
apache-airflow-providers-standard==1.
|
|
60
|
+
apache-airflow-providers-standard==1.11.0
|
|
61
61
|
apache-airflow-task-sdk==1.1.6
|
|
62
62
|
argcomplete==3.6.3
|
|
63
63
|
asdf==3.5.0
|
|
@@ -66,13 +66,13 @@ asdf_transform_schemas==0.6.0
|
|
|
66
66
|
asgiref==3.11.0
|
|
67
67
|
asteval==1.0.8
|
|
68
68
|
astropy==7.0.2
|
|
69
|
-
astropy-iers-data==0.2026.
|
|
69
|
+
astropy-iers-data==0.2026.2.2.0.48.1
|
|
70
70
|
asyncpg==0.31.0
|
|
71
71
|
attrs==25.4.0
|
|
72
|
-
babel==2.
|
|
72
|
+
babel==2.18.0
|
|
73
73
|
billiard==4.2.4
|
|
74
|
-
boto3==1.42.
|
|
75
|
-
botocore==1.42.
|
|
74
|
+
boto3==1.42.39
|
|
75
|
+
botocore==1.42.39
|
|
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.1
|
|
94
94
|
dkist-header-validator==5.3.0
|
|
95
|
-
dkist-processing-common==12.
|
|
95
|
+
dkist-processing-common==12.3.0
|
|
96
96
|
dkist-processing-core==7.0.1
|
|
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.3
|
|
100
100
|
dkist-service-configuration==4.2.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.20.0
|
|
@@ -182,7 +182,7 @@ pathspec==1.0.4
|
|
|
182
182
|
pendulum==3.2.0
|
|
183
183
|
pika==1.3.2
|
|
184
184
|
pillow==10.4.0
|
|
185
|
-
pip==
|
|
185
|
+
pip==26.0
|
|
186
186
|
platformdirs==4.5.1
|
|
187
187
|
pluggy==1.6.0
|
|
188
188
|
pooch==1.9.0
|
|
@@ -209,9 +209,9 @@ pytz==2025.2
|
|
|
209
209
|
redis==6.4.0
|
|
210
210
|
referencing==0.37.0
|
|
211
211
|
requests==2.32.5
|
|
212
|
-
rich==14.3.
|
|
212
|
+
rich==14.3.2
|
|
213
213
|
rich-argparse==1.7.2
|
|
214
|
-
rich-toolkit==0.
|
|
214
|
+
rich-toolkit==0.18.1
|
|
215
215
|
rpds-py==0.30.0
|
|
216
216
|
s3transfer==0.16.0
|
|
217
217
|
scikit-image==0.26.0
|
|
@@ -235,7 +235,7 @@ termcolor==3.3.0
|
|
|
235
235
|
text-unidecode==1.3
|
|
236
236
|
tifffile==2026.1.28
|
|
237
237
|
tornado==6.5.4
|
|
238
|
-
tqdm==4.67.
|
|
238
|
+
tqdm==4.67.2
|
|
239
239
|
traitlets==5.14.3
|
|
240
240
|
typer==0.21.1
|
|
241
241
|
typing-inspection==0.4.2
|
|
@@ -252,7 +252,7 @@ uvloop==0.22.1
|
|
|
252
252
|
vine==5.1.0
|
|
253
253
|
voluptuous==0.16.0
|
|
254
254
|
watchfiles==1.1.1
|
|
255
|
-
wcwidth==0.5.
|
|
255
|
+
wcwidth==0.5.3
|
|
256
256
|
websockets==16.0
|
|
257
257
|
wirerope==1.0.0
|
|
258
258
|
wrapt==1.17.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-
|
|
12
|
+
version = "1.26.3"
|
|
13
|
+
date = 2026-02-02T11:00:05.309580
|
|
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.
|
|
29
|
+
"dkist-processing-common == 12.3.0",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.20.0",
|
|
@@ -110,13 +110,13 @@ frozen = [
|
|
|
110
110
|
"anyio == 4.12.1",
|
|
111
111
|
"apache-airflow == 3.1.6",
|
|
112
112
|
"apache-airflow-core == 3.1.6",
|
|
113
|
-
"apache-airflow-providers-celery == 3.15.
|
|
114
|
-
"apache-airflow-providers-common-compat == 1.
|
|
113
|
+
"apache-airflow-providers-celery == 3.15.2",
|
|
114
|
+
"apache-airflow-providers-common-compat == 1.13.0",
|
|
115
115
|
"apache-airflow-providers-common-io == 1.7.1",
|
|
116
|
-
"apache-airflow-providers-common-sql == 1.30.
|
|
117
|
-
"apache-airflow-providers-postgres == 6.5.
|
|
116
|
+
"apache-airflow-providers-common-sql == 1.30.4",
|
|
117
|
+
"apache-airflow-providers-postgres == 6.5.3",
|
|
118
118
|
"apache-airflow-providers-smtp == 2.4.2",
|
|
119
|
-
"apache-airflow-providers-standard == 1.
|
|
119
|
+
"apache-airflow-providers-standard == 1.11.0",
|
|
120
120
|
"apache-airflow-task-sdk == 1.1.6",
|
|
121
121
|
"argcomplete == 3.6.3",
|
|
122
122
|
"asdf == 3.5.0",
|
|
@@ -125,13 +125,13 @@ frozen = [
|
|
|
125
125
|
"asgiref == 3.11.0",
|
|
126
126
|
"asteval == 1.0.8",
|
|
127
127
|
"astropy == 7.0.2",
|
|
128
|
-
"astropy-iers-data == 0.2026.
|
|
128
|
+
"astropy-iers-data == 0.2026.2.2.0.48.1",
|
|
129
129
|
"asyncpg == 0.31.0",
|
|
130
130
|
"attrs == 25.4.0",
|
|
131
|
-
"babel == 2.
|
|
131
|
+
"babel == 2.18.0",
|
|
132
132
|
"billiard == 4.2.4",
|
|
133
|
-
"boto3 == 1.42.
|
|
134
|
-
"botocore == 1.42.
|
|
133
|
+
"boto3 == 1.42.39",
|
|
134
|
+
"botocore == 1.42.39",
|
|
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.1",
|
|
153
153
|
"dkist-header-validator == 5.3.0",
|
|
154
|
-
"dkist-processing-common == 12.
|
|
154
|
+
"dkist-processing-common == 12.3.0",
|
|
155
155
|
"dkist-processing-core == 7.0.1",
|
|
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.3",
|
|
159
159
|
"dkist-service-configuration == 4.2.0",
|
|
160
160
|
"dkist-spectral-lines == 3.0.0",
|
|
161
161
|
"dkist_fits_specifications == 4.20.0",
|
|
@@ -241,7 +241,7 @@ frozen = [
|
|
|
241
241
|
"pendulum == 3.2.0",
|
|
242
242
|
"pika == 1.3.2",
|
|
243
243
|
"pillow == 10.4.0",
|
|
244
|
-
"pip ==
|
|
244
|
+
"pip == 26.0",
|
|
245
245
|
"platformdirs == 4.5.1",
|
|
246
246
|
"pluggy == 1.6.0",
|
|
247
247
|
"pooch == 1.9.0",
|
|
@@ -268,9 +268,9 @@ frozen = [
|
|
|
268
268
|
"redis == 6.4.0",
|
|
269
269
|
"referencing == 0.37.0",
|
|
270
270
|
"requests == 2.32.5",
|
|
271
|
-
"rich == 14.3.
|
|
271
|
+
"rich == 14.3.2",
|
|
272
272
|
"rich-argparse == 1.7.2",
|
|
273
|
-
"rich-toolkit == 0.
|
|
273
|
+
"rich-toolkit == 0.18.1",
|
|
274
274
|
"rpds-py == 0.30.0",
|
|
275
275
|
"s3transfer == 0.16.0",
|
|
276
276
|
"scikit-image == 0.26.0",
|
|
@@ -294,7 +294,7 @@ frozen = [
|
|
|
294
294
|
"text-unidecode == 1.3",
|
|
295
295
|
"tifffile == 2026.1.28",
|
|
296
296
|
"tornado == 6.5.4",
|
|
297
|
-
"tqdm == 4.67.
|
|
297
|
+
"tqdm == 4.67.2",
|
|
298
298
|
"traitlets == 5.14.3",
|
|
299
299
|
"typer == 0.21.1",
|
|
300
300
|
"typing-inspection == 0.4.2",
|
|
@@ -311,7 +311,7 @@ frozen = [
|
|
|
311
311
|
"vine == 5.1.0",
|
|
312
312
|
"voluptuous == 0.16.0",
|
|
313
313
|
"watchfiles == 1.1.1",
|
|
314
|
-
"wcwidth == 0.5.
|
|
314
|
+
"wcwidth == 0.5.3",
|
|
315
315
|
"websockets == 16.0",
|
|
316
316
|
"wirerope == 1.0.0",
|
|
317
317
|
"wrapt == 1.17.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
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/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.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/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.26.2 → dkist_processing_vbi-1.26.3}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.26.2 → dkist_processing_vbi-1.26.3}/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
|