dkist-processing-vbi 1.28.3__tar.gz → 1.28.4__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.3 → dkist_processing_vbi-1.28.4}/.readthedocs.yml +1 -1
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/CHANGELOG.rst +12 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/PKG-INFO +10 -10
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +14 -15
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_process_summit.py +2 -3
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_write_l1.py +3 -3
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi.egg-info/PKG-INFO +10 -10
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi.egg-info/requires.txt +9 -9
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/pyproject.toml +19 -11
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/.gitignore +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/.snyk +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/README.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/changelog/.gitempty +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/config.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/constants.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/filter.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/fits_access.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/parameters.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/tags.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/parsers/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/dark.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/gain.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/parse.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/science.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/write_l1.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/conftest.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_dark.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_gain.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_science.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_workflows.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/workflows/__init__.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/Makefile +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/changelog.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/conf.py +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/index.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/landing_page.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/make.bat +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/requirements.txt +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/requirements_table.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/licenses/LICENSE.rst +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/science_towncrier.sh +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/setup.cfg +0 -0
- {dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
v1.28.4 (2026-04-16)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Configure pyproject.toml to turn warnings raised during testing into errors.
|
|
8
|
+
Ignore certain testing warnings that we know are okay. (`#179 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/179>`__)
|
|
9
|
+
- Use fits.open as a context manager in tests to prevent file handle leaks. (`#179 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/179>`__)
|
|
10
|
+
- Upgrade Read the Docs LTS build image to Ubuntu 24.04. (`#195 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/195>`__)
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
v1.28.3 (2026-04-14)
|
|
2
14
|
====================
|
|
3
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.28.
|
|
3
|
+
Version: 1.28.4
|
|
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==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.4
|
|
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.24.0
|
|
@@ -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.42.
|
|
105
|
-
Requires-Dist: botocore==1.42.
|
|
104
|
+
Requires-Dist: boto3==1.42.90; extra == "frozen"
|
|
105
|
+
Requires-Dist: botocore==1.42.90; 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,11 +122,11 @@ 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.
|
|
126
|
-
Requires-Dist: dkist-processing-core==7.1
|
|
125
|
+
Requires-Dist: dkist-processing-common==13.0.4; extra == "frozen"
|
|
126
|
+
Requires-Dist: dkist-processing-core==7.2.1; 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.4; 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
132
|
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
@@ -224,9 +224,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
225
225
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
226
226
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
227
|
-
Requires-Dist: pydantic==2.13.
|
|
227
|
+
Requires-Dist: pydantic==2.13.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
229
|
-
Requires-Dist: pydantic_core==2.46.
|
|
229
|
+
Requires-Dist: pydantic_core==2.46.1; extra == "frozen"
|
|
230
230
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
231
231
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -251,7 +251,7 @@ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
|
251
251
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
252
252
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
254
|
-
Requires-Dist: solar-wavelength-calibration==2.0.
|
|
254
|
+
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
255
255
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
256
256
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
257
257
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
@@ -81,21 +81,20 @@ def translate_task(summit_processed: bool = False, suffix: str = "FITS"):
|
|
|
81
81
|
file
|
|
82
82
|
)
|
|
83
83
|
logger.info(f"Translating and compressing {file} -> {translated_file_name}")
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
del hdl, trans_hdl
|
|
84
|
+
with fits.open(file, memmap=False) as hdl:
|
|
85
|
+
data = hdl[0].data
|
|
86
|
+
if summit_processed:
|
|
87
|
+
data = data.astype(np.float32)
|
|
88
|
+
header = spec122_validator.validate_and_translate_to_214_l0(
|
|
89
|
+
hdl[0].header, return_type=fits.HDUList
|
|
90
|
+
)[0].header
|
|
91
|
+
trans_hdl = fits.HDUList(
|
|
92
|
+
[fits.PrimaryHDU(), fits.CompImageHDU(data=data, header=header)]
|
|
93
|
+
)
|
|
94
|
+
|
|
95
|
+
trans_hdl.writeto(translated_file_name, overwrite=True)
|
|
96
|
+
trans_hdl.close()
|
|
97
|
+
del trans_hdl
|
|
99
98
|
|
|
100
99
|
return Translate122To214L0
|
|
101
100
|
|
|
@@ -59,9 +59,8 @@ def process_summit_processed(tmp_path, recipe_run_id, init_vbi_constants_db):
|
|
|
59
59
|
hdul.writeto(tmp_path / "tmp.fits", overwrite=True)
|
|
60
60
|
|
|
61
61
|
# We need to write it out once because the compression will slightly change the values
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
del thdul
|
|
62
|
+
with fits.open(tmp_path / "tmp.fits") as thdul:
|
|
63
|
+
data_dict[p][e] = thdul[1].data
|
|
65
64
|
|
|
66
65
|
task.write(
|
|
67
66
|
data=hdul,
|
|
@@ -124,9 +124,9 @@ def test_write_l1_frame(
|
|
|
124
124
|
for file in files:
|
|
125
125
|
logger.info(f"Checking file {file}")
|
|
126
126
|
assert file.exists
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
127
|
+
with fits.open(file) as hdl:
|
|
128
|
+
assert len(hdl) == 2
|
|
129
|
+
header = hdl[1].header
|
|
130
130
|
assert spec214_validator.validate(input_headers=header, extra=False)
|
|
131
131
|
assert header["DNAXIS1"] == 11
|
|
132
132
|
assert header["DNAXIS2"] == 10
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/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.4
|
|
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==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.4
|
|
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.24.0
|
|
@@ -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.42.
|
|
105
|
-
Requires-Dist: botocore==1.42.
|
|
104
|
+
Requires-Dist: boto3==1.42.90; extra == "frozen"
|
|
105
|
+
Requires-Dist: botocore==1.42.90; 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,11 +122,11 @@ 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.
|
|
126
|
-
Requires-Dist: dkist-processing-core==7.1
|
|
125
|
+
Requires-Dist: dkist-processing-common==13.0.4; extra == "frozen"
|
|
126
|
+
Requires-Dist: dkist-processing-core==7.2.1; 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.4; 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
132
|
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
@@ -224,9 +224,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
225
225
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
226
226
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
227
|
-
Requires-Dist: pydantic==2.13.
|
|
227
|
+
Requires-Dist: pydantic==2.13.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
229
|
-
Requires-Dist: pydantic_core==2.46.
|
|
229
|
+
Requires-Dist: pydantic_core==2.46.1; extra == "frozen"
|
|
230
230
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
231
231
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -251,7 +251,7 @@ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
|
251
251
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
252
252
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
254
|
-
Requires-Dist: solar-wavelength-calibration==2.0.
|
|
254
|
+
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
255
255
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
256
256
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
257
257
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.4
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-header-validator==5.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.0
|
|
@@ -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.42.
|
|
75
|
-
botocore==1.42.
|
|
74
|
+
boto3==1.42.90
|
|
75
|
+
botocore==1.42.90
|
|
76
76
|
cadwyn==5.4.6
|
|
77
77
|
celery==5.6.3
|
|
78
78
|
certifi==2026.2.25
|
|
@@ -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==13.0.
|
|
96
|
-
dkist-processing-core==7.1
|
|
95
|
+
dkist-processing-common==13.0.4
|
|
96
|
+
dkist-processing-core==7.2.1
|
|
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.4
|
|
100
100
|
dkist-service-configuration==4.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.24.0
|
|
@@ -194,9 +194,9 @@ protobuf==6.33.6
|
|
|
194
194
|
psutil==7.2.2
|
|
195
195
|
psycopg2-binary==2.9.11
|
|
196
196
|
pycparser==3.0
|
|
197
|
-
pydantic==2.13.
|
|
197
|
+
pydantic==2.13.1
|
|
198
198
|
pydantic-settings==2.13.1
|
|
199
|
-
pydantic_core==2.46.
|
|
199
|
+
pydantic_core==2.46.1
|
|
200
200
|
pyerfa==2.0.1.5
|
|
201
201
|
pygtrie==2.5.0
|
|
202
202
|
pyparsing==3.3.2
|
|
@@ -221,7 +221,7 @@ setproctitle==1.3.7
|
|
|
221
221
|
shellingham==1.5.4
|
|
222
222
|
six==1.17.0
|
|
223
223
|
sniffio==1.3.1
|
|
224
|
-
solar-wavelength-calibration==2.0.
|
|
224
|
+
solar-wavelength-calibration==2.0.3
|
|
225
225
|
sqids==0.5.1
|
|
226
226
|
sqlparse==0.5.5
|
|
227
227
|
starlette==0.48.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.4"
|
|
13
|
+
date = 2026-04-16T15:16:50.011010
|
|
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 == 13.0.
|
|
29
|
+
"dkist-processing-common == 13.0.4",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-header-validator == 5.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.0",
|
|
@@ -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.42.
|
|
133
|
-
"botocore == 1.42.
|
|
132
|
+
"boto3 == 1.42.90",
|
|
133
|
+
"botocore == 1.42.90",
|
|
134
134
|
"cadwyn == 5.4.6",
|
|
135
135
|
"celery == 5.6.3",
|
|
136
136
|
"certifi == 2026.2.25",
|
|
@@ -150,11 +150,11 @@ 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.
|
|
154
|
-
"dkist-processing-core == 7.1
|
|
153
|
+
"dkist-processing-common == 13.0.4",
|
|
154
|
+
"dkist-processing-core == 7.2.1",
|
|
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.4",
|
|
158
158
|
"dkist-service-configuration == 4.3.0",
|
|
159
159
|
"dkist-spectral-lines == 3.0.0",
|
|
160
160
|
"dkist_fits_specifications == 4.24.0",
|
|
@@ -252,9 +252,9 @@ frozen = [
|
|
|
252
252
|
"psutil == 7.2.2",
|
|
253
253
|
"psycopg2-binary == 2.9.11",
|
|
254
254
|
"pycparser == 3.0",
|
|
255
|
-
"pydantic == 2.13.
|
|
255
|
+
"pydantic == 2.13.1",
|
|
256
256
|
"pydantic-settings == 2.13.1",
|
|
257
|
-
"pydantic_core == 2.46.
|
|
257
|
+
"pydantic_core == 2.46.1",
|
|
258
258
|
"pyerfa == 2.0.1.5",
|
|
259
259
|
"pygtrie == 2.5.0",
|
|
260
260
|
"pyparsing == 3.3.2",
|
|
@@ -279,7 +279,7 @@ frozen = [
|
|
|
279
279
|
"shellingham == 1.5.4",
|
|
280
280
|
"six == 1.17.0",
|
|
281
281
|
"sniffio == 1.3.1",
|
|
282
|
-
"solar-wavelength-calibration == 2.0.
|
|
282
|
+
"solar-wavelength-calibration == 2.0.3",
|
|
283
283
|
"sqids == 0.5.1",
|
|
284
284
|
"sqlparse == 0.5.5",
|
|
285
285
|
"starlette == 0.48.0",
|
|
@@ -323,6 +323,14 @@ frozen = [
|
|
|
323
323
|
markers = [
|
|
324
324
|
"development: For tests that can only be run while developing with a sidecar proxy (as opposed to in bitbucket pipelines)"
|
|
325
325
|
]
|
|
326
|
+
filterwarnings = [
|
|
327
|
+
# Turn all warnings into errors so they do not pass silently.
|
|
328
|
+
"error",
|
|
329
|
+
# Ignore pytest's funnybusiness
|
|
330
|
+
"ignore::pytest.PytestUnraisableExceptionWarning",
|
|
331
|
+
# A few cards are too long (> 80 char) only in testing, not in production. Ignore it here
|
|
332
|
+
"ignore:Card is too long, comment will be truncated:astropy.io.fits.verify.VerifyWarning",
|
|
333
|
+
]
|
|
326
334
|
|
|
327
335
|
[tool.coverage.run]
|
|
328
336
|
omit = [
|
|
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.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/constants.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/models/tags.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/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.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/gain.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/vbi_base.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/dkist_processing_vbi/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/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
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/docs/l0_to_l1_vbi_no-speckle.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_vbi-1.28.3 → dkist_processing_vbi-1.28.4}/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
|