dkist-processing-vbi 1.30.2__tar.gz → 1.30.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.30.2 → dkist_processing_vbi-1.30.3}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/PKG-INFO +8 -8
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi.egg-info/PKG-INFO +8 -8
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi.egg-info/requires.txt +7 -7
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/pyproject.toml +9 -9
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/.gitignore +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/.snyk +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/README.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/setup.cfg +0 -0
- {dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.30.3 (2026-05-05)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update `dkist-inventory` to v1.11.7, which adds recipe run configuration information to the ASDF file generation in trial workflows. (`#203 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/203>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.30.2 (2026-05-04)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.30.
|
|
3
|
+
Version: 1.30.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==14.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==14.0.3
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
@@ -36,10 +36,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
|
|
|
36
36
|
Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
|
|
37
37
|
Provides-Extra: inventory
|
|
38
38
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
39
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
39
|
+
Requires-Dist: dkist-inventory==1.11.7; extra == "inventory"
|
|
40
40
|
Provides-Extra: asdf
|
|
41
41
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
42
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
42
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.7; extra == "asdf"
|
|
43
43
|
Provides-Extra: quality
|
|
44
44
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
45
45
|
Provides-Extra: grogu
|
|
@@ -101,8 +101,8 @@ 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.43.
|
|
105
|
-
Requires-Dist: botocore==1.43.
|
|
104
|
+
Requires-Dist: boto3==1.43.4; extra == "frozen"
|
|
105
|
+
Requires-Dist: botocore==1.43.4; 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.4.22; extra == "frozen"
|
|
@@ -121,11 +121,11 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
121
121
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
124
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
124
|
+
Requires-Dist: dkist-processing-common==14.0.3; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist-processing-vbi==1.30.
|
|
128
|
+
Requires-Dist: dkist-processing-vbi==1.30.3; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.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.30.
|
|
3
|
+
Version: 1.30.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==14.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==14.0.3
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
@@ -36,10 +36,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
|
|
|
36
36
|
Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
|
|
37
37
|
Provides-Extra: inventory
|
|
38
38
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
39
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
39
|
+
Requires-Dist: dkist-inventory==1.11.7; extra == "inventory"
|
|
40
40
|
Provides-Extra: asdf
|
|
41
41
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
42
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
42
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.7; extra == "asdf"
|
|
43
43
|
Provides-Extra: quality
|
|
44
44
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
45
45
|
Provides-Extra: grogu
|
|
@@ -101,8 +101,8 @@ 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.43.
|
|
105
|
-
Requires-Dist: botocore==1.43.
|
|
104
|
+
Requires-Dist: boto3==1.43.4; extra == "frozen"
|
|
105
|
+
Requires-Dist: botocore==1.43.4; 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.4.22; extra == "frozen"
|
|
@@ -121,11 +121,11 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
121
121
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
124
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
124
|
+
Requires-Dist: dkist-processing-common==14.0.3; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist-processing-vbi==1.30.
|
|
128
|
+
Requires-Dist: dkist-processing-vbi==1.30.3; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
131
131
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.0.
|
|
1
|
+
dkist-processing-common==14.0.3
|
|
2
2
|
dkist-processing-math==2.2.2
|
|
3
3
|
dkist-header-validator==5.3.1
|
|
4
4
|
dkist-fits-specifications==4.25.0
|
|
@@ -13,7 +13,7 @@ dkist-service-configuration==4.3.0
|
|
|
13
13
|
|
|
14
14
|
[asdf]
|
|
15
15
|
dkist-processing-common[asdf]
|
|
16
|
-
dkist-inventory[asdf]==1.11.
|
|
16
|
+
dkist-inventory[asdf]==1.11.7
|
|
17
17
|
|
|
18
18
|
[docs]
|
|
19
19
|
sphinx
|
|
@@ -71,8 +71,8 @@ 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.43.
|
|
75
|
-
botocore==1.43.
|
|
74
|
+
boto3==1.43.4
|
|
75
|
+
botocore==1.43.4
|
|
76
76
|
cadwyn==5.4.6
|
|
77
77
|
celery==5.6.3
|
|
78
78
|
certifi==2026.4.22
|
|
@@ -91,11 +91,11 @@ cycler==0.12.1
|
|
|
91
91
|
decorator==5.2.1
|
|
92
92
|
dill==0.4.1
|
|
93
93
|
dkist-header-validator==5.3.1
|
|
94
|
-
dkist-processing-common==14.0.
|
|
94
|
+
dkist-processing-common==14.0.3
|
|
95
95
|
dkist-processing-core==7.2.1
|
|
96
96
|
dkist-processing-math==2.2.2
|
|
97
97
|
dkist-processing-pac==3.1.2
|
|
98
|
-
dkist-processing-vbi==1.30.
|
|
98
|
+
dkist-processing-vbi==1.30.3
|
|
99
99
|
dkist-service-configuration==4.3.0
|
|
100
100
|
dkist-spectral-lines==3.0.1
|
|
101
101
|
dkist_fits_specifications==4.25.0
|
|
@@ -266,7 +266,7 @@ dkist-processing-vbi[asdf]
|
|
|
266
266
|
|
|
267
267
|
[inventory]
|
|
268
268
|
dkist-processing-common[inventory]
|
|
269
|
-
dkist-inventory==1.11.
|
|
269
|
+
dkist-inventory==1.11.7
|
|
270
270
|
|
|
271
271
|
[quality]
|
|
272
272
|
dkist-quality==2.0.1
|
|
@@ -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.30.
|
|
13
|
-
date = 2026-05-
|
|
12
|
+
version = "1.30.3"
|
|
13
|
+
date = 2026-05-05T15:26:51.201728
|
|
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 == 14.0.
|
|
29
|
+
"dkist-processing-common == 14.0.3",
|
|
30
30
|
"dkist-processing-math == 2.2.2",
|
|
31
31
|
"dkist-header-validator == 5.3.1",
|
|
32
32
|
"dkist-fits-specifications == 4.25.0",
|
|
@@ -59,11 +59,11 @@ test = [
|
|
|
59
59
|
]
|
|
60
60
|
inventory = [
|
|
61
61
|
"dkist-processing-common[inventory]",
|
|
62
|
-
"dkist-inventory==1.11.
|
|
62
|
+
"dkist-inventory==1.11.7",
|
|
63
63
|
]
|
|
64
64
|
asdf = [
|
|
65
65
|
"dkist-processing-common[asdf]",
|
|
66
|
-
"dkist-inventory[asdf]==1.11.
|
|
66
|
+
"dkist-inventory[asdf]==1.11.7",
|
|
67
67
|
]
|
|
68
68
|
quality = [
|
|
69
69
|
"dkist-quality==2.0.1",
|
|
@@ -129,8 +129,8 @@ frozen = [
|
|
|
129
129
|
"attrs == 26.1.0",
|
|
130
130
|
"babel == 2.18.0",
|
|
131
131
|
"billiard == 4.2.4",
|
|
132
|
-
"boto3 == 1.43.
|
|
133
|
-
"botocore == 1.43.
|
|
132
|
+
"boto3 == 1.43.4",
|
|
133
|
+
"botocore == 1.43.4",
|
|
134
134
|
"cadwyn == 5.4.6",
|
|
135
135
|
"celery == 5.6.3",
|
|
136
136
|
"certifi == 2026.4.22",
|
|
@@ -149,11 +149,11 @@ frozen = [
|
|
|
149
149
|
"decorator == 5.2.1",
|
|
150
150
|
"dill == 0.4.1",
|
|
151
151
|
"dkist-header-validator == 5.3.1",
|
|
152
|
-
"dkist-processing-common == 14.0.
|
|
152
|
+
"dkist-processing-common == 14.0.3",
|
|
153
153
|
"dkist-processing-core == 7.2.1",
|
|
154
154
|
"dkist-processing-math == 2.2.2",
|
|
155
155
|
"dkist-processing-pac == 3.1.2",
|
|
156
|
-
"dkist-processing-vbi == 1.30.
|
|
156
|
+
"dkist-processing-vbi == 1.30.3",
|
|
157
157
|
"dkist-service-configuration == 4.3.0",
|
|
158
158
|
"dkist-spectral-lines == 3.0.1",
|
|
159
159
|
"dkist_fits_specifications == 4.25.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.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.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.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.3}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.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.30.2 → dkist_processing_vbi-1.30.3}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.30.2 → dkist_processing_vbi-1.30.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
|