dkist-processing-dlnirsp 0.32.6__tar.gz → 0.32.7__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_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/CHANGELOG.rst +9 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/PKG-INFO +13 -12
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +1 -1
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/workflows/l0_processing.py +5 -2
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/workflows/trial_workflow.py +3 -1
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp.egg-info/PKG-INFO +13 -12
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp.egg-info/requires.txt +12 -11
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/pyproject.toml +14 -13
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v0.32.7 (2025-12-08)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Features
|
|
5
|
+
--------
|
|
6
|
+
|
|
7
|
+
- Store quality data in object store and revise the workflow so that DlnirspAssembleQualityData precedes the TransferL1Data task. (`#118 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/118>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v0.32.6 (2025-12-05)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.7
|
|
4
4
|
Summary: Science processing code for the DLNIRSP 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-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -43,10 +43,10 @@ Requires-Dist: dkist-processing-dlnirsp[asdf]; extra == "test"
|
|
|
43
43
|
Requires-Dist: dkist-processing-dlnirsp[quality]; extra == "test"
|
|
44
44
|
Provides-Extra: inventory
|
|
45
45
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
46
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
47
47
|
Provides-Extra: asdf
|
|
48
48
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
50
50
|
Provides-Extra: quality
|
|
51
51
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
52
52
|
Provides-Extra: grogu
|
|
@@ -118,14 +118,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
120
120
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
121
|
-
Requires-Dist: astropy-iers-data==0.2025.12.
|
|
121
|
+
Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
|
|
122
122
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: boto3==1.42.
|
|
128
|
-
Requires-Dist: botocore==1.42.
|
|
127
|
+
Requires-Dist: boto3==1.42.5; extra == "frozen"
|
|
128
|
+
Requires-Dist: botocore==1.42.5; extra == "frozen"
|
|
129
129
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -148,9 +148,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
148
148
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
149
149
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
151
|
+
Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
153
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
153
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.7; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -168,6 +168,7 @@ Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
|
168
168
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
169
169
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
171
|
+
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
171
172
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
173
174
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -205,7 +206,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
205
206
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
206
207
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
207
208
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
208
|
-
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
209
|
+
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
209
210
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
210
211
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
211
212
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
@@ -251,7 +252,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
251
252
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
252
253
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
253
254
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
254
|
-
Requires-Dist: protobuf==6.33.
|
|
255
|
+
Requires-Dist: protobuf==6.33.2; extra == "frozen"
|
|
255
256
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
256
257
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
257
258
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
@@ -300,7 +301,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
300
301
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
301
302
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
302
303
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
303
|
-
Requires-Dist: urllib3==2.6.
|
|
304
|
+
Requires-Dist: urllib3==2.6.1; extra == "frozen"
|
|
304
305
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
305
306
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
306
307
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -47,7 +47,7 @@ def create_trial_quality_report_task(
|
|
|
47
47
|
task.scratch = WorkflowFileSystem(scratch_base_path=tmp_path, recipe_run_id=recipe_run_id)
|
|
48
48
|
task.write(
|
|
49
49
|
quality_data_warning_only,
|
|
50
|
-
tags=DlnirspTag.quality_data(),
|
|
50
|
+
tags=[DlnirspTag.output(), DlnirspTag.quality_data()],
|
|
51
51
|
encoder=quality_data_encoder,
|
|
52
52
|
relative_path=f"{task.constants.dataset_id}_quality_data.json",
|
|
53
53
|
)
|
|
@@ -74,10 +74,13 @@ l0_pipeline.add_node(
|
|
|
74
74
|
)
|
|
75
75
|
|
|
76
76
|
# Output flow
|
|
77
|
-
l0_pipeline.add_node(
|
|
77
|
+
l0_pipeline.add_node(
|
|
78
|
+
task=TransferL1Data,
|
|
79
|
+
upstreams=[DlnirspWriteL1Frame, AssembleDlnirspMovie, DlnirspAssembleQualityData],
|
|
80
|
+
)
|
|
78
81
|
l0_pipeline.add_node(
|
|
79
82
|
task=SubmitDatasetMetadata,
|
|
80
|
-
upstreams=[DlnirspWriteL1Frame,
|
|
83
|
+
upstreams=[DlnirspWriteL1Frame, AssembleDlnirspMovie],
|
|
81
84
|
)
|
|
82
85
|
l0_pipeline.add_node(
|
|
83
86
|
task=PublishCatalogAndQualityMessages, upstreams=[TransferL1Data, SubmitDatasetMetadata]
|
|
@@ -87,7 +87,9 @@ trial_pipeline.add_node(
|
|
|
87
87
|
)
|
|
88
88
|
trial_pipeline.add_node(task=CreateTrialAsdf, upstreams=DlnirspWriteL1Frame, pip_extras=["asdf"])
|
|
89
89
|
trial_pipeline.add_node(
|
|
90
|
-
task=CreateTrialQualityReport,
|
|
90
|
+
task=CreateTrialQualityReport,
|
|
91
|
+
upstreams=DlnirspAssembleQualityData,
|
|
92
|
+
pip_extras=["quality", "inventory"],
|
|
91
93
|
)
|
|
92
94
|
|
|
93
95
|
# Output
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.7
|
|
4
4
|
Summary: Science processing code for the DLNIRSP 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-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -43,10 +43,10 @@ Requires-Dist: dkist-processing-dlnirsp[asdf]; extra == "test"
|
|
|
43
43
|
Requires-Dist: dkist-processing-dlnirsp[quality]; extra == "test"
|
|
44
44
|
Provides-Extra: inventory
|
|
45
45
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
46
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
47
47
|
Provides-Extra: asdf
|
|
48
48
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
50
50
|
Provides-Extra: quality
|
|
51
51
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
52
52
|
Provides-Extra: grogu
|
|
@@ -118,14 +118,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
120
120
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
121
|
-
Requires-Dist: astropy-iers-data==0.2025.12.
|
|
121
|
+
Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
|
|
122
122
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
127
|
-
Requires-Dist: boto3==1.42.
|
|
128
|
-
Requires-Dist: botocore==1.42.
|
|
127
|
+
Requires-Dist: boto3==1.42.5; extra == "frozen"
|
|
128
|
+
Requires-Dist: botocore==1.42.5; extra == "frozen"
|
|
129
129
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -148,9 +148,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
148
148
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
149
149
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
151
|
+
Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
153
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
153
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.7; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -168,6 +168,7 @@ Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
|
168
168
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
169
169
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
171
|
+
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
171
172
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
172
173
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
173
174
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -205,7 +206,7 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
205
206
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
206
207
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
207
208
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
208
|
-
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
209
|
+
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
209
210
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
210
211
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
211
212
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
@@ -251,7 +252,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
251
252
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
252
253
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
253
254
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
254
|
-
Requires-Dist: protobuf==6.33.
|
|
255
|
+
Requires-Dist: protobuf==6.33.2; extra == "frozen"
|
|
255
256
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
256
257
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
257
258
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
@@ -300,7 +301,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
300
301
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
301
302
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
302
303
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
303
|
-
Requires-Dist: urllib3==2.6.
|
|
304
|
+
Requires-Dist: urllib3==2.6.1; extra == "frozen"
|
|
304
305
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
305
306
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
306
307
|
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-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
@@ -17,7 +17,7 @@ solar-wavelength-calibration==2.0.0
|
|
|
17
17
|
|
|
18
18
|
[asdf]
|
|
19
19
|
dkist-processing-common[asdf]
|
|
20
|
-
dkist-inventory[asdf]==1.11.
|
|
20
|
+
dkist-inventory[asdf]==1.11.2
|
|
21
21
|
|
|
22
22
|
[docs]
|
|
23
23
|
sphinx
|
|
@@ -83,14 +83,14 @@ asdf_transform_schemas==0.6.0
|
|
|
83
83
|
asgiref==3.11.0
|
|
84
84
|
asteval==1.0.7
|
|
85
85
|
astropy==7.0.2
|
|
86
|
-
astropy-iers-data==0.2025.12.
|
|
86
|
+
astropy-iers-data==0.2025.12.8.0.38.44
|
|
87
87
|
asyncpg==0.31.0
|
|
88
88
|
attrs==25.4.0
|
|
89
89
|
babel==2.17.0
|
|
90
90
|
billiard==4.2.4
|
|
91
91
|
blinker==1.9.0
|
|
92
|
-
boto3==1.42.
|
|
93
|
-
botocore==1.42.
|
|
92
|
+
boto3==1.42.5
|
|
93
|
+
botocore==1.42.5
|
|
94
94
|
cachelib==0.13.0
|
|
95
95
|
celery==5.6.0
|
|
96
96
|
certifi==2025.11.12
|
|
@@ -113,9 +113,9 @@ dacite==1.9.2
|
|
|
113
113
|
decorator==5.2.1
|
|
114
114
|
dill==0.4.0
|
|
115
115
|
dkist-header-validator==5.2.1
|
|
116
|
-
dkist-processing-common==11.9.
|
|
116
|
+
dkist-processing-common==11.9.1
|
|
117
117
|
dkist-processing-core==6.0.1
|
|
118
|
-
dkist-processing-dlnirsp==0.32.
|
|
118
|
+
dkist-processing-dlnirsp==0.32.7
|
|
119
119
|
dkist-processing-math==2.2.1
|
|
120
120
|
dkist-processing-pac==3.1.1
|
|
121
121
|
dkist-service-configuration==4.1.13
|
|
@@ -133,6 +133,7 @@ globus-sdk==4.2.0
|
|
|
133
133
|
google-re2==1.1.20251105
|
|
134
134
|
googleapis-common-protos==1.72.0
|
|
135
135
|
gqlclient==1.2.3
|
|
136
|
+
greenlet==3.3.0
|
|
136
137
|
grpcio==1.76.0
|
|
137
138
|
gunicorn==23.0.0
|
|
138
139
|
h11==0.16.0
|
|
@@ -170,7 +171,7 @@ more-itertools==10.8.0
|
|
|
170
171
|
moviepy==2.1.2
|
|
171
172
|
multidict==6.7.0
|
|
172
173
|
nbformat==5.10.4
|
|
173
|
-
networkx==3.6
|
|
174
|
+
networkx==3.6.1
|
|
174
175
|
numba==0.61.2
|
|
175
176
|
numpy==2.2.5
|
|
176
177
|
object-clerk==1.0.0
|
|
@@ -216,7 +217,7 @@ proglog==0.1.12
|
|
|
216
217
|
prometheus_client==0.23.1
|
|
217
218
|
prompt_toolkit==3.0.52
|
|
218
219
|
propcache==0.4.1
|
|
219
|
-
protobuf==6.33.
|
|
220
|
+
protobuf==6.33.2
|
|
220
221
|
psutil==7.1.3
|
|
221
222
|
psycopg2-binary==2.9.11
|
|
222
223
|
pycparser==2.23
|
|
@@ -265,7 +266,7 @@ tzlocal==5.3.1
|
|
|
265
266
|
uc-micro-py==1.0.3
|
|
266
267
|
uncertainties==3.2.3
|
|
267
268
|
universal_pathlib==0.3.7
|
|
268
|
-
urllib3==2.6.
|
|
269
|
+
urllib3==2.6.1
|
|
269
270
|
vine==5.1.0
|
|
270
271
|
voluptuous==0.15.2
|
|
271
272
|
wcwidth==0.2.14
|
|
@@ -284,7 +285,7 @@ dkist-processing-dlnirsp[asdf]
|
|
|
284
285
|
|
|
285
286
|
[inventory]
|
|
286
287
|
dkist-processing-common[inventory]
|
|
287
|
-
dkist-inventory==1.11.
|
|
288
|
+
dkist-inventory==1.11.2
|
|
288
289
|
|
|
289
290
|
[quality]
|
|
290
291
|
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 = "0.32.
|
|
13
|
-
date = 2025-12-
|
|
12
|
+
version = "0.32.7"
|
|
13
|
+
date = 2025-12-08T22:04:24.020942
|
|
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-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
@@ -66,11 +66,11 @@ test = [
|
|
|
66
66
|
]
|
|
67
67
|
inventory = [
|
|
68
68
|
"dkist-processing-common[inventory]",
|
|
69
|
-
"dkist-inventory==1.11.
|
|
69
|
+
"dkist-inventory==1.11.2",
|
|
70
70
|
]
|
|
71
71
|
asdf = [
|
|
72
72
|
"dkist-processing-common[asdf]",
|
|
73
|
-
"dkist-inventory[asdf]==1.11.
|
|
73
|
+
"dkist-inventory[asdf]==1.11.2",
|
|
74
74
|
]
|
|
75
75
|
quality = [
|
|
76
76
|
"dkist-quality==2.0.0",
|
|
@@ -146,14 +146,14 @@ frozen = [
|
|
|
146
146
|
"asgiref == 3.11.0",
|
|
147
147
|
"asteval == 1.0.7",
|
|
148
148
|
"astropy == 7.0.2",
|
|
149
|
-
"astropy-iers-data == 0.2025.12.
|
|
149
|
+
"astropy-iers-data == 0.2025.12.8.0.38.44",
|
|
150
150
|
"asyncpg == 0.31.0",
|
|
151
151
|
"attrs == 25.4.0",
|
|
152
152
|
"babel == 2.17.0",
|
|
153
153
|
"billiard == 4.2.4",
|
|
154
154
|
"blinker == 1.9.0",
|
|
155
|
-
"boto3 == 1.42.
|
|
156
|
-
"botocore == 1.42.
|
|
155
|
+
"boto3 == 1.42.5",
|
|
156
|
+
"botocore == 1.42.5",
|
|
157
157
|
"cachelib == 0.13.0",
|
|
158
158
|
"celery == 5.6.0",
|
|
159
159
|
"certifi == 2025.11.12",
|
|
@@ -176,9 +176,9 @@ frozen = [
|
|
|
176
176
|
"decorator == 5.2.1",
|
|
177
177
|
"dill == 0.4.0",
|
|
178
178
|
"dkist-header-validator == 5.2.1",
|
|
179
|
-
"dkist-processing-common == 11.9.
|
|
179
|
+
"dkist-processing-common == 11.9.1",
|
|
180
180
|
"dkist-processing-core == 6.0.1",
|
|
181
|
-
"dkist-processing-dlnirsp == 0.32.
|
|
181
|
+
"dkist-processing-dlnirsp == 0.32.7",
|
|
182
182
|
"dkist-processing-math == 2.2.1",
|
|
183
183
|
"dkist-processing-pac == 3.1.1",
|
|
184
184
|
"dkist-service-configuration == 4.1.13",
|
|
@@ -196,6 +196,7 @@ frozen = [
|
|
|
196
196
|
"google-re2 == 1.1.20251105",
|
|
197
197
|
"googleapis-common-protos == 1.72.0",
|
|
198
198
|
"gqlclient == 1.2.3",
|
|
199
|
+
"greenlet == 3.3.0",
|
|
199
200
|
"grpcio == 1.76.0",
|
|
200
201
|
"gunicorn == 23.0.0",
|
|
201
202
|
"h11 == 0.16.0",
|
|
@@ -233,7 +234,7 @@ frozen = [
|
|
|
233
234
|
"moviepy == 2.1.2",
|
|
234
235
|
"multidict == 6.7.0",
|
|
235
236
|
"nbformat == 5.10.4",
|
|
236
|
-
"networkx == 3.6",
|
|
237
|
+
"networkx == 3.6.1",
|
|
237
238
|
"numba == 0.61.2",
|
|
238
239
|
"numpy == 2.2.5",
|
|
239
240
|
"object-clerk == 1.0.0",
|
|
@@ -279,7 +280,7 @@ frozen = [
|
|
|
279
280
|
"prometheus_client == 0.23.1",
|
|
280
281
|
"prompt_toolkit == 3.0.52",
|
|
281
282
|
"propcache == 0.4.1",
|
|
282
|
-
"protobuf == 6.33.
|
|
283
|
+
"protobuf == 6.33.2",
|
|
283
284
|
"psutil == 7.1.3",
|
|
284
285
|
"psycopg2-binary == 2.9.11",
|
|
285
286
|
"pycparser == 2.23",
|
|
@@ -328,7 +329,7 @@ frozen = [
|
|
|
328
329
|
"uc-micro-py == 1.0.3",
|
|
329
330
|
"uncertainties == 3.2.3",
|
|
330
331
|
"universal_pathlib == 0.3.7",
|
|
331
|
-
"urllib3 == 2.6.
|
|
332
|
+
"urllib3 == 2.6.1",
|
|
332
333
|
"vine == 5.1.0",
|
|
333
334
|
"voluptuous == 0.15.2",
|
|
334
335
|
"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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/bad_pixel_calibration.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/requirements_table.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/science_calibration.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.32.6 → dkist_processing_dlnirsp-0.32.7}/docs/wavelength_calibration.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|