dkist-processing-dlnirsp 0.34.0rc3__tar.gz → 0.34.0rc5__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.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/PKG-INFO +30 -30
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp.egg-info/PKG-INFO +30 -30
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp.egg-info/requires.txt +29 -29
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/pyproject.toml +31 -31
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/changelog/129.misc.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/movie.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_movie.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/towncrier_science.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.0rc5
|
|
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,13 +13,13 @@ 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==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc7
|
|
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
|
|
20
20
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
22
|
+
Requires-Dist: dkist-service-configuration==4.2.0
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
24
24
|
Requires-Dist: numpy==2.2.5
|
|
25
25
|
Requires-Dist: numba==0.61.2
|
|
@@ -77,7 +77,7 @@ Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
|
77
77
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
80
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
80
|
+
Requires-Dist: SQLAlchemy==2.0.46; extra == "frozen"
|
|
81
81
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -93,13 +93,13 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
93
93
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
94
94
|
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
96
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
98
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
99
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
102
|
-
Requires-Dist: apache-airflow-providers-standard==1.10.
|
|
96
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.1; extra == "frozen"
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.12.0; extra == "frozen"
|
|
98
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
99
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.3; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.2; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
102
|
+
Requires-Dist: apache-airflow-providers-standard==1.10.3; extra == "frozen"
|
|
103
103
|
Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -108,14 +108,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2026.1.
|
|
112
|
-
Requires-Dist: astropy_healpix==1.1.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2026.1.19.0.42.31; extra == "frozen"
|
|
112
|
+
Requires-Dist: astropy_healpix==1.1.3; extra == "frozen"
|
|
113
113
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.42.
|
|
118
|
-
Requires-Dist: botocore==1.42.
|
|
117
|
+
Requires-Dist: boto3==1.42.32; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.42.32; extra == "frozen"
|
|
119
119
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
120
120
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -133,17 +133,17 @@ Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
|
133
133
|
Requires-Dist: cryptography==46.0.3; extra == "frozen"
|
|
134
134
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
136
|
-
Requires-Dist: dask==
|
|
136
|
+
Requires-Dist: dask==2026.1.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
|
-
Requires-Dist: dill==0.4.
|
|
139
|
+
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist-processing-common==12.0.
|
|
142
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
143
|
-
Requires-Dist: dkist-processing-dlnirsp==0.34.
|
|
141
|
+
Requires-Dist: dkist-processing-common==12.0.0rc7; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==7.0.0rc9; extra == "frozen"
|
|
143
|
+
Requires-Dist: dkist-processing-dlnirsp==0.34.0rc5; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
146
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
146
|
+
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -156,7 +156,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
156
156
|
Requires-Dist: fonttools==4.61.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: fsspec==2026.1.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: globus-sdk==4.3.
|
|
159
|
+
Requires-Dist: globus-sdk==4.3.1; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-crc32c==1.8.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -172,7 +172,7 @@ Requires-Dist: idna==3.11; extra == "frozen"
|
|
|
172
172
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
173
173
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
174
174
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
|
-
Requires-Dist: jmespath==1.0
|
|
175
|
+
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
@@ -227,8 +227,8 @@ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
|
227
227
|
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
228
228
|
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
229
229
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
230
|
-
Requires-Dist: packaging==
|
|
231
|
-
Requires-Dist: pandas==
|
|
230
|
+
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
231
|
+
Requires-Dist: pandas==3.0.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: partd==1.4.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: pathspec==1.0.3; extra == "frozen"
|
|
@@ -246,14 +246,14 @@ Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
247
247
|
Requires-Dist: psutil==7.2.1; extra == "frozen"
|
|
248
248
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
249
|
-
Requires-Dist: pyarrow==
|
|
250
|
-
Requires-Dist: pycparser==
|
|
249
|
+
Requires-Dist: pyarrow==23.0.0; extra == "frozen"
|
|
250
|
+
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
252
252
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
254
254
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
255
255
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: pyparsing==3.3.
|
|
256
|
+
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
257
257
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
259
259
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
@@ -300,7 +300,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
300
300
|
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
301
301
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
302
302
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: uncertainties==3.2.
|
|
303
|
+
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
304
304
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
305
305
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
306
306
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
@@ -309,7 +309,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
309
309
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
310
310
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
311
311
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
312
|
-
Requires-Dist: wcwidth==0.
|
|
312
|
+
Requires-Dist: wcwidth==0.3.0; extra == "frozen"
|
|
313
313
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
314
314
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
315
315
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.0rc5
|
|
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,13 +13,13 @@ 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==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc7
|
|
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
|
|
20
20
|
Requires-Dist: dkist-fits-specifications==4.20.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
22
|
+
Requires-Dist: dkist-service-configuration==4.2.0
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
24
24
|
Requires-Dist: numpy==2.2.5
|
|
25
25
|
Requires-Dist: numba==0.61.2
|
|
@@ -77,7 +77,7 @@ Requires-Dist: PyJWT==2.10.1; extra == "frozen"
|
|
|
77
77
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
80
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
80
|
+
Requires-Dist: SQLAlchemy==2.0.46; extra == "frozen"
|
|
81
81
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -93,13 +93,13 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
93
93
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
94
94
|
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
96
|
-
Requires-Dist: apache-airflow-providers-celery==3.15.
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
98
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
99
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
100
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
101
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
102
|
-
Requires-Dist: apache-airflow-providers-standard==1.10.
|
|
96
|
+
Requires-Dist: apache-airflow-providers-celery==3.15.1; extra == "frozen"
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.12.0; extra == "frozen"
|
|
98
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
99
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.3; extra == "frozen"
|
|
100
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.2; extra == "frozen"
|
|
101
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
102
|
+
Requires-Dist: apache-airflow-providers-standard==1.10.3; extra == "frozen"
|
|
103
103
|
Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
|
|
104
104
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -108,14 +108,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
108
108
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
110
110
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
111
|
-
Requires-Dist: astropy-iers-data==0.2026.1.
|
|
112
|
-
Requires-Dist: astropy_healpix==1.1.
|
|
111
|
+
Requires-Dist: astropy-iers-data==0.2026.1.19.0.42.31; extra == "frozen"
|
|
112
|
+
Requires-Dist: astropy_healpix==1.1.3; extra == "frozen"
|
|
113
113
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
117
|
-
Requires-Dist: boto3==1.42.
|
|
118
|
-
Requires-Dist: botocore==1.42.
|
|
117
|
+
Requires-Dist: boto3==1.42.32; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.42.32; extra == "frozen"
|
|
119
119
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
120
120
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
121
121
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -133,17 +133,17 @@ Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
|
133
133
|
Requires-Dist: cryptography==46.0.3; extra == "frozen"
|
|
134
134
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
136
|
-
Requires-Dist: dask==
|
|
136
|
+
Requires-Dist: dask==2026.1.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
|
-
Requires-Dist: dill==0.4.
|
|
139
|
+
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist-processing-common==12.0.
|
|
142
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
143
|
-
Requires-Dist: dkist-processing-dlnirsp==0.34.
|
|
141
|
+
Requires-Dist: dkist-processing-common==12.0.0rc7; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==7.0.0rc9; extra == "frozen"
|
|
143
|
+
Requires-Dist: dkist-processing-dlnirsp==0.34.0rc5; extra == "frozen"
|
|
144
144
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
146
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
146
|
+
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -156,7 +156,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
156
156
|
Requires-Dist: fonttools==4.61.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: fsspec==2026.1.0; extra == "frozen"
|
|
159
|
-
Requires-Dist: globus-sdk==4.3.
|
|
159
|
+
Requires-Dist: globus-sdk==4.3.1; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-crc32c==1.8.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -172,7 +172,7 @@ Requires-Dist: idna==3.11; extra == "frozen"
|
|
|
172
172
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
173
173
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
174
174
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
175
|
-
Requires-Dist: jmespath==1.0
|
|
175
|
+
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
@@ -227,8 +227,8 @@ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
|
227
227
|
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
228
228
|
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
229
229
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
230
|
-
Requires-Dist: packaging==
|
|
231
|
-
Requires-Dist: pandas==
|
|
230
|
+
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
231
|
+
Requires-Dist: pandas==3.0.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: partd==1.4.2; extra == "frozen"
|
|
234
234
|
Requires-Dist: pathspec==1.0.3; extra == "frozen"
|
|
@@ -246,14 +246,14 @@ Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
247
247
|
Requires-Dist: psutil==7.2.1; extra == "frozen"
|
|
248
248
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
249
|
-
Requires-Dist: pyarrow==
|
|
250
|
-
Requires-Dist: pycparser==
|
|
249
|
+
Requires-Dist: pyarrow==23.0.0; extra == "frozen"
|
|
250
|
+
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
252
252
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
254
254
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
255
255
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
256
|
-
Requires-Dist: pyparsing==3.3.
|
|
256
|
+
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
257
257
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
258
258
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
259
259
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
@@ -300,7 +300,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
300
300
|
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
301
301
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
302
302
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
303
|
-
Requires-Dist: uncertainties==3.2.
|
|
303
|
+
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
304
304
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
305
305
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
306
306
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
@@ -309,7 +309,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
|
309
309
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
310
310
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
311
311
|
Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
312
|
-
Requires-Dist: wcwidth==0.
|
|
312
|
+
Requires-Dist: wcwidth==0.3.0; extra == "frozen"
|
|
313
313
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
314
314
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
315
315
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
dkist-processing-common==12.0.
|
|
1
|
+
dkist-processing-common==12.0.0rc7
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
5
5
|
dkist-fits-specifications==4.20.0
|
|
6
6
|
dkist-spectral-lines==3.0.0
|
|
7
|
-
dkist-service-configuration==4.
|
|
7
|
+
dkist-service-configuration==4.2.0
|
|
8
8
|
astropy==7.0.2
|
|
9
9
|
numpy==2.2.5
|
|
10
10
|
numba==0.61.2
|
|
@@ -42,7 +42,7 @@ PyJWT==2.10.1
|
|
|
42
42
|
PyYAML==6.0.3
|
|
43
43
|
PyYAML-ft==8.0.0
|
|
44
44
|
Pygments==2.19.2
|
|
45
|
-
SQLAlchemy==2.0.
|
|
45
|
+
SQLAlchemy==2.0.46
|
|
46
46
|
SQLAlchemy-JSONField==1.0.2
|
|
47
47
|
SQLAlchemy-Utils==0.42.1
|
|
48
48
|
a2wsgi==1.10.10
|
|
@@ -58,13 +58,13 @@ annotated-types==0.7.0
|
|
|
58
58
|
anyio==4.12.1
|
|
59
59
|
apache-airflow==3.1.6
|
|
60
60
|
apache-airflow-core==3.1.6
|
|
61
|
-
apache-airflow-providers-celery==3.15.
|
|
62
|
-
apache-airflow-providers-common-compat==1.
|
|
63
|
-
apache-airflow-providers-common-io==1.7.
|
|
64
|
-
apache-airflow-providers-common-sql==1.30.
|
|
65
|
-
apache-airflow-providers-postgres==6.5.
|
|
66
|
-
apache-airflow-providers-smtp==2.4.
|
|
67
|
-
apache-airflow-providers-standard==1.10.
|
|
61
|
+
apache-airflow-providers-celery==3.15.1
|
|
62
|
+
apache-airflow-providers-common-compat==1.12.0
|
|
63
|
+
apache-airflow-providers-common-io==1.7.1
|
|
64
|
+
apache-airflow-providers-common-sql==1.30.3
|
|
65
|
+
apache-airflow-providers-postgres==6.5.2
|
|
66
|
+
apache-airflow-providers-smtp==2.4.2
|
|
67
|
+
apache-airflow-providers-standard==1.10.3
|
|
68
68
|
apache-airflow-task-sdk==1.1.6
|
|
69
69
|
argcomplete==3.6.3
|
|
70
70
|
asdf==3.5.0
|
|
@@ -73,14 +73,14 @@ asdf_transform_schemas==0.6.0
|
|
|
73
73
|
asgiref==3.11.0
|
|
74
74
|
asteval==1.0.8
|
|
75
75
|
astropy==7.0.2
|
|
76
|
-
astropy-iers-data==0.2026.1.
|
|
77
|
-
astropy_healpix==1.1.
|
|
76
|
+
astropy-iers-data==0.2026.1.19.0.42.31
|
|
77
|
+
astropy_healpix==1.1.3
|
|
78
78
|
asyncpg==0.31.0
|
|
79
79
|
attrs==25.4.0
|
|
80
80
|
babel==2.17.0
|
|
81
81
|
billiard==4.2.4
|
|
82
|
-
boto3==1.42.
|
|
83
|
-
botocore==1.42.
|
|
82
|
+
boto3==1.42.32
|
|
83
|
+
botocore==1.42.32
|
|
84
84
|
cadwyn==5.4.6
|
|
85
85
|
celery==5.6.2
|
|
86
86
|
certifi==2026.1.4
|
|
@@ -98,17 +98,17 @@ croniter==6.0.0
|
|
|
98
98
|
cryptography==46.0.3
|
|
99
99
|
cycler==0.12.1
|
|
100
100
|
dacite==1.9.2
|
|
101
|
-
dask==
|
|
101
|
+
dask==2026.1.1
|
|
102
102
|
dask-image==2025.11.0
|
|
103
103
|
decorator==5.2.1
|
|
104
|
-
dill==0.4.
|
|
104
|
+
dill==0.4.1
|
|
105
105
|
dkist-header-validator==5.2.1
|
|
106
|
-
dkist-processing-common==12.0.
|
|
107
|
-
dkist-processing-core==7.0.
|
|
108
|
-
dkist-processing-dlnirsp==0.34.
|
|
106
|
+
dkist-processing-common==12.0.0rc7
|
|
107
|
+
dkist-processing-core==7.0.0rc9
|
|
108
|
+
dkist-processing-dlnirsp==0.34.0rc5
|
|
109
109
|
dkist-processing-math==2.2.1
|
|
110
110
|
dkist-processing-pac==3.1.1
|
|
111
|
-
dkist-service-configuration==4.
|
|
111
|
+
dkist-service-configuration==4.2.0
|
|
112
112
|
dkist-spectral-lines==3.0.0
|
|
113
113
|
dkist_fits_specifications==4.20.0
|
|
114
114
|
dnspython==2.8.0
|
|
@@ -121,7 +121,7 @@ flower==2.0.1
|
|
|
121
121
|
fonttools==4.61.1
|
|
122
122
|
frozenlist==1.8.0
|
|
123
123
|
fsspec==2026.1.0
|
|
124
|
-
globus-sdk==4.3.
|
|
124
|
+
globus-sdk==4.3.1
|
|
125
125
|
google-crc32c==1.8.0
|
|
126
126
|
googleapis-common-protos==1.72.0
|
|
127
127
|
gqlclient==1.2.3
|
|
@@ -137,7 +137,7 @@ idna==3.11
|
|
|
137
137
|
imageio-ffmpeg==0.6.0
|
|
138
138
|
importlib_metadata==8.7.1
|
|
139
139
|
itsdangerous==2.2.0
|
|
140
|
-
jmespath==1.0
|
|
140
|
+
jmespath==1.1.0
|
|
141
141
|
jsonschema==4.26.0
|
|
142
142
|
jsonschema-specifications==2025.9.1
|
|
143
143
|
jupyter_core==5.9.1
|
|
@@ -192,8 +192,8 @@ opentelemetry-sdk==1.39.1
|
|
|
192
192
|
opentelemetry-semantic-conventions==0.60b1
|
|
193
193
|
opentelemetry-util-http==0.60b1
|
|
194
194
|
outcome==1.3.0.post0
|
|
195
|
-
packaging==
|
|
196
|
-
pandas==
|
|
195
|
+
packaging==26.0
|
|
196
|
+
pandas==3.0.0
|
|
197
197
|
parfive==2.2.0
|
|
198
198
|
partd==1.4.2
|
|
199
199
|
pathspec==1.0.3
|
|
@@ -211,14 +211,14 @@ propcache==0.4.1
|
|
|
211
211
|
protobuf==6.33.4
|
|
212
212
|
psutil==7.2.1
|
|
213
213
|
psycopg2-binary==2.9.11
|
|
214
|
-
pyarrow==
|
|
215
|
-
pycparser==
|
|
214
|
+
pyarrow==23.0.0
|
|
215
|
+
pycparser==3.0
|
|
216
216
|
pydantic==2.12.5
|
|
217
217
|
pydantic-settings==2.12.0
|
|
218
218
|
pydantic_core==2.41.5
|
|
219
219
|
pyerfa==2.0.1.5
|
|
220
220
|
pygtrie==2.5.0
|
|
221
|
-
pyparsing==3.3.
|
|
221
|
+
pyparsing==3.3.2
|
|
222
222
|
python-daemon==3.1.2
|
|
223
223
|
python-dateutil==2.9.0.post0
|
|
224
224
|
python-dotenv==1.2.1
|
|
@@ -265,7 +265,7 @@ typing_extensions==4.15.0
|
|
|
265
265
|
tzdata==2025.3
|
|
266
266
|
tzlocal==5.3.1
|
|
267
267
|
uc-micro-py==1.0.3
|
|
268
|
-
uncertainties==3.2.
|
|
268
|
+
uncertainties==3.2.3
|
|
269
269
|
universal_pathlib==0.2.6
|
|
270
270
|
urllib3==2.6.3
|
|
271
271
|
uuid6==2025.0.1
|
|
@@ -274,7 +274,7 @@ uvloop==0.22.1
|
|
|
274
274
|
vine==5.1.0
|
|
275
275
|
voluptuous==0.16.0
|
|
276
276
|
watchfiles==1.1.1
|
|
277
|
-
wcwidth==0.
|
|
277
|
+
wcwidth==0.3.0
|
|
278
278
|
websockets==16.0
|
|
279
279
|
wirerope==1.0.0
|
|
280
280
|
wrapt==1.17.3
|
|
@@ -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.34.
|
|
13
|
-
date = 2026-01-
|
|
12
|
+
version = "0.34.0rc5"
|
|
13
|
+
date = 2026-01-22T10:39:02.911630
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,13 +26,13 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 12.0.
|
|
29
|
+
"dkist-processing-common == 12.0.0rc7",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
33
33
|
"dkist-fits-specifications == 4.20.0",
|
|
34
34
|
"dkist-spectral-lines == 3.0.0",
|
|
35
|
-
"dkist-service-configuration == 4.
|
|
35
|
+
"dkist-service-configuration == 4.2.0",
|
|
36
36
|
"astropy == 7.0.2",
|
|
37
37
|
"numpy == 2.2.5",
|
|
38
38
|
"numba == 0.61.2",
|
|
@@ -105,7 +105,7 @@ frozen = [
|
|
|
105
105
|
"PyYAML == 6.0.3",
|
|
106
106
|
"PyYAML-ft == 8.0.0",
|
|
107
107
|
"Pygments == 2.19.2",
|
|
108
|
-
"SQLAlchemy == 2.0.
|
|
108
|
+
"SQLAlchemy == 2.0.46",
|
|
109
109
|
"SQLAlchemy-JSONField == 1.0.2",
|
|
110
110
|
"SQLAlchemy-Utils == 0.42.1",
|
|
111
111
|
"a2wsgi == 1.10.10",
|
|
@@ -121,13 +121,13 @@ frozen = [
|
|
|
121
121
|
"anyio == 4.12.1",
|
|
122
122
|
"apache-airflow == 3.1.6",
|
|
123
123
|
"apache-airflow-core == 3.1.6",
|
|
124
|
-
"apache-airflow-providers-celery == 3.15.
|
|
125
|
-
"apache-airflow-providers-common-compat == 1.
|
|
126
|
-
"apache-airflow-providers-common-io == 1.7.
|
|
127
|
-
"apache-airflow-providers-common-sql == 1.30.
|
|
128
|
-
"apache-airflow-providers-postgres == 6.5.
|
|
129
|
-
"apache-airflow-providers-smtp == 2.4.
|
|
130
|
-
"apache-airflow-providers-standard == 1.10.
|
|
124
|
+
"apache-airflow-providers-celery == 3.15.1",
|
|
125
|
+
"apache-airflow-providers-common-compat == 1.12.0",
|
|
126
|
+
"apache-airflow-providers-common-io == 1.7.1",
|
|
127
|
+
"apache-airflow-providers-common-sql == 1.30.3",
|
|
128
|
+
"apache-airflow-providers-postgres == 6.5.2",
|
|
129
|
+
"apache-airflow-providers-smtp == 2.4.2",
|
|
130
|
+
"apache-airflow-providers-standard == 1.10.3",
|
|
131
131
|
"apache-airflow-task-sdk == 1.1.6",
|
|
132
132
|
"argcomplete == 3.6.3",
|
|
133
133
|
"asdf == 3.5.0",
|
|
@@ -136,14 +136,14 @@ frozen = [
|
|
|
136
136
|
"asgiref == 3.11.0",
|
|
137
137
|
"asteval == 1.0.8",
|
|
138
138
|
"astropy == 7.0.2",
|
|
139
|
-
"astropy-iers-data == 0.2026.1.
|
|
140
|
-
"astropy_healpix == 1.1.
|
|
139
|
+
"astropy-iers-data == 0.2026.1.19.0.42.31",
|
|
140
|
+
"astropy_healpix == 1.1.3",
|
|
141
141
|
"asyncpg == 0.31.0",
|
|
142
142
|
"attrs == 25.4.0",
|
|
143
143
|
"babel == 2.17.0",
|
|
144
144
|
"billiard == 4.2.4",
|
|
145
|
-
"boto3 == 1.42.
|
|
146
|
-
"botocore == 1.42.
|
|
145
|
+
"boto3 == 1.42.32",
|
|
146
|
+
"botocore == 1.42.32",
|
|
147
147
|
"cadwyn == 5.4.6",
|
|
148
148
|
"celery == 5.6.2",
|
|
149
149
|
"certifi == 2026.1.4",
|
|
@@ -161,17 +161,17 @@ frozen = [
|
|
|
161
161
|
"cryptography == 46.0.3",
|
|
162
162
|
"cycler == 0.12.1",
|
|
163
163
|
"dacite == 1.9.2",
|
|
164
|
-
"dask ==
|
|
164
|
+
"dask == 2026.1.1",
|
|
165
165
|
"dask-image == 2025.11.0",
|
|
166
166
|
"decorator == 5.2.1",
|
|
167
|
-
"dill == 0.4.
|
|
167
|
+
"dill == 0.4.1",
|
|
168
168
|
"dkist-header-validator == 5.2.1",
|
|
169
|
-
"dkist-processing-common == 12.0.
|
|
170
|
-
"dkist-processing-core == 7.0.
|
|
171
|
-
"dkist-processing-dlnirsp == 0.34.
|
|
169
|
+
"dkist-processing-common == 12.0.0rc7",
|
|
170
|
+
"dkist-processing-core == 7.0.0rc9",
|
|
171
|
+
"dkist-processing-dlnirsp == 0.34.0rc5",
|
|
172
172
|
"dkist-processing-math == 2.2.1",
|
|
173
173
|
"dkist-processing-pac == 3.1.1",
|
|
174
|
-
"dkist-service-configuration == 4.
|
|
174
|
+
"dkist-service-configuration == 4.2.0",
|
|
175
175
|
"dkist-spectral-lines == 3.0.0",
|
|
176
176
|
"dkist_fits_specifications == 4.20.0",
|
|
177
177
|
"dnspython == 2.8.0",
|
|
@@ -184,7 +184,7 @@ frozen = [
|
|
|
184
184
|
"fonttools == 4.61.1",
|
|
185
185
|
"frozenlist == 1.8.0",
|
|
186
186
|
"fsspec == 2026.1.0",
|
|
187
|
-
"globus-sdk == 4.3.
|
|
187
|
+
"globus-sdk == 4.3.1",
|
|
188
188
|
"google-crc32c == 1.8.0",
|
|
189
189
|
"googleapis-common-protos == 1.72.0",
|
|
190
190
|
"gqlclient == 1.2.3",
|
|
@@ -200,7 +200,7 @@ frozen = [
|
|
|
200
200
|
"imageio-ffmpeg == 0.6.0",
|
|
201
201
|
"importlib_metadata == 8.7.1",
|
|
202
202
|
"itsdangerous == 2.2.0",
|
|
203
|
-
"jmespath == 1.0
|
|
203
|
+
"jmespath == 1.1.0",
|
|
204
204
|
"jsonschema == 4.26.0",
|
|
205
205
|
"jsonschema-specifications == 2025.9.1",
|
|
206
206
|
"jupyter_core == 5.9.1",
|
|
@@ -255,8 +255,8 @@ frozen = [
|
|
|
255
255
|
"opentelemetry-semantic-conventions == 0.60b1",
|
|
256
256
|
"opentelemetry-util-http == 0.60b1",
|
|
257
257
|
"outcome == 1.3.0.post0",
|
|
258
|
-
"packaging ==
|
|
259
|
-
"pandas ==
|
|
258
|
+
"packaging == 26.0",
|
|
259
|
+
"pandas == 3.0.0",
|
|
260
260
|
"parfive == 2.2.0",
|
|
261
261
|
"partd == 1.4.2",
|
|
262
262
|
"pathspec == 1.0.3",
|
|
@@ -274,14 +274,14 @@ frozen = [
|
|
|
274
274
|
"protobuf == 6.33.4",
|
|
275
275
|
"psutil == 7.2.1",
|
|
276
276
|
"psycopg2-binary == 2.9.11",
|
|
277
|
-
"pyarrow ==
|
|
278
|
-
"pycparser ==
|
|
277
|
+
"pyarrow == 23.0.0",
|
|
278
|
+
"pycparser == 3.0",
|
|
279
279
|
"pydantic == 2.12.5",
|
|
280
280
|
"pydantic-settings == 2.12.0",
|
|
281
281
|
"pydantic_core == 2.41.5",
|
|
282
282
|
"pyerfa == 2.0.1.5",
|
|
283
283
|
"pygtrie == 2.5.0",
|
|
284
|
-
"pyparsing == 3.3.
|
|
284
|
+
"pyparsing == 3.3.2",
|
|
285
285
|
"python-daemon == 3.1.2",
|
|
286
286
|
"python-dateutil == 2.9.0.post0",
|
|
287
287
|
"python-dotenv == 1.2.1",
|
|
@@ -328,7 +328,7 @@ frozen = [
|
|
|
328
328
|
"tzdata == 2025.3",
|
|
329
329
|
"tzlocal == 5.3.1",
|
|
330
330
|
"uc-micro-py == 1.0.3",
|
|
331
|
-
"uncertainties == 3.2.
|
|
331
|
+
"uncertainties == 3.2.3",
|
|
332
332
|
"universal_pathlib == 0.2.6",
|
|
333
333
|
"urllib3 == 2.6.3",
|
|
334
334
|
"uuid6 == 2025.0.1",
|
|
@@ -337,7 +337,7 @@ frozen = [
|
|
|
337
337
|
"vine == 5.1.0",
|
|
338
338
|
"voluptuous == 0.16.0",
|
|
339
339
|
"watchfiles == 1.1.1",
|
|
340
|
-
"wcwidth == 0.
|
|
340
|
+
"wcwidth == 0.3.0",
|
|
341
341
|
"websockets == 16.0",
|
|
342
342
|
"wirerope == 1.0.0",
|
|
343
343
|
"wrapt == 1.17.3",
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/SCIENCE_CHANGELOG.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/bitbucket-pipelines.yml
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/changelog/.gitempty
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/changelog/129.misc.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
|
|
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.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/geometric.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/ifu_drift.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/landing_page.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/docs/linearization.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.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/licenses/LICENSE.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/science_towncrier.sh
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc3 → dkist_processing_dlnirsp-0.34.0rc5}/towncrier_science.toml
RENAMED
|
File without changes
|