dkist-processing-vbi 1.28.0__tar.gz → 1.28.1__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.28.0 → dkist_processing_vbi-1.28.1}/CHANGELOG.rst +10 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/PKG-INFO +11 -11
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi.egg-info/PKG-INFO +11 -11
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi.egg-info/requires.txt +10 -10
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/pyproject.toml +12 -12
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/.gitignore +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/.snyk +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/README.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/setup.cfg +0 -0
- {dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
v1.28.1 (2026-04-07)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Use dkist-processing-common v13.0.1 and dkist-fits-specifications v4.24.0, which makes the
|
|
8
|
+
Cryo-NIRSP dataset extra spectrograph keys not instrument required. (`#191 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/191>`__)
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
v1.28.0 (2026-04-03)
|
|
2
12
|
====================
|
|
3
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.28.
|
|
3
|
+
Version: 1.28.1
|
|
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,10 +13,10 @@ 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==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
19
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
19
|
+
Requires-Dist: dkist-fits-specifications==4.24.0
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
22
22
|
Requires-Dist: sunpy==6.1.1
|
|
@@ -96,13 +96,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
98
98
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
99
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
99
|
+
Requires-Dist: astropy-iers-data==0.2026.4.6.0.54.57; extra == "frozen"
|
|
100
100
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
104
|
-
Requires-Dist: boto3==1.42.
|
|
105
|
-
Requires-Dist: botocore==1.42.
|
|
104
|
+
Requires-Dist: boto3==1.42.84; extra == "frozen"
|
|
105
|
+
Requires-Dist: botocore==1.42.84; extra == "frozen"
|
|
106
106
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
107
107
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
108
108
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -122,14 +122,14 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
125
|
+
Requires-Dist: dkist-processing-common==13.0.1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: dkist-processing-vbi==1.28.
|
|
129
|
+
Requires-Dist: dkist-processing-vbi==1.28.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
132
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
132
|
+
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
135
135
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -233,7 +233,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
233
233
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
235
235
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
236
|
-
Requires-Dist: python-multipart==0.0.
|
|
236
|
+
Requires-Dist: python-multipart==0.0.24; extra == "frozen"
|
|
237
237
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
238
238
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
239
239
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -277,7 +277,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
277
277
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
278
278
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
279
279
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
280
|
-
Requires-Dist: uvicorn==0.
|
|
280
|
+
Requires-Dist: uvicorn==0.44.0; extra == "frozen"
|
|
281
281
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
282
282
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/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.28.
|
|
3
|
+
Version: 1.28.1
|
|
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,10 +13,10 @@ 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==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
19
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
19
|
+
Requires-Dist: dkist-fits-specifications==4.24.0
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
22
22
|
Requires-Dist: sunpy==6.1.1
|
|
@@ -96,13 +96,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
98
98
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
99
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
99
|
+
Requires-Dist: astropy-iers-data==0.2026.4.6.0.54.57; extra == "frozen"
|
|
100
100
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
104
|
-
Requires-Dist: boto3==1.42.
|
|
105
|
-
Requires-Dist: botocore==1.42.
|
|
104
|
+
Requires-Dist: boto3==1.42.84; extra == "frozen"
|
|
105
|
+
Requires-Dist: botocore==1.42.84; extra == "frozen"
|
|
106
106
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
107
107
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
108
108
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -122,14 +122,14 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
125
|
+
Requires-Dist: dkist-processing-common==13.0.1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: dkist-processing-vbi==1.28.
|
|
129
|
+
Requires-Dist: dkist-processing-vbi==1.28.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
132
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
132
|
+
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
135
135
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -233,7 +233,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
233
233
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
235
235
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
236
|
-
Requires-Dist: python-multipart==0.0.
|
|
236
|
+
Requires-Dist: python-multipart==0.0.24; extra == "frozen"
|
|
237
237
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
238
238
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
239
239
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -277,7 +277,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
277
277
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
278
278
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
279
279
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
280
|
-
Requires-Dist: uvicorn==0.
|
|
280
|
+
Requires-Dist: uvicorn==0.44.0; extra == "frozen"
|
|
281
281
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
282
282
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.1
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.3.0
|
|
4
|
-
dkist-fits-specifications==4.
|
|
4
|
+
dkist-fits-specifications==4.24.0
|
|
5
5
|
astropy==7.0.2
|
|
6
6
|
numpy==2.2.5
|
|
7
7
|
sunpy==6.1.1
|
|
@@ -66,13 +66,13 @@ asdf_transform_schemas==0.6.0
|
|
|
66
66
|
asgiref==3.11.1
|
|
67
67
|
asteval==1.0.8
|
|
68
68
|
astropy==7.0.2
|
|
69
|
-
astropy-iers-data==0.2026.4.
|
|
69
|
+
astropy-iers-data==0.2026.4.6.0.54.57
|
|
70
70
|
asyncpg==0.31.0
|
|
71
71
|
attrs==26.1.0
|
|
72
72
|
babel==2.18.0
|
|
73
73
|
billiard==4.2.4
|
|
74
|
-
boto3==1.42.
|
|
75
|
-
botocore==1.42.
|
|
74
|
+
boto3==1.42.84
|
|
75
|
+
botocore==1.42.84
|
|
76
76
|
cadwyn==5.4.6
|
|
77
77
|
celery==5.6.3
|
|
78
78
|
certifi==2026.2.25
|
|
@@ -92,14 +92,14 @@ 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==13.0.
|
|
95
|
+
dkist-processing-common==13.0.1
|
|
96
96
|
dkist-processing-core==7.1.0
|
|
97
97
|
dkist-processing-math==2.2.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-vbi==1.28.
|
|
99
|
+
dkist-processing-vbi==1.28.1
|
|
100
100
|
dkist-service-configuration==4.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
|
-
dkist_fits_specifications==4.
|
|
102
|
+
dkist_fits_specifications==4.24.0
|
|
103
103
|
dnspython==2.8.0
|
|
104
104
|
email-validator==2.3.0
|
|
105
105
|
fastapi==0.117.1
|
|
@@ -203,7 +203,7 @@ pyparsing==3.3.2
|
|
|
203
203
|
python-daemon==3.1.2
|
|
204
204
|
python-dateutil==2.9.0.post0
|
|
205
205
|
python-dotenv==1.2.2
|
|
206
|
-
python-multipart==0.0.
|
|
206
|
+
python-multipart==0.0.24
|
|
207
207
|
python-slugify==8.0.4
|
|
208
208
|
pytz==2026.1.post1
|
|
209
209
|
redis==6.4.0
|
|
@@ -247,7 +247,7 @@ uncertainties==3.2.3
|
|
|
247
247
|
universal_pathlib==0.2.6
|
|
248
248
|
urllib3==2.6.3
|
|
249
249
|
uuid6==2025.0.1
|
|
250
|
-
uvicorn==0.
|
|
250
|
+
uvicorn==0.44.0
|
|
251
251
|
uvloop==0.22.1
|
|
252
252
|
vine==5.1.0
|
|
253
253
|
voluptuous==0.16.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.28.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.28.1"
|
|
13
|
+
date = 2026-04-07T11:08:06.067350
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,10 +26,10 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 13.0.
|
|
29
|
+
"dkist-processing-common == 13.0.1",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.3.0",
|
|
32
|
-
"dkist-fits-specifications == 4.
|
|
32
|
+
"dkist-fits-specifications == 4.24.0",
|
|
33
33
|
"astropy == 7.0.2",
|
|
34
34
|
"numpy == 2.2.5",
|
|
35
35
|
"sunpy == 6.1.1",
|
|
@@ -124,13 +124,13 @@ frozen = [
|
|
|
124
124
|
"asgiref == 3.11.1",
|
|
125
125
|
"asteval == 1.0.8",
|
|
126
126
|
"astropy == 7.0.2",
|
|
127
|
-
"astropy-iers-data == 0.2026.4.
|
|
127
|
+
"astropy-iers-data == 0.2026.4.6.0.54.57",
|
|
128
128
|
"asyncpg == 0.31.0",
|
|
129
129
|
"attrs == 26.1.0",
|
|
130
130
|
"babel == 2.18.0",
|
|
131
131
|
"billiard == 4.2.4",
|
|
132
|
-
"boto3 == 1.42.
|
|
133
|
-
"botocore == 1.42.
|
|
132
|
+
"boto3 == 1.42.84",
|
|
133
|
+
"botocore == 1.42.84",
|
|
134
134
|
"cadwyn == 5.4.6",
|
|
135
135
|
"celery == 5.6.3",
|
|
136
136
|
"certifi == 2026.2.25",
|
|
@@ -150,14 +150,14 @@ frozen = [
|
|
|
150
150
|
"decorator == 5.2.1",
|
|
151
151
|
"dill == 0.4.1",
|
|
152
152
|
"dkist-header-validator == 5.3.0",
|
|
153
|
-
"dkist-processing-common == 13.0.
|
|
153
|
+
"dkist-processing-common == 13.0.1",
|
|
154
154
|
"dkist-processing-core == 7.1.0",
|
|
155
155
|
"dkist-processing-math == 2.2.1",
|
|
156
156
|
"dkist-processing-pac == 3.1.1",
|
|
157
|
-
"dkist-processing-vbi == 1.28.
|
|
157
|
+
"dkist-processing-vbi == 1.28.1",
|
|
158
158
|
"dkist-service-configuration == 4.3.0",
|
|
159
159
|
"dkist-spectral-lines == 3.0.0",
|
|
160
|
-
"dkist_fits_specifications == 4.
|
|
160
|
+
"dkist_fits_specifications == 4.24.0",
|
|
161
161
|
"dnspython == 2.8.0",
|
|
162
162
|
"email-validator == 2.3.0",
|
|
163
163
|
"fastapi == 0.117.1",
|
|
@@ -261,7 +261,7 @@ frozen = [
|
|
|
261
261
|
"python-daemon == 3.1.2",
|
|
262
262
|
"python-dateutil == 2.9.0.post0",
|
|
263
263
|
"python-dotenv == 1.2.2",
|
|
264
|
-
"python-multipart == 0.0.
|
|
264
|
+
"python-multipart == 0.0.24",
|
|
265
265
|
"python-slugify == 8.0.4",
|
|
266
266
|
"pytz == 2026.1.post1",
|
|
267
267
|
"redis == 6.4.0",
|
|
@@ -305,7 +305,7 @@ frozen = [
|
|
|
305
305
|
"universal_pathlib == 0.2.6",
|
|
306
306
|
"urllib3 == 2.6.3",
|
|
307
307
|
"uuid6 == 2025.0.1",
|
|
308
|
-
"uvicorn == 0.
|
|
308
|
+
"uvicorn == 0.44.0",
|
|
309
309
|
"uvloop == 0.22.1",
|
|
310
310
|
"vine == 5.1.0",
|
|
311
311
|
"voluptuous == 0.16.0",
|
|
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.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/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.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/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.28.0 → dkist_processing_vbi-1.28.1}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.0 → dkist_processing_vbi-1.28.1}/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
|