dkist-processing-vbi 1.25.5__tar.gz → 1.25.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/CHANGELOG.rst +9 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/PKG-INFO +13 -12
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/workflows/l0_processing.py +2 -2
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/workflows/summit_data_processing.py +4 -2
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/workflows/trial_workflows.py +6 -2
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi.egg-info/PKG-INFO +13 -12
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi.egg-info/requires.txt +12 -11
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/pyproject.toml +14 -13
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/.gitignore +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/.readthedocs.yml +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/.snyk +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/README.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/setup.cfg +0 -0
- {dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v1.25.6 (2025-12-08)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Features
|
|
5
|
+
--------
|
|
6
|
+
|
|
7
|
+
- Store quality data in object store and revise the workflow so that AssembleQualityData precedes the TransferL1Data task. (`#158 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/158>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v1.25.5 (2025-12-05)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.6
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -37,10 +37,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
|
|
|
37
37
|
Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
|
|
38
38
|
Provides-Extra: inventory
|
|
39
39
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
40
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
40
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
41
41
|
Provides-Extra: asdf
|
|
42
42
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
43
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
43
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
44
44
|
Provides-Extra: quality
|
|
45
45
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
46
46
|
Provides-Extra: grogu
|
|
@@ -110,14 +110,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
112
112
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: astropy-iers-data==0.2025.12.
|
|
113
|
+
Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
|
|
114
114
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.42.
|
|
120
|
-
Requires-Dist: botocore==1.42.
|
|
119
|
+
Requires-Dist: boto3==1.42.5; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.5; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -140,11 +140,11 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.6; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -160,6 +160,7 @@ Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
163
|
+
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
163
164
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
164
165
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
165
166
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -196,7 +197,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
196
197
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
197
198
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
198
199
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
199
|
-
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
200
|
+
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
200
201
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
202
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
203
|
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
@@ -241,7 +242,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
241
242
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
242
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
243
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
244
|
-
Requires-Dist: protobuf==6.33.
|
|
245
|
+
Requires-Dist: protobuf==6.33.2; extra == "frozen"
|
|
245
246
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
246
247
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
247
248
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
@@ -290,7 +291,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
290
291
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
291
292
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
292
293
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
293
|
-
Requires-Dist: urllib3==2.6.
|
|
294
|
+
Requires-Dist: urllib3==2.6.1; extra == "frozen"
|
|
294
295
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
295
296
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
296
297
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -60,10 +60,10 @@ l0_pipeline.add_node(
|
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
# Output flow
|
|
63
|
-
l0_pipeline.add_node(task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie])
|
|
64
63
|
l0_pipeline.add_node(
|
|
65
|
-
task=
|
|
64
|
+
task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie, AssembleQualityData]
|
|
66
65
|
)
|
|
66
|
+
l0_pipeline.add_node(task=SubmitDatasetMetadata, upstreams=[VbiWriteL1Frame, AssembleVbiMovie])
|
|
67
67
|
l0_pipeline.add_node(
|
|
68
68
|
task=PublishCatalogAndQualityMessages, upstreams=[SubmitDatasetMetadata, TransferL1Data]
|
|
69
69
|
)
|
|
@@ -54,9 +54,11 @@ summit_processed_data.add_node(
|
|
|
54
54
|
|
|
55
55
|
# Output flow
|
|
56
56
|
summit_processed_data.add_node(
|
|
57
|
-
task=SubmitDatasetMetadata, upstreams=[VbiWriteL1Frame,
|
|
57
|
+
task=SubmitDatasetMetadata, upstreams=[VbiWriteL1Frame, AssembleVbiMovie]
|
|
58
|
+
)
|
|
59
|
+
summit_processed_data.add_node(
|
|
60
|
+
task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie, AssembleQualityData]
|
|
58
61
|
)
|
|
59
|
-
summit_processed_data.add_node(task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie])
|
|
60
62
|
summit_processed_data.add_node(
|
|
61
63
|
task=PublishCatalogAndQualityMessages, upstreams=[SubmitDatasetMetadata, TransferL1Data]
|
|
62
64
|
)
|
|
@@ -60,7 +60,9 @@ full_trial_summit_pipeline.add_node(
|
|
|
60
60
|
task=CreateTrialAsdf, upstreams=VbiWriteL1Frame, pip_extras=["asdf"]
|
|
61
61
|
)
|
|
62
62
|
full_trial_summit_pipeline.add_node(
|
|
63
|
-
task=CreateTrialQualityReport,
|
|
63
|
+
task=CreateTrialQualityReport,
|
|
64
|
+
upstreams=AssembleQualityData,
|
|
65
|
+
pip_extras=["quality", "inventory"],
|
|
64
66
|
)
|
|
65
67
|
full_trial_summit_pipeline.add_node(
|
|
66
68
|
task=TransferTrialData,
|
|
@@ -113,7 +115,9 @@ full_trial_no_speckle_pipeline.add_node(
|
|
|
113
115
|
task=CreateTrialAsdf, upstreams=VbiWriteL1Frame, pip_extras=["asdf"]
|
|
114
116
|
)
|
|
115
117
|
full_trial_no_speckle_pipeline.add_node(
|
|
116
|
-
task=CreateTrialQualityReport,
|
|
118
|
+
task=CreateTrialQualityReport,
|
|
119
|
+
upstreams=AssembleQualityData,
|
|
120
|
+
pip_extras=["quality", "inventory"],
|
|
117
121
|
)
|
|
118
122
|
full_trial_no_speckle_pipeline.add_node(
|
|
119
123
|
task=TransferTrialData,
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.6
|
|
4
4
|
Summary: Processing code for the VBI instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -37,10 +37,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
|
|
|
37
37
|
Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
|
|
38
38
|
Provides-Extra: inventory
|
|
39
39
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
40
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
40
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
41
41
|
Provides-Extra: asdf
|
|
42
42
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
43
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
43
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
44
44
|
Provides-Extra: quality
|
|
45
45
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
46
46
|
Provides-Extra: grogu
|
|
@@ -110,14 +110,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
112
112
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: astropy-iers-data==0.2025.12.
|
|
113
|
+
Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
|
|
114
114
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.42.
|
|
120
|
-
Requires-Dist: botocore==1.42.
|
|
119
|
+
Requires-Dist: boto3==1.42.5; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.5; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -140,11 +140,11 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.6; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -160,6 +160,7 @@ Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
163
|
+
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
163
164
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
164
165
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
165
166
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -196,7 +197,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
196
197
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
197
198
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
198
199
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
199
|
-
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
200
|
+
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
200
201
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
202
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
203
|
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
@@ -241,7 +242,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
241
242
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
242
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
243
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
244
|
-
Requires-Dist: protobuf==6.33.
|
|
245
|
+
Requires-Dist: protobuf==6.33.2; extra == "frozen"
|
|
245
246
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
246
247
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
247
248
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
@@ -290,7 +291,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
290
291
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
291
292
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
292
293
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
293
|
-
Requires-Dist: urllib3==2.6.
|
|
294
|
+
Requires-Dist: urllib3==2.6.1; extra == "frozen"
|
|
294
295
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
295
296
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
296
297
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.9.
|
|
1
|
+
dkist-processing-common==11.9.1
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.2.1
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -13,7 +13,7 @@ dkist-service-configuration==4.1.13
|
|
|
13
13
|
|
|
14
14
|
[asdf]
|
|
15
15
|
dkist-processing-common[asdf]
|
|
16
|
-
dkist-inventory[asdf]==1.11.
|
|
16
|
+
dkist-inventory[asdf]==1.11.2
|
|
17
17
|
|
|
18
18
|
[docs]
|
|
19
19
|
sphinx
|
|
@@ -79,14 +79,14 @@ asdf_transform_schemas==0.6.0
|
|
|
79
79
|
asgiref==3.11.0
|
|
80
80
|
asteval==1.0.7
|
|
81
81
|
astropy==7.0.2
|
|
82
|
-
astropy-iers-data==0.2025.12.
|
|
82
|
+
astropy-iers-data==0.2025.12.8.0.38.44
|
|
83
83
|
asyncpg==0.31.0
|
|
84
84
|
attrs==25.4.0
|
|
85
85
|
babel==2.17.0
|
|
86
86
|
billiard==4.2.4
|
|
87
87
|
blinker==1.9.0
|
|
88
|
-
boto3==1.42.
|
|
89
|
-
botocore==1.42.
|
|
88
|
+
boto3==1.42.5
|
|
89
|
+
botocore==1.42.5
|
|
90
90
|
cachelib==0.13.0
|
|
91
91
|
celery==5.6.0
|
|
92
92
|
certifi==2025.11.12
|
|
@@ -109,11 +109,11 @@ dacite==1.9.2
|
|
|
109
109
|
decorator==5.2.1
|
|
110
110
|
dill==0.4.0
|
|
111
111
|
dkist-header-validator==5.2.1
|
|
112
|
-
dkist-processing-common==11.9.
|
|
112
|
+
dkist-processing-common==11.9.1
|
|
113
113
|
dkist-processing-core==6.0.1
|
|
114
114
|
dkist-processing-math==2.2.1
|
|
115
115
|
dkist-processing-pac==3.1.1
|
|
116
|
-
dkist-processing-vbi==1.25.
|
|
116
|
+
dkist-processing-vbi==1.25.6
|
|
117
117
|
dkist-service-configuration==4.1.13
|
|
118
118
|
dkist-spectral-lines==3.0.0
|
|
119
119
|
dkist_fits_specifications==4.17.0
|
|
@@ -129,6 +129,7 @@ globus-sdk==4.2.0
|
|
|
129
129
|
google-re2==1.1.20251105
|
|
130
130
|
googleapis-common-protos==1.72.0
|
|
131
131
|
gqlclient==1.2.3
|
|
132
|
+
greenlet==3.3.0
|
|
132
133
|
grpcio==1.76.0
|
|
133
134
|
gunicorn==23.0.0
|
|
134
135
|
h11==0.16.0
|
|
@@ -165,7 +166,7 @@ more-itertools==10.8.0
|
|
|
165
166
|
moviepy==2.1.2
|
|
166
167
|
multidict==6.7.0
|
|
167
168
|
nbformat==5.10.4
|
|
168
|
-
networkx==3.6
|
|
169
|
+
networkx==3.6.1
|
|
169
170
|
numpy==2.2.5
|
|
170
171
|
object-clerk==1.0.0
|
|
171
172
|
opentelemetry-api==1.39.0
|
|
@@ -210,7 +211,7 @@ proglog==0.1.12
|
|
|
210
211
|
prometheus_client==0.23.1
|
|
211
212
|
prompt_toolkit==3.0.52
|
|
212
213
|
propcache==0.4.1
|
|
213
|
-
protobuf==6.33.
|
|
214
|
+
protobuf==6.33.2
|
|
214
215
|
psutil==7.1.3
|
|
215
216
|
psycopg2-binary==2.9.11
|
|
216
217
|
pycparser==2.23
|
|
@@ -259,7 +260,7 @@ tzlocal==5.3.1
|
|
|
259
260
|
uc-micro-py==1.0.3
|
|
260
261
|
uncertainties==3.2.3
|
|
261
262
|
universal_pathlib==0.3.7
|
|
262
|
-
urllib3==2.6.
|
|
263
|
+
urllib3==2.6.1
|
|
263
264
|
vine==5.1.0
|
|
264
265
|
voluptuous==0.15.2
|
|
265
266
|
wcwidth==0.2.14
|
|
@@ -276,7 +277,7 @@ dkist-processing-vbi[asdf]
|
|
|
276
277
|
|
|
277
278
|
[inventory]
|
|
278
279
|
dkist-processing-common[inventory]
|
|
279
|
-
dkist-inventory==1.11.
|
|
280
|
+
dkist-inventory==1.11.2
|
|
280
281
|
|
|
281
282
|
[quality]
|
|
282
283
|
dkist-quality==2.0.0
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.25.
|
|
13
|
-
date = 2025-12-
|
|
12
|
+
version = "1.25.6"
|
|
13
|
+
date = 2025-12-08T22:01:33.687485
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.9.
|
|
29
|
+
"dkist-processing-common == 11.9.1",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.2.1",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -60,11 +60,11 @@ test = [
|
|
|
60
60
|
]
|
|
61
61
|
inventory = [
|
|
62
62
|
"dkist-processing-common[inventory]",
|
|
63
|
-
"dkist-inventory==1.11.
|
|
63
|
+
"dkist-inventory==1.11.2",
|
|
64
64
|
]
|
|
65
65
|
asdf = [
|
|
66
66
|
"dkist-processing-common[asdf]",
|
|
67
|
-
"dkist-inventory[asdf]==1.11.
|
|
67
|
+
"dkist-inventory[asdf]==1.11.2",
|
|
68
68
|
]
|
|
69
69
|
quality = [
|
|
70
70
|
"dkist-quality==2.0.0",
|
|
@@ -138,14 +138,14 @@ frozen = [
|
|
|
138
138
|
"asgiref == 3.11.0",
|
|
139
139
|
"asteval == 1.0.7",
|
|
140
140
|
"astropy == 7.0.2",
|
|
141
|
-
"astropy-iers-data == 0.2025.12.
|
|
141
|
+
"astropy-iers-data == 0.2025.12.8.0.38.44",
|
|
142
142
|
"asyncpg == 0.31.0",
|
|
143
143
|
"attrs == 25.4.0",
|
|
144
144
|
"babel == 2.17.0",
|
|
145
145
|
"billiard == 4.2.4",
|
|
146
146
|
"blinker == 1.9.0",
|
|
147
|
-
"boto3 == 1.42.
|
|
148
|
-
"botocore == 1.42.
|
|
147
|
+
"boto3 == 1.42.5",
|
|
148
|
+
"botocore == 1.42.5",
|
|
149
149
|
"cachelib == 0.13.0",
|
|
150
150
|
"celery == 5.6.0",
|
|
151
151
|
"certifi == 2025.11.12",
|
|
@@ -168,11 +168,11 @@ frozen = [
|
|
|
168
168
|
"decorator == 5.2.1",
|
|
169
169
|
"dill == 0.4.0",
|
|
170
170
|
"dkist-header-validator == 5.2.1",
|
|
171
|
-
"dkist-processing-common == 11.9.
|
|
171
|
+
"dkist-processing-common == 11.9.1",
|
|
172
172
|
"dkist-processing-core == 6.0.1",
|
|
173
173
|
"dkist-processing-math == 2.2.1",
|
|
174
174
|
"dkist-processing-pac == 3.1.1",
|
|
175
|
-
"dkist-processing-vbi == 1.25.
|
|
175
|
+
"dkist-processing-vbi == 1.25.6",
|
|
176
176
|
"dkist-service-configuration == 4.1.13",
|
|
177
177
|
"dkist-spectral-lines == 3.0.0",
|
|
178
178
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -188,6 +188,7 @@ frozen = [
|
|
|
188
188
|
"google-re2 == 1.1.20251105",
|
|
189
189
|
"googleapis-common-protos == 1.72.0",
|
|
190
190
|
"gqlclient == 1.2.3",
|
|
191
|
+
"greenlet == 3.3.0",
|
|
191
192
|
"grpcio == 1.76.0",
|
|
192
193
|
"gunicorn == 23.0.0",
|
|
193
194
|
"h11 == 0.16.0",
|
|
@@ -224,7 +225,7 @@ frozen = [
|
|
|
224
225
|
"moviepy == 2.1.2",
|
|
225
226
|
"multidict == 6.7.0",
|
|
226
227
|
"nbformat == 5.10.4",
|
|
227
|
-
"networkx == 3.6",
|
|
228
|
+
"networkx == 3.6.1",
|
|
228
229
|
"numpy == 2.2.5",
|
|
229
230
|
"object-clerk == 1.0.0",
|
|
230
231
|
"opentelemetry-api == 1.39.0",
|
|
@@ -269,7 +270,7 @@ frozen = [
|
|
|
269
270
|
"prometheus_client == 0.23.1",
|
|
270
271
|
"prompt_toolkit == 3.0.52",
|
|
271
272
|
"propcache == 0.4.1",
|
|
272
|
-
"protobuf == 6.33.
|
|
273
|
+
"protobuf == 6.33.2",
|
|
273
274
|
"psutil == 7.1.3",
|
|
274
275
|
"psycopg2-binary == 2.9.11",
|
|
275
276
|
"pycparser == 2.23",
|
|
@@ -318,7 +319,7 @@ frozen = [
|
|
|
318
319
|
"uc-micro-py == 1.0.3",
|
|
319
320
|
"uncertainties == 3.2.3",
|
|
320
321
|
"universal_pathlib == 0.3.7",
|
|
321
|
-
"urllib3 == 2.6.
|
|
322
|
+
"urllib3 == 2.6.1",
|
|
322
323
|
"vine == 5.1.0",
|
|
323
324
|
"voluptuous == 0.15.2",
|
|
324
325
|
"wcwidth == 0.2.14",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/parsers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/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
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.25.5 → dkist_processing_vbi-1.25.6}/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
|