dkist-processing-dlnirsp 1.4.2__tar.gz → 1.4.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/CHANGELOG.rst +4 -2
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/PKG-INFO +46 -46
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/__init__.py +3 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/polcal_as_science.py +10 -1
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/science.py +7 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/write_dataset_extras.py +29 -11
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +1 -1
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/workflows/l0_processing.py +2 -2
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/workflows/trial_workflow.py +2 -2
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp.egg-info/PKG-INFO +46 -46
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp.egg-info/requires.txt +45 -45
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/pyproject.toml +47 -47
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/.gitignore +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/.snyk +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/README.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/movie.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_movie.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_polcal_as_science.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_write_dataset_extras.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/dataset_extras.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-1.4.2 → dkist_processing_dlnirsp-1.4.3}/towncrier_science.toml +0 -0
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
v1.4.
|
|
1
|
+
v1.4.3 (2026-04-10)
|
|
2
2
|
===================
|
|
3
3
|
|
|
4
4
|
Misc
|
|
5
5
|
----
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Add telemetry spans to increase fidelity of `DlnirspWriteL1DatasetExtras` traces. (`#160 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/160>`__)
|
|
8
|
+
- Warn that the ScienceCalibration and PolCalAsScienceCalibration tasks need to be rolled back together. (`#163 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/163>`__)
|
|
9
|
+
- Add the new polcal-as-science and dataset extras tasks to the task __init__ and simplify import statements in workflows. (`#164 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/164>`__)
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
v1.4.1 (2026-04-07)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.3
|
|
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.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
@@ -76,6 +76,8 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
76
76
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
79
|
+
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
80
|
+
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
79
81
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
80
82
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
81
83
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -88,8 +90,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
88
90
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
89
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
90
92
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow==3.
|
|
92
|
-
Requires-Dist: apache-airflow-core==3.
|
|
93
|
+
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
94
|
+
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
93
95
|
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
94
96
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
95
97
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -97,7 +99,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
|
97
99
|
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
98
100
|
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
99
101
|
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-task-sdk==1.
|
|
102
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
101
103
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
102
104
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
103
105
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -111,9 +113,9 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
111
113
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
112
114
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
113
115
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
114
|
-
Requires-Dist: boto3==1.42.
|
|
115
|
-
Requires-Dist: botocore==1.42.
|
|
116
|
-
Requires-Dist: cadwyn==
|
|
116
|
+
Requires-Dist: boto3==1.42.88; extra == "frozen"
|
|
117
|
+
Requires-Dist: botocore==1.42.88; extra == "frozen"
|
|
118
|
+
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
117
119
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
118
120
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
119
121
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -135,9 +137,9 @@ Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
|
135
137
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
136
138
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
137
139
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
139
|
-
Requires-Dist: dkist-processing-core==7.
|
|
140
|
-
Requires-Dist: dkist-processing-dlnirsp==1.4.
|
|
140
|
+
Requires-Dist: dkist-processing-common==13.0.1; extra == "frozen"
|
|
141
|
+
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-dlnirsp==1.4.3; extra == "frozen"
|
|
141
143
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
142
144
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
143
145
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
@@ -146,7 +148,7 @@ Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
|
146
148
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
147
149
|
Requires-Dist: donfig==0.8.1.post1; extra == "frozen"
|
|
148
150
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: fastapi==0.
|
|
151
|
+
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
150
152
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
151
153
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
152
154
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -158,7 +160,7 @@ Requires-Dist: google-crc32c==1.8.0; extra == "frozen"
|
|
|
158
160
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
159
161
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
160
162
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
161
|
-
Requires-Dist: greenlet==3.
|
|
163
|
+
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
162
164
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
163
165
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
164
166
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -188,9 +190,9 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
188
190
|
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
189
191
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
190
192
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
191
|
-
Requires-Dist: more-itertools==11.0.
|
|
193
|
+
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
192
194
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
193
|
-
Requires-Dist: msgspec==0.
|
|
195
|
+
Requires-Dist: msgspec==0.21.0; extra == "frozen"
|
|
194
196
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
195
197
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
196
198
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
@@ -199,46 +201,45 @@ Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
|
199
201
|
Requires-Dist: numcodecs==0.16.5; extra == "frozen"
|
|
200
202
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
203
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
|
-
Requires-Dist: opentelemetry-api==1.
|
|
203
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
212
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
213
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
214
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
215
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
204
|
+
Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
|
|
212
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
|
|
221
223
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
222
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
223
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
224
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
225
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
224
|
+
Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
|
|
226
228
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
227
229
|
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
228
230
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
229
231
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
230
232
|
Requires-Dist: partd==1.4.2; extra == "frozen"
|
|
231
|
-
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
232
233
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
233
234
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
234
235
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
235
236
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
236
237
|
Requires-Dist: pip==26.0.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: platformdirs==4.9.
|
|
238
|
+
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
238
239
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
239
240
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
240
241
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
241
|
-
Requires-Dist: prometheus_client==0.
|
|
242
|
+
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
242
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
243
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
244
245
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
@@ -247,7 +248,6 @@ Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
|
247
248
|
Requires-Dist: pyarrow==23.0.1; extra == "frozen"
|
|
248
249
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
249
250
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
250
|
-
Requires-Dist: pydantic-extra-types==2.11.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
252
252
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
253
253
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -256,7 +256,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
256
256
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
257
257
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
259
|
-
Requires-Dist: python-multipart==0.0.
|
|
259
|
+
Requires-Dist: python-multipart==0.0.26; extra == "frozen"
|
|
260
260
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
261
261
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
262
262
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -279,7 +279,7 @@ Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
|
279
279
|
Requires-Dist: solar-wavelength-calibration==2.0.1; extra == "frozen"
|
|
280
280
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
281
281
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
282
|
-
Requires-Dist: starlette==0.
|
|
282
|
+
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
284
284
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
285
285
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -300,7 +300,7 @@ Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
|
300
300
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
301
301
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
302
302
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: universal_pathlib==0.
|
|
303
|
+
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
304
304
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
305
305
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
306
306
|
Requires-Dist: uvicorn==0.44.0; extra == "frozen"
|
|
@@ -311,7 +311,7 @@ Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
|
311
311
|
Requires-Dist: wcwidth==0.6.0; extra == "frozen"
|
|
312
312
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
313
313
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
314
|
-
Requires-Dist: wrapt==1.
|
|
314
|
+
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
315
315
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
316
316
|
Requires-Dist: yarl==1.23.0; extra == "frozen"
|
|
317
317
|
Requires-Dist: zarr==3.1.6; extra == "frozen"
|
|
@@ -14,7 +14,10 @@ from dkist_processing_dlnirsp.tasks.quality_metrics import *
|
|
|
14
14
|
from dkist_processing_dlnirsp.tasks.science import *
|
|
15
15
|
from dkist_processing_dlnirsp.tasks.solar import *
|
|
16
16
|
from dkist_processing_dlnirsp.tasks.wavelength_calibration import *
|
|
17
|
+
from dkist_processing_dlnirsp.tasks.write_dataset_extras import *
|
|
17
18
|
from dkist_processing_dlnirsp.tasks.write_l1 import *
|
|
18
19
|
|
|
20
|
+
from dkist_processing_dlnirsp.tasks.polcal_as_science import * # isort:skip after science for sphinx
|
|
21
|
+
|
|
19
22
|
# Not used directly, but ensures that the common_configurations are logged early in a task run
|
|
20
23
|
from dkist_processing_dlnirsp.config import dkist_processing_dlnirsp_configurations # isort: skip
|
|
@@ -6,7 +6,9 @@ from dkist_service_configuration.logging import logger
|
|
|
6
6
|
|
|
7
7
|
from dkist_processing_dlnirsp.models.constants import DlnirspConstants
|
|
8
8
|
from dkist_processing_dlnirsp.models.tags import DlnirspTag
|
|
9
|
-
from dkist_processing_dlnirsp.tasks import ScienceCalibration
|
|
9
|
+
from dkist_processing_dlnirsp.tasks.science import ScienceCalibration
|
|
10
|
+
|
|
11
|
+
__all__ = ["PolcalAsScienceCalibration"]
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
class DlnirspPCASConstants(DlnirspConstants):
|
|
@@ -89,3 +91,10 @@ class PolcalAsScienceCalibration(ScienceCalibration):
|
|
|
89
91
|
DlnirspTag.stokes(stokes),
|
|
90
92
|
DlnirspTag.cs_step(mosaic_num),
|
|
91
93
|
]
|
|
94
|
+
|
|
95
|
+
def rollback(self):
|
|
96
|
+
"""Warn that rolling back this task may conflict with ScienceCalibration, as both share tags and typically execute in parallel."""
|
|
97
|
+
super().rollback()
|
|
98
|
+
logger.warning(
|
|
99
|
+
"Rolling back PolCalAsScienceCalibration requires also rolling back ScienceCalibration."
|
|
100
|
+
)
|
|
@@ -822,3 +822,10 @@ class ScienceCalibration(
|
|
|
822
822
|
tags=[DlnirspTag.intermediate_frame(), DlnirspTag.task("BAD_PIXEL_CUBE")],
|
|
823
823
|
encoder=fits_array_encoder,
|
|
824
824
|
)
|
|
825
|
+
|
|
826
|
+
def rollback(self):
|
|
827
|
+
"""Warn that rolling back this task may conflict with PolCalAsScienceCalibration, as both share tags and typically execute in parallel."""
|
|
828
|
+
super().rollback()
|
|
829
|
+
logger.warning(
|
|
830
|
+
"Rolling back ScienceCalibration requires also rolling back PolCalAsScienceCalibration."
|
|
831
|
+
)
|
|
@@ -19,6 +19,8 @@ from dkist_processing_dlnirsp.models.fits_access import DlnirspMetadataKey
|
|
|
19
19
|
from dkist_processing_dlnirsp.models.parameters import DlnirspParameters
|
|
20
20
|
from dkist_processing_dlnirsp.models.tags import DlnirspTag
|
|
21
21
|
|
|
22
|
+
__all__ = ["DlnirspWriteL1DatasetExtras"]
|
|
23
|
+
|
|
22
24
|
|
|
23
25
|
def stack_pad_right(values: list[np.ndarray], fill=np.nan, dtype=float):
|
|
24
26
|
"""
|
|
@@ -69,18 +71,34 @@ class DlnirspWriteL1DatasetExtras(WriteL1DatasetExtras):
|
|
|
69
71
|
)
|
|
70
72
|
)
|
|
71
73
|
# Make the extras
|
|
72
|
-
self.
|
|
73
|
-
|
|
74
|
-
self.
|
|
75
|
-
|
|
76
|
-
self.
|
|
77
|
-
|
|
78
|
-
self.
|
|
79
|
-
|
|
80
|
-
self.
|
|
74
|
+
with self.telemetry_span(name="Write Bad Pixel Map Dataset Extra"):
|
|
75
|
+
self.write_bad_pixel_map_dataset_extra()
|
|
76
|
+
with self.telemetry_span(name="Write Dark Dataset Extra"):
|
|
77
|
+
self.write_dark_dataset_extra()
|
|
78
|
+
with self.telemetry_span(name="Write Solar Gain Dataset Extra"):
|
|
79
|
+
self.write_solar_gain_dataset_extra()
|
|
80
|
+
with self.telemetry_span(name="Write Characteristic Spectrum Dataset Extra"):
|
|
81
|
+
self.write_characteristic_spectrum_dataset_extra()
|
|
82
|
+
with self.telemetry_span(name="Write Spectral Curvature Shifts Dataset Extra"):
|
|
83
|
+
self.write_spectral_curvature_shifts_dataset_extra(geometric_dict=geometric_dict)
|
|
84
|
+
with self.telemetry_span(name="Write Spectral Curvature Scales Dataset Extra"):
|
|
85
|
+
self.write_spectral_curvature_scales_dataset_extra(geometric_dict=geometric_dict)
|
|
86
|
+
with self.telemetry_span(name="Write Wavelength Calibration Input Spectrum Dataset Extra"):
|
|
87
|
+
self.write_wavelength_calibration_input_spectrum_dataset_extra()
|
|
88
|
+
with self.telemetry_span(
|
|
89
|
+
name="Write Wavelength Calibration Reference Spectrum Dataset Extra"
|
|
90
|
+
):
|
|
91
|
+
self.write_wavelength_calibration_reference_spectrum_dataset_extra()
|
|
92
|
+
with self.telemetry_span(
|
|
93
|
+
name="Write Wavelength Calibration Reference Wavelength Vector Dataset Extra"
|
|
94
|
+
):
|
|
95
|
+
self.write_wavelength_calibration_reference_wavelength_vector_dataset_extra()
|
|
81
96
|
if self.constants.correct_for_polarization:
|
|
82
|
-
self.
|
|
83
|
-
|
|
97
|
+
with self.telemetry_span(name="Write Polarization Calibration Dataset Extras"):
|
|
98
|
+
with self.telemetry_span(name="Write Demodulation Matrices Dataset Extra"):
|
|
99
|
+
self.write_demodulation_matrices_dataset_extra()
|
|
100
|
+
with self.telemetry_span(name="Write Polcal as Science Dataset Extra"):
|
|
101
|
+
self.write_polcal_as_science_dataset_extra()
|
|
84
102
|
|
|
85
103
|
@cached_property
|
|
86
104
|
def wavelength_calibration_headers(self) -> dict[str, str | float]:
|
|
@@ -16,7 +16,7 @@ from dkist_service_configuration.logging import logger
|
|
|
16
16
|
from scipy.optimize import fsolve
|
|
17
17
|
|
|
18
18
|
from dkist_processing_dlnirsp.models.tags import DlnirspTag
|
|
19
|
-
from dkist_processing_dlnirsp.tasks import LinearityCorrection
|
|
19
|
+
from dkist_processing_dlnirsp.tasks.linearity_correction import LinearityCorrection
|
|
20
20
|
from dkist_processing_dlnirsp.tests.conftest import AbortedRampHeaders
|
|
21
21
|
from dkist_processing_dlnirsp.tests.conftest import BadNumFramesPerRampHeaders
|
|
22
22
|
from dkist_processing_dlnirsp.tests.conftest import DlnirspTestingConstants
|
|
@@ -13,6 +13,7 @@ from dkist_processing_dlnirsp.tasks import BadPixelCalibration
|
|
|
13
13
|
from dkist_processing_dlnirsp.tasks import DarkCalibration
|
|
14
14
|
from dkist_processing_dlnirsp.tasks import DlnirspAssembleQualityData
|
|
15
15
|
from dkist_processing_dlnirsp.tasks import DlnirspL0QualityMetrics
|
|
16
|
+
from dkist_processing_dlnirsp.tasks import DlnirspWriteL1DatasetExtras
|
|
16
17
|
from dkist_processing_dlnirsp.tasks import DlnirspWriteL1Frame
|
|
17
18
|
from dkist_processing_dlnirsp.tasks import GeometricCalibration
|
|
18
19
|
from dkist_processing_dlnirsp.tasks import IfuDriftCalibration
|
|
@@ -22,11 +23,10 @@ from dkist_processing_dlnirsp.tasks import LinearityCorrection
|
|
|
22
23
|
from dkist_processing_dlnirsp.tasks import MakeDlnirspMovie
|
|
23
24
|
from dkist_processing_dlnirsp.tasks import ParseL0DlnirspLinearizedData
|
|
24
25
|
from dkist_processing_dlnirsp.tasks import ParseL0DlnirspRampData
|
|
26
|
+
from dkist_processing_dlnirsp.tasks import PolcalAsScienceCalibration
|
|
25
27
|
from dkist_processing_dlnirsp.tasks import ScienceCalibration
|
|
26
28
|
from dkist_processing_dlnirsp.tasks import SolarCalibration
|
|
27
29
|
from dkist_processing_dlnirsp.tasks import WavelengthCalibration
|
|
28
|
-
from dkist_processing_dlnirsp.tasks.polcal_as_science import PolcalAsScienceCalibration
|
|
29
|
-
from dkist_processing_dlnirsp.tasks.write_dataset_extras import DlnirspWriteL1DatasetExtras
|
|
30
30
|
|
|
31
31
|
l0_pipeline = Workflow(
|
|
32
32
|
category="dlnirsp",
|
|
@@ -20,6 +20,7 @@ from dkist_processing_dlnirsp.tasks import BadPixelCalibration
|
|
|
20
20
|
from dkist_processing_dlnirsp.tasks import DarkCalibration
|
|
21
21
|
from dkist_processing_dlnirsp.tasks import DlnirspAssembleQualityData
|
|
22
22
|
from dkist_processing_dlnirsp.tasks import DlnirspL0QualityMetrics
|
|
23
|
+
from dkist_processing_dlnirsp.tasks import DlnirspWriteL1DatasetExtras
|
|
23
24
|
from dkist_processing_dlnirsp.tasks import DlnirspWriteL1Frame
|
|
24
25
|
from dkist_processing_dlnirsp.tasks import GeometricCalibration
|
|
25
26
|
from dkist_processing_dlnirsp.tasks import IfuDriftCalibration
|
|
@@ -29,11 +30,10 @@ from dkist_processing_dlnirsp.tasks import LinearityCorrection
|
|
|
29
30
|
from dkist_processing_dlnirsp.tasks import MakeDlnirspMovie
|
|
30
31
|
from dkist_processing_dlnirsp.tasks import ParseL0DlnirspLinearizedData
|
|
31
32
|
from dkist_processing_dlnirsp.tasks import ParseL0DlnirspRampData
|
|
33
|
+
from dkist_processing_dlnirsp.tasks import PolcalAsScienceCalibration
|
|
32
34
|
from dkist_processing_dlnirsp.tasks import ScienceCalibration
|
|
33
35
|
from dkist_processing_dlnirsp.tasks import SolarCalibration
|
|
34
36
|
from dkist_processing_dlnirsp.tasks import WavelengthCalibration
|
|
35
|
-
from dkist_processing_dlnirsp.tasks.polcal_as_science import PolcalAsScienceCalibration
|
|
36
|
-
from dkist_processing_dlnirsp.tasks.write_dataset_extras import DlnirspWriteL1DatasetExtras
|
|
37
37
|
|
|
38
38
|
trial_pipeline = Workflow(
|
|
39
39
|
category="dlnirsp",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.3
|
|
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.13
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==13.0.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
@@ -76,6 +76,8 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
76
76
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
79
|
+
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
80
|
+
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
79
81
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
80
82
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
81
83
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -88,8 +90,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
88
90
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
89
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
90
92
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
91
|
-
Requires-Dist: apache-airflow==3.
|
|
92
|
-
Requires-Dist: apache-airflow-core==3.
|
|
93
|
+
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
94
|
+
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
93
95
|
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
94
96
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
95
97
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -97,7 +99,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
|
97
99
|
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
98
100
|
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
99
101
|
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-task-sdk==1.
|
|
102
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
101
103
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
102
104
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
103
105
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -111,9 +113,9 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
111
113
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
112
114
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
113
115
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
114
|
-
Requires-Dist: boto3==1.42.
|
|
115
|
-
Requires-Dist: botocore==1.42.
|
|
116
|
-
Requires-Dist: cadwyn==
|
|
116
|
+
Requires-Dist: boto3==1.42.88; extra == "frozen"
|
|
117
|
+
Requires-Dist: botocore==1.42.88; extra == "frozen"
|
|
118
|
+
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
117
119
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
118
120
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
119
121
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -135,9 +137,9 @@ Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
|
135
137
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
136
138
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
137
139
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
139
|
-
Requires-Dist: dkist-processing-core==7.
|
|
140
|
-
Requires-Dist: dkist-processing-dlnirsp==1.4.
|
|
140
|
+
Requires-Dist: dkist-processing-common==13.0.1; extra == "frozen"
|
|
141
|
+
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-dlnirsp==1.4.3; extra == "frozen"
|
|
141
143
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
142
144
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
143
145
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
@@ -146,7 +148,7 @@ Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
|
146
148
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
147
149
|
Requires-Dist: donfig==0.8.1.post1; extra == "frozen"
|
|
148
150
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
149
|
-
Requires-Dist: fastapi==0.
|
|
151
|
+
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
150
152
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
151
153
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
152
154
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -158,7 +160,7 @@ Requires-Dist: google-crc32c==1.8.0; extra == "frozen"
|
|
|
158
160
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
159
161
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
160
162
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
161
|
-
Requires-Dist: greenlet==3.
|
|
163
|
+
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
162
164
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
163
165
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
164
166
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -188,9 +190,9 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
188
190
|
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
189
191
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
190
192
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
191
|
-
Requires-Dist: more-itertools==11.0.
|
|
193
|
+
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
192
194
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
193
|
-
Requires-Dist: msgspec==0.
|
|
195
|
+
Requires-Dist: msgspec==0.21.0; extra == "frozen"
|
|
194
196
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
195
197
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
196
198
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
@@ -199,46 +201,45 @@ Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
|
199
201
|
Requires-Dist: numcodecs==0.16.5; extra == "frozen"
|
|
200
202
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
201
203
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
202
|
-
Requires-Dist: opentelemetry-api==1.
|
|
203
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
212
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
213
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
214
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
215
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
204
|
+
Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
|
|
212
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
|
|
221
223
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
222
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
223
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
224
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
225
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
224
|
+
Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
|
|
226
228
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
227
229
|
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
228
230
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
229
231
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
230
232
|
Requires-Dist: partd==1.4.2; extra == "frozen"
|
|
231
|
-
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
232
233
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
233
234
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
234
235
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
235
236
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
236
237
|
Requires-Dist: pip==26.0.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: platformdirs==4.9.
|
|
238
|
+
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
238
239
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
239
240
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
240
241
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
241
|
-
Requires-Dist: prometheus_client==0.
|
|
242
|
+
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
242
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
243
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
244
245
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
@@ -247,7 +248,6 @@ Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
|
247
248
|
Requires-Dist: pyarrow==23.0.1; extra == "frozen"
|
|
248
249
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
249
250
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
250
|
-
Requires-Dist: pydantic-extra-types==2.11.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
252
252
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
253
253
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -256,7 +256,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
256
256
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
257
257
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
259
|
-
Requires-Dist: python-multipart==0.0.
|
|
259
|
+
Requires-Dist: python-multipart==0.0.26; extra == "frozen"
|
|
260
260
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
261
261
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
262
262
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -279,7 +279,7 @@ Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
|
279
279
|
Requires-Dist: solar-wavelength-calibration==2.0.1; extra == "frozen"
|
|
280
280
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
281
281
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
282
|
-
Requires-Dist: starlette==0.
|
|
282
|
+
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
284
284
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
285
285
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -300,7 +300,7 @@ Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
|
300
300
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
301
301
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
302
302
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: universal_pathlib==0.
|
|
303
|
+
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
304
304
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
305
305
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
306
306
|
Requires-Dist: uvicorn==0.44.0; extra == "frozen"
|
|
@@ -311,7 +311,7 @@ Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
|
311
311
|
Requires-Dist: wcwidth==0.6.0; extra == "frozen"
|
|
312
312
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
313
313
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
314
|
-
Requires-Dist: wrapt==1.
|
|
314
|
+
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
315
315
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
316
316
|
Requires-Dist: yarl==1.23.0; extra == "frozen"
|
|
317
317
|
Requires-Dist: zarr==3.1.6; extra == "frozen"
|