dkist-processing-dlnirsp 0.34.0rc1__tar.gz → 0.34.0rc3__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.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/PKG-INFO +14 -14
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp.egg-info/PKG-INFO +14 -14
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp.egg-info/requires.txt +13 -13
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/pyproject.toml +15 -15
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/changelog/129.misc.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/movie.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_movie.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/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.0rc3
|
|
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==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc4
|
|
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
|
|
@@ -86,13 +86,13 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: aiohttp==3.13.3; extra == "frozen"
|
|
87
87
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
89
|
-
Requires-Dist: aiosqlite==0.
|
|
90
|
-
Requires-Dist: alembic==1.18.
|
|
89
|
+
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
90
|
+
Requires-Dist: alembic==1.18.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow==3.1.
|
|
95
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
94
|
+
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
95
|
+
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-celery==3.15.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow-providers-common-compat==1.11.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
@@ -100,7 +100,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.30.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-standard==1.10.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
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"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -114,8 +114,8 @@ 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.28; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.42.28; 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"
|
|
@@ -138,9 +138,9 @@ Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: dill==0.4.0; 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.0rc4; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==7.0.0rc6; extra == "frozen"
|
|
143
|
+
Requires-Dist: dkist-processing-dlnirsp==0.34.0rc3; 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
146
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -240,7 +240,7 @@ Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
242
242
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
243
|
-
Requires-Dist: prometheus_client==0.24.
|
|
243
|
+
Requires-Dist: prometheus_client==0.24.1; extra == "frozen"
|
|
244
244
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
245
245
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
@@ -289,7 +289,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
289
289
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
290
290
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
291
291
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: tifffile==
|
|
292
|
+
Requires-Dist: tifffile==2026.1.14; extra == "frozen"
|
|
293
293
|
Requires-Dist: toolz==1.1.0; extra == "frozen"
|
|
294
294
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
295
295
|
Requires-Dist: tqdm==4.67.1; 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.0rc3
|
|
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==12.0.
|
|
16
|
+
Requires-Dist: dkist-processing-common==12.0.0rc4
|
|
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
|
|
@@ -86,13 +86,13 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: aiohttp==3.13.3; extra == "frozen"
|
|
87
87
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
|
|
89
|
-
Requires-Dist: aiosqlite==0.
|
|
90
|
-
Requires-Dist: alembic==1.18.
|
|
89
|
+
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
90
|
+
Requires-Dist: alembic==1.18.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow==3.1.
|
|
95
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
94
|
+
Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
|
|
95
|
+
Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-celery==3.15.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: apache-airflow-providers-common-compat==1.11.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
@@ -100,7 +100,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.30.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-standard==1.10.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
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"
|
|
106
106
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -114,8 +114,8 @@ 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.28; extra == "frozen"
|
|
118
|
+
Requires-Dist: botocore==1.42.28; 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"
|
|
@@ -138,9 +138,9 @@ Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: dill==0.4.0; 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.0rc4; extra == "frozen"
|
|
142
|
+
Requires-Dist: dkist-processing-core==7.0.0rc6; extra == "frozen"
|
|
143
|
+
Requires-Dist: dkist-processing-dlnirsp==0.34.0rc3; 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
146
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -240,7 +240,7 @@ Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
242
242
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
243
|
-
Requires-Dist: prometheus_client==0.24.
|
|
243
|
+
Requires-Dist: prometheus_client==0.24.1; extra == "frozen"
|
|
244
244
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
245
245
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
246
246
|
Requires-Dist: protobuf==6.33.4; extra == "frozen"
|
|
@@ -289,7 +289,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
289
289
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
290
290
|
Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
291
291
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
292
|
-
Requires-Dist: tifffile==
|
|
292
|
+
Requires-Dist: tifffile==2026.1.14; extra == "frozen"
|
|
293
293
|
Requires-Dist: toolz==1.1.0; extra == "frozen"
|
|
294
294
|
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
295
295
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==12.0.
|
|
1
|
+
dkist-processing-common==12.0.0rc4
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
@@ -51,13 +51,13 @@ aiohappyeyeballs==2.6.1
|
|
|
51
51
|
aiohttp==3.13.3
|
|
52
52
|
aiosignal==1.4.0
|
|
53
53
|
aiosmtplib==5.0.0
|
|
54
|
-
aiosqlite==0.
|
|
55
|
-
alembic==1.18.
|
|
54
|
+
aiosqlite==0.21.0
|
|
55
|
+
alembic==1.18.1
|
|
56
56
|
amqp==5.3.1
|
|
57
57
|
annotated-types==0.7.0
|
|
58
58
|
anyio==4.12.1
|
|
59
|
-
apache-airflow==3.1.
|
|
60
|
-
apache-airflow-core==3.1.
|
|
59
|
+
apache-airflow==3.1.6
|
|
60
|
+
apache-airflow-core==3.1.6
|
|
61
61
|
apache-airflow-providers-celery==3.15.0
|
|
62
62
|
apache-airflow-providers-common-compat==1.11.0
|
|
63
63
|
apache-airflow-providers-common-io==1.7.0
|
|
@@ -65,7 +65,7 @@ apache-airflow-providers-common-sql==1.30.2
|
|
|
65
65
|
apache-airflow-providers-postgres==6.5.1
|
|
66
66
|
apache-airflow-providers-smtp==2.4.1
|
|
67
67
|
apache-airflow-providers-standard==1.10.2
|
|
68
|
-
apache-airflow-task-sdk==1.1.
|
|
68
|
+
apache-airflow-task-sdk==1.1.6
|
|
69
69
|
argcomplete==3.6.3
|
|
70
70
|
asdf==3.5.0
|
|
71
71
|
asdf_standard==1.4.0
|
|
@@ -79,8 +79,8 @@ 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.28
|
|
83
|
+
botocore==1.42.28
|
|
84
84
|
cadwyn==5.4.6
|
|
85
85
|
celery==5.6.2
|
|
86
86
|
certifi==2026.1.4
|
|
@@ -103,9 +103,9 @@ dask-image==2025.11.0
|
|
|
103
103
|
decorator==5.2.1
|
|
104
104
|
dill==0.4.0
|
|
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.0rc4
|
|
107
|
+
dkist-processing-core==7.0.0rc6
|
|
108
|
+
dkist-processing-dlnirsp==0.34.0rc3
|
|
109
109
|
dkist-processing-math==2.2.1
|
|
110
110
|
dkist-processing-pac==3.1.1
|
|
111
111
|
dkist-service-configuration==4.1.13
|
|
@@ -205,7 +205,7 @@ platformdirs==4.5.1
|
|
|
205
205
|
pluggy==1.6.0
|
|
206
206
|
pooch==1.8.2
|
|
207
207
|
proglog==0.1.12
|
|
208
|
-
prometheus_client==0.24.
|
|
208
|
+
prometheus_client==0.24.1
|
|
209
209
|
prompt_toolkit==3.0.52
|
|
210
210
|
propcache==0.4.1
|
|
211
211
|
protobuf==6.33.4
|
|
@@ -254,7 +254,7 @@ talus==1.3.4
|
|
|
254
254
|
tenacity==8.5.0
|
|
255
255
|
termcolor==3.3.0
|
|
256
256
|
text-unidecode==1.3
|
|
257
|
-
tifffile==
|
|
257
|
+
tifffile==2026.1.14
|
|
258
258
|
toolz==1.1.0
|
|
259
259
|
tornado==6.5.4
|
|
260
260
|
tqdm==4.67.1
|
|
@@ -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.0rc3"
|
|
13
|
+
date = 2026-01-14T15:59:21.009630
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 12.0.
|
|
29
|
+
"dkist-processing-common == 12.0.0rc4",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
@@ -114,13 +114,13 @@ frozen = [
|
|
|
114
114
|
"aiohttp == 3.13.3",
|
|
115
115
|
"aiosignal == 1.4.0",
|
|
116
116
|
"aiosmtplib == 5.0.0",
|
|
117
|
-
"aiosqlite == 0.
|
|
118
|
-
"alembic == 1.18.
|
|
117
|
+
"aiosqlite == 0.21.0",
|
|
118
|
+
"alembic == 1.18.1",
|
|
119
119
|
"amqp == 5.3.1",
|
|
120
120
|
"annotated-types == 0.7.0",
|
|
121
121
|
"anyio == 4.12.1",
|
|
122
|
-
"apache-airflow == 3.1.
|
|
123
|
-
"apache-airflow-core == 3.1.
|
|
122
|
+
"apache-airflow == 3.1.6",
|
|
123
|
+
"apache-airflow-core == 3.1.6",
|
|
124
124
|
"apache-airflow-providers-celery == 3.15.0",
|
|
125
125
|
"apache-airflow-providers-common-compat == 1.11.0",
|
|
126
126
|
"apache-airflow-providers-common-io == 1.7.0",
|
|
@@ -128,7 +128,7 @@ frozen = [
|
|
|
128
128
|
"apache-airflow-providers-postgres == 6.5.1",
|
|
129
129
|
"apache-airflow-providers-smtp == 2.4.1",
|
|
130
130
|
"apache-airflow-providers-standard == 1.10.2",
|
|
131
|
-
"apache-airflow-task-sdk == 1.1.
|
|
131
|
+
"apache-airflow-task-sdk == 1.1.6",
|
|
132
132
|
"argcomplete == 3.6.3",
|
|
133
133
|
"asdf == 3.5.0",
|
|
134
134
|
"asdf_standard == 1.4.0",
|
|
@@ -142,8 +142,8 @@ frozen = [
|
|
|
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.28",
|
|
146
|
+
"botocore == 1.42.28",
|
|
147
147
|
"cadwyn == 5.4.6",
|
|
148
148
|
"celery == 5.6.2",
|
|
149
149
|
"certifi == 2026.1.4",
|
|
@@ -166,9 +166,9 @@ frozen = [
|
|
|
166
166
|
"decorator == 5.2.1",
|
|
167
167
|
"dill == 0.4.0",
|
|
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.0rc4",
|
|
170
|
+
"dkist-processing-core == 7.0.0rc6",
|
|
171
|
+
"dkist-processing-dlnirsp == 0.34.0rc3",
|
|
172
172
|
"dkist-processing-math == 2.2.1",
|
|
173
173
|
"dkist-processing-pac == 3.1.1",
|
|
174
174
|
"dkist-service-configuration == 4.1.13",
|
|
@@ -268,7 +268,7 @@ frozen = [
|
|
|
268
268
|
"pluggy == 1.6.0",
|
|
269
269
|
"pooch == 1.8.2",
|
|
270
270
|
"proglog == 0.1.12",
|
|
271
|
-
"prometheus_client == 0.24.
|
|
271
|
+
"prometheus_client == 0.24.1",
|
|
272
272
|
"prompt_toolkit == 3.0.52",
|
|
273
273
|
"propcache == 0.4.1",
|
|
274
274
|
"protobuf == 6.33.4",
|
|
@@ -317,7 +317,7 @@ frozen = [
|
|
|
317
317
|
"tenacity == 8.5.0",
|
|
318
318
|
"termcolor == 3.3.0",
|
|
319
319
|
"text-unidecode == 1.3",
|
|
320
|
-
"tifffile ==
|
|
320
|
+
"tifffile == 2026.1.14",
|
|
321
321
|
"toolz == 1.1.0",
|
|
322
322
|
"tornado == 6.5.4",
|
|
323
323
|
"tqdm == 4.67.1",
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/.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.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/SCIENCE_CHANGELOG.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/bitbucket-pipelines.yml
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/changelog/.gitempty
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/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.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/geometric.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/ifu_drift.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/docs/landing_page.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/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.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/licenses/LICENSE.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/science_towncrier.sh
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.34.0rc1 → dkist_processing_dlnirsp-0.34.0rc3}/towncrier_science.toml
RENAMED
|
File without changes
|