dkist-processing-dlnirsp 0.31.0__tar.gz → 0.31.1__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.31.0 → dkist_processing_dlnirsp-0.31.1}/CHANGELOG.rst +9 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/PKG-INFO +34 -34
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp.egg-info/PKG-INFO +34 -34
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp.egg-info/requires.txt +33 -33
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/pyproject.toml +35 -35
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/conftest.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_assemble_movie.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/towncrier_science.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.31.
|
|
3
|
+
Version: 0.31.1
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -71,7 +71,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
71
71
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
73
73
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
74
|
-
Requires-Dist: Flask-Limiter==3.
|
|
74
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
75
75
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
76
76
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -97,16 +97,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
97
97
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
100
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
103
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
106
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
106
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
107
107
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
108
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
109
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
108
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
109
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
110
110
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
111
111
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
112
112
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -116,18 +116,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
116
116
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
118
118
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
119
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
119
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: boto3==1.40.
|
|
126
|
-
Requires-Dist: botocore==1.40.
|
|
125
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
126
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
127
127
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
128
|
-
Requires-Dist: celery==5.
|
|
128
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
130
|
-
Requires-Dist: cffi==
|
|
130
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
132
132
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -140,15 +140,15 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
141
141
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
142
142
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
143
|
-
Requires-Dist: cryptography==
|
|
143
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
146
146
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
147
147
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
149
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
149
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-dlnirsp==0.31.
|
|
151
|
+
Requires-Dist: dkist-processing-dlnirsp==0.31.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
@@ -160,14 +160,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
162
162
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
163
|
-
Requires-Dist: fonttools==4.
|
|
163
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
166
166
|
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
167
167
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
168
168
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
170
|
-
Requires-Dist: grpcio==1.
|
|
170
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
171
171
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
172
172
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
173
173
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -209,14 +209,14 @@ Requires-Dist: networkx==3.5; extra == "frozen"
|
|
|
209
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
211
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
212
|
-
Requires-Dist: opentelemetry-api==1.
|
|
213
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
216
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
217
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
218
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
219
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
220
220
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
221
221
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
222
222
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -234,30 +234,30 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
234
234
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
235
235
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
236
236
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
237
|
-
Requires-Dist: protobuf==6.32.
|
|
237
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
240
|
-
Requires-Dist: pycparser==2.
|
|
241
|
-
Requires-Dist: pydantic==2.11.
|
|
240
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
241
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
242
242
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
243
243
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
245
|
-
Requires-Dist: pyparsing==3.2.
|
|
245
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
246
246
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
247
247
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
248
248
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
249
249
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
250
250
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
251
251
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
252
|
-
Requires-Dist: redis==4.
|
|
252
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
254
254
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
255
255
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
257
|
-
Requires-Dist: rich==
|
|
257
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
258
258
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
259
259
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
260
|
-
Requires-Dist: s3transfer==0.
|
|
260
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
261
261
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
262
262
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
263
263
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
@@ -273,7 +273,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
273
273
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
274
274
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
276
|
-
Requires-Dist: tifffile==2025.
|
|
276
|
+
Requires-Dist: tifffile==2025.9.9; extra == "frozen"
|
|
277
277
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
278
278
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
279
279
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.31.
|
|
3
|
+
Version: 0.31.1
|
|
4
4
|
Summary: Science processing code for the DLNIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Python: >=3.12
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
@@ -71,7 +71,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
71
71
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
73
73
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
74
|
-
Requires-Dist: Flask-Limiter==3.
|
|
74
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
75
75
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
76
76
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -97,16 +97,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
97
97
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
100
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
100
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
103
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
103
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
106
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
106
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
107
107
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
108
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
109
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
108
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
109
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
110
110
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
111
111
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
112
112
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -116,18 +116,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
116
116
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
118
118
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
119
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
119
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: boto3==1.40.
|
|
126
|
-
Requires-Dist: botocore==1.40.
|
|
125
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
126
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
127
127
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
128
|
-
Requires-Dist: celery==5.
|
|
128
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
130
|
-
Requires-Dist: cffi==
|
|
130
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
132
132
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -140,15 +140,15 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
141
141
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
142
142
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
143
|
-
Requires-Dist: cryptography==
|
|
143
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
146
146
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
147
147
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
149
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
149
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-dlnirsp==0.31.
|
|
151
|
+
Requires-Dist: dkist-processing-dlnirsp==0.31.1; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
@@ -160,14 +160,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
162
162
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
163
|
-
Requires-Dist: fonttools==4.
|
|
163
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
166
166
|
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
167
167
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
168
168
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
170
|
-
Requires-Dist: grpcio==1.
|
|
170
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
171
171
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
172
172
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
173
173
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -209,14 +209,14 @@ Requires-Dist: networkx==3.5; extra == "frozen"
|
|
|
209
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
211
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
212
|
-
Requires-Dist: opentelemetry-api==1.
|
|
213
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
216
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
217
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
218
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
219
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
220
220
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
221
221
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
222
222
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -234,30 +234,30 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
234
234
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
235
235
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
236
236
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
237
|
-
Requires-Dist: protobuf==6.32.
|
|
237
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
240
|
-
Requires-Dist: pycparser==2.
|
|
241
|
-
Requires-Dist: pydantic==2.11.
|
|
240
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
241
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
242
242
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
243
243
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
245
|
-
Requires-Dist: pyparsing==3.2.
|
|
245
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
246
246
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
247
247
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
248
248
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
249
249
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
250
250
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
251
251
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
252
|
-
Requires-Dist: redis==4.
|
|
252
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
253
253
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
254
254
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
255
255
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
257
|
-
Requires-Dist: rich==
|
|
257
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
258
258
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
259
259
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
260
|
-
Requires-Dist: s3transfer==0.
|
|
260
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
261
261
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
262
262
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
263
263
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
@@ -273,7 +273,7 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
|
273
273
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
274
274
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
276
|
-
Requires-Dist: tifffile==2025.
|
|
276
|
+
Requires-Dist: tifffile==2025.9.9; extra == "frozen"
|
|
277
277
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
278
278
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
279
279
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.5.
|
|
1
|
+
dkist-processing-common==11.5.1
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
@@ -36,7 +36,7 @@ Flask-AppBuilder==4.5.3
|
|
|
36
36
|
Flask-Babel==2.0.0
|
|
37
37
|
Flask-Caching==2.3.1
|
|
38
38
|
Flask-JWT-Extended==4.7.1
|
|
39
|
-
Flask-Limiter==3.
|
|
39
|
+
Flask-Limiter==3.13
|
|
40
40
|
Flask-Login==0.6.3
|
|
41
41
|
Flask-SQLAlchemy==2.5.1
|
|
42
42
|
Flask-Session==0.5.0
|
|
@@ -62,16 +62,16 @@ amqp==5.3.1
|
|
|
62
62
|
annotated-types==0.7.0
|
|
63
63
|
anyio==4.10.0
|
|
64
64
|
apache-airflow==2.11.0
|
|
65
|
-
apache-airflow-providers-celery==3.
|
|
65
|
+
apache-airflow-providers-celery==3.10.0
|
|
66
66
|
apache-airflow-providers-common-compat==1.7.3
|
|
67
67
|
apache-airflow-providers-common-io==1.6.2
|
|
68
|
-
apache-airflow-providers-common-sql==1.
|
|
68
|
+
apache-airflow-providers-common-sql==1.28.0
|
|
69
69
|
apache-airflow-providers-fab==1.5.3
|
|
70
70
|
apache-airflow-providers-ftp==3.13.2
|
|
71
|
-
apache-airflow-providers-http==5.3.
|
|
71
|
+
apache-airflow-providers-http==5.3.4
|
|
72
72
|
apache-airflow-providers-imap==3.9.2
|
|
73
|
-
apache-airflow-providers-postgres==6.
|
|
74
|
-
apache-airflow-providers-smtp==2.2.
|
|
73
|
+
apache-airflow-providers-postgres==6.3.0
|
|
74
|
+
apache-airflow-providers-smtp==2.2.1
|
|
75
75
|
apache-airflow-providers-sqlite==4.1.2
|
|
76
76
|
apispec==6.8.3
|
|
77
77
|
argcomplete==3.6.2
|
|
@@ -81,18 +81,18 @@ asdf_transform_schemas==0.6.0
|
|
|
81
81
|
asgiref==3.9.1
|
|
82
82
|
asteval==1.0.6
|
|
83
83
|
astropy==7.0.2
|
|
84
|
-
astropy-iers-data==0.2025.9.
|
|
84
|
+
astropy-iers-data==0.2025.9.15.0.37.0
|
|
85
85
|
asyncpg==0.30.0
|
|
86
86
|
attrs==25.3.0
|
|
87
87
|
babel==2.17.0
|
|
88
88
|
billiard==4.2.1
|
|
89
89
|
blinker==1.9.0
|
|
90
|
-
boto3==1.40.
|
|
91
|
-
botocore==1.40.
|
|
90
|
+
boto3==1.40.32
|
|
91
|
+
botocore==1.40.32
|
|
92
92
|
cachelib==0.13.0
|
|
93
|
-
celery==5.
|
|
93
|
+
celery==5.3.1
|
|
94
94
|
certifi==2025.8.3
|
|
95
|
-
cffi==
|
|
95
|
+
cffi==2.0.0
|
|
96
96
|
charset-normalizer==3.4.3
|
|
97
97
|
click==8.2.1
|
|
98
98
|
click-didyoumean==0.3.1
|
|
@@ -105,15 +105,15 @@ connexion==2.14.2
|
|
|
105
105
|
contourpy==1.3.3
|
|
106
106
|
cron_descriptor==2.0.6
|
|
107
107
|
croniter==6.0.0
|
|
108
|
-
cryptography==
|
|
108
|
+
cryptography==46.0.1
|
|
109
109
|
cycler==0.12.1
|
|
110
110
|
dacite==1.9.2
|
|
111
111
|
decorator==5.2.1
|
|
112
112
|
dill==0.4.0
|
|
113
113
|
dkist-header-validator==5.2.1
|
|
114
|
-
dkist-processing-common==11.5.
|
|
114
|
+
dkist-processing-common==11.5.1
|
|
115
115
|
dkist-processing-core==5.2.1
|
|
116
|
-
dkist-processing-dlnirsp==0.31.
|
|
116
|
+
dkist-processing-dlnirsp==0.31.1
|
|
117
117
|
dkist-processing-math==2.2.1
|
|
118
118
|
dkist-processing-pac==3.1.1
|
|
119
119
|
dkist-service-configuration==2.2
|
|
@@ -125,14 +125,14 @@ elastic-apm==6.24.0
|
|
|
125
125
|
email-validator==2.3.0
|
|
126
126
|
fastjsonschema==2.21.2
|
|
127
127
|
flower==2.0.1
|
|
128
|
-
fonttools==4.
|
|
128
|
+
fonttools==4.60.0
|
|
129
129
|
frozenlist==1.7.0
|
|
130
130
|
fsspec==2025.9.0
|
|
131
131
|
globus-sdk==3.63.0
|
|
132
132
|
google-re2==1.1.20250805
|
|
133
133
|
googleapis-common-protos==1.70.0
|
|
134
134
|
gqlclient==1.2.3
|
|
135
|
-
grpcio==1.
|
|
135
|
+
grpcio==1.75.0
|
|
136
136
|
gunicorn==23.0.0
|
|
137
137
|
h11==0.16.0
|
|
138
138
|
httpcore==1.0.9
|
|
@@ -174,14 +174,14 @@ networkx==3.5
|
|
|
174
174
|
numba==0.61.2
|
|
175
175
|
numpy==2.2.5
|
|
176
176
|
object-clerk==1.0.0
|
|
177
|
-
opentelemetry-api==1.
|
|
178
|
-
opentelemetry-exporter-otlp==1.
|
|
179
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
180
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
181
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
182
|
-
opentelemetry-proto==1.
|
|
183
|
-
opentelemetry-sdk==1.
|
|
184
|
-
opentelemetry-semantic-conventions==0.
|
|
177
|
+
opentelemetry-api==1.37.0
|
|
178
|
+
opentelemetry-exporter-otlp==1.37.0
|
|
179
|
+
opentelemetry-exporter-otlp-proto-common==1.37.0
|
|
180
|
+
opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
|
181
|
+
opentelemetry-exporter-otlp-proto-http==1.37.0
|
|
182
|
+
opentelemetry-proto==1.37.0
|
|
183
|
+
opentelemetry-sdk==1.37.0
|
|
184
|
+
opentelemetry-semantic-conventions==0.58b0
|
|
185
185
|
ordered-set==4.1.0
|
|
186
186
|
packaging==25.0
|
|
187
187
|
pandas==2.3.2
|
|
@@ -199,30 +199,30 @@ proglog==0.1.12
|
|
|
199
199
|
prometheus_client==0.22.1
|
|
200
200
|
prompt_toolkit==3.0.52
|
|
201
201
|
propcache==0.3.2
|
|
202
|
-
protobuf==6.32.
|
|
202
|
+
protobuf==6.32.1
|
|
203
203
|
psutil==7.0.0
|
|
204
204
|
psycopg2-binary==2.9.10
|
|
205
|
-
pycparser==2.
|
|
206
|
-
pydantic==2.11.
|
|
205
|
+
pycparser==2.23
|
|
206
|
+
pydantic==2.11.9
|
|
207
207
|
pydantic-settings==2.10.1
|
|
208
208
|
pydantic_core==2.33.2
|
|
209
209
|
pyerfa==2.0.1.5
|
|
210
|
-
pyparsing==3.2.
|
|
210
|
+
pyparsing==3.2.4
|
|
211
211
|
python-daemon==3.1.2
|
|
212
212
|
python-dateutil==2.9.0.post0
|
|
213
213
|
python-dotenv==1.1.1
|
|
214
214
|
python-nvd3==0.16.0
|
|
215
215
|
python-slugify==8.0.4
|
|
216
216
|
pytz==2025.2
|
|
217
|
-
redis==4.
|
|
217
|
+
redis==6.4.0
|
|
218
218
|
referencing==0.36.2
|
|
219
219
|
requests==2.32.5
|
|
220
220
|
requests-toolbelt==1.0.0
|
|
221
221
|
rfc3339-validator==0.1.4
|
|
222
|
-
rich==
|
|
222
|
+
rich==14.1.0
|
|
223
223
|
rich-argparse==1.7.1
|
|
224
224
|
rpds-py==0.27.1
|
|
225
|
-
s3transfer==0.
|
|
225
|
+
s3transfer==0.14.0
|
|
226
226
|
scikit-image==0.25.2
|
|
227
227
|
scipy==1.15.3
|
|
228
228
|
semantic-version==2.10.0
|
|
@@ -238,7 +238,7 @@ talus==1.3.4
|
|
|
238
238
|
tenacity==8.5.0
|
|
239
239
|
termcolor==3.1.0
|
|
240
240
|
text-unidecode==1.3
|
|
241
|
-
tifffile==2025.
|
|
241
|
+
tifffile==2025.9.9
|
|
242
242
|
tornado==6.5.2
|
|
243
243
|
tqdm==4.67.1
|
|
244
244
|
traitlets==5.14.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.31.
|
|
13
|
-
date = 2025-09-
|
|
12
|
+
version = "0.31.1"
|
|
13
|
+
date = 2025-09-17T11:18:34.971344
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.5.
|
|
29
|
+
"dkist-processing-common == 11.5.1",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
@@ -99,7 +99,7 @@ frozen = [
|
|
|
99
99
|
"Flask-Babel == 2.0.0",
|
|
100
100
|
"Flask-Caching == 2.3.1",
|
|
101
101
|
"Flask-JWT-Extended == 4.7.1",
|
|
102
|
-
"Flask-Limiter == 3.
|
|
102
|
+
"Flask-Limiter == 3.13",
|
|
103
103
|
"Flask-Login == 0.6.3",
|
|
104
104
|
"Flask-SQLAlchemy == 2.5.1",
|
|
105
105
|
"Flask-Session == 0.5.0",
|
|
@@ -125,16 +125,16 @@ frozen = [
|
|
|
125
125
|
"annotated-types == 0.7.0",
|
|
126
126
|
"anyio == 4.10.0",
|
|
127
127
|
"apache-airflow == 2.11.0",
|
|
128
|
-
"apache-airflow-providers-celery == 3.
|
|
128
|
+
"apache-airflow-providers-celery == 3.10.0",
|
|
129
129
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
130
130
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
131
|
-
"apache-airflow-providers-common-sql == 1.
|
|
131
|
+
"apache-airflow-providers-common-sql == 1.28.0",
|
|
132
132
|
"apache-airflow-providers-fab == 1.5.3",
|
|
133
133
|
"apache-airflow-providers-ftp == 3.13.2",
|
|
134
|
-
"apache-airflow-providers-http == 5.3.
|
|
134
|
+
"apache-airflow-providers-http == 5.3.4",
|
|
135
135
|
"apache-airflow-providers-imap == 3.9.2",
|
|
136
|
-
"apache-airflow-providers-postgres == 6.
|
|
137
|
-
"apache-airflow-providers-smtp == 2.2.
|
|
136
|
+
"apache-airflow-providers-postgres == 6.3.0",
|
|
137
|
+
"apache-airflow-providers-smtp == 2.2.1",
|
|
138
138
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
139
139
|
"apispec == 6.8.3",
|
|
140
140
|
"argcomplete == 3.6.2",
|
|
@@ -144,18 +144,18 @@ frozen = [
|
|
|
144
144
|
"asgiref == 3.9.1",
|
|
145
145
|
"asteval == 1.0.6",
|
|
146
146
|
"astropy == 7.0.2",
|
|
147
|
-
"astropy-iers-data == 0.2025.9.
|
|
147
|
+
"astropy-iers-data == 0.2025.9.15.0.37.0",
|
|
148
148
|
"asyncpg == 0.30.0",
|
|
149
149
|
"attrs == 25.3.0",
|
|
150
150
|
"babel == 2.17.0",
|
|
151
151
|
"billiard == 4.2.1",
|
|
152
152
|
"blinker == 1.9.0",
|
|
153
|
-
"boto3 == 1.40.
|
|
154
|
-
"botocore == 1.40.
|
|
153
|
+
"boto3 == 1.40.32",
|
|
154
|
+
"botocore == 1.40.32",
|
|
155
155
|
"cachelib == 0.13.0",
|
|
156
|
-
"celery == 5.
|
|
156
|
+
"celery == 5.3.1",
|
|
157
157
|
"certifi == 2025.8.3",
|
|
158
|
-
"cffi ==
|
|
158
|
+
"cffi == 2.0.0",
|
|
159
159
|
"charset-normalizer == 3.4.3",
|
|
160
160
|
"click == 8.2.1",
|
|
161
161
|
"click-didyoumean == 0.3.1",
|
|
@@ -168,15 +168,15 @@ frozen = [
|
|
|
168
168
|
"contourpy == 1.3.3",
|
|
169
169
|
"cron_descriptor == 2.0.6",
|
|
170
170
|
"croniter == 6.0.0",
|
|
171
|
-
"cryptography ==
|
|
171
|
+
"cryptography == 46.0.1",
|
|
172
172
|
"cycler == 0.12.1",
|
|
173
173
|
"dacite == 1.9.2",
|
|
174
174
|
"decorator == 5.2.1",
|
|
175
175
|
"dill == 0.4.0",
|
|
176
176
|
"dkist-header-validator == 5.2.1",
|
|
177
|
-
"dkist-processing-common == 11.5.
|
|
177
|
+
"dkist-processing-common == 11.5.1",
|
|
178
178
|
"dkist-processing-core == 5.2.1",
|
|
179
|
-
"dkist-processing-dlnirsp == 0.31.
|
|
179
|
+
"dkist-processing-dlnirsp == 0.31.1",
|
|
180
180
|
"dkist-processing-math == 2.2.1",
|
|
181
181
|
"dkist-processing-pac == 3.1.1",
|
|
182
182
|
"dkist-service-configuration == 2.2",
|
|
@@ -188,14 +188,14 @@ frozen = [
|
|
|
188
188
|
"email-validator == 2.3.0",
|
|
189
189
|
"fastjsonschema == 2.21.2",
|
|
190
190
|
"flower == 2.0.1",
|
|
191
|
-
"fonttools == 4.
|
|
191
|
+
"fonttools == 4.60.0",
|
|
192
192
|
"frozenlist == 1.7.0",
|
|
193
193
|
"fsspec == 2025.9.0",
|
|
194
194
|
"globus-sdk == 3.63.0",
|
|
195
195
|
"google-re2 == 1.1.20250805",
|
|
196
196
|
"googleapis-common-protos == 1.70.0",
|
|
197
197
|
"gqlclient == 1.2.3",
|
|
198
|
-
"grpcio == 1.
|
|
198
|
+
"grpcio == 1.75.0",
|
|
199
199
|
"gunicorn == 23.0.0",
|
|
200
200
|
"h11 == 0.16.0",
|
|
201
201
|
"httpcore == 1.0.9",
|
|
@@ -237,14 +237,14 @@ frozen = [
|
|
|
237
237
|
"numba == 0.61.2",
|
|
238
238
|
"numpy == 2.2.5",
|
|
239
239
|
"object-clerk == 1.0.0",
|
|
240
|
-
"opentelemetry-api == 1.
|
|
241
|
-
"opentelemetry-exporter-otlp == 1.
|
|
242
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
243
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
244
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
245
|
-
"opentelemetry-proto == 1.
|
|
246
|
-
"opentelemetry-sdk == 1.
|
|
247
|
-
"opentelemetry-semantic-conventions == 0.
|
|
240
|
+
"opentelemetry-api == 1.37.0",
|
|
241
|
+
"opentelemetry-exporter-otlp == 1.37.0",
|
|
242
|
+
"opentelemetry-exporter-otlp-proto-common == 1.37.0",
|
|
243
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.37.0",
|
|
244
|
+
"opentelemetry-exporter-otlp-proto-http == 1.37.0",
|
|
245
|
+
"opentelemetry-proto == 1.37.0",
|
|
246
|
+
"opentelemetry-sdk == 1.37.0",
|
|
247
|
+
"opentelemetry-semantic-conventions == 0.58b0",
|
|
248
248
|
"ordered-set == 4.1.0",
|
|
249
249
|
"packaging == 25.0",
|
|
250
250
|
"pandas == 2.3.2",
|
|
@@ -262,30 +262,30 @@ frozen = [
|
|
|
262
262
|
"prometheus_client == 0.22.1",
|
|
263
263
|
"prompt_toolkit == 3.0.52",
|
|
264
264
|
"propcache == 0.3.2",
|
|
265
|
-
"protobuf == 6.32.
|
|
265
|
+
"protobuf == 6.32.1",
|
|
266
266
|
"psutil == 7.0.0",
|
|
267
267
|
"psycopg2-binary == 2.9.10",
|
|
268
|
-
"pycparser == 2.
|
|
269
|
-
"pydantic == 2.11.
|
|
268
|
+
"pycparser == 2.23",
|
|
269
|
+
"pydantic == 2.11.9",
|
|
270
270
|
"pydantic-settings == 2.10.1",
|
|
271
271
|
"pydantic_core == 2.33.2",
|
|
272
272
|
"pyerfa == 2.0.1.5",
|
|
273
|
-
"pyparsing == 3.2.
|
|
273
|
+
"pyparsing == 3.2.4",
|
|
274
274
|
"python-daemon == 3.1.2",
|
|
275
275
|
"python-dateutil == 2.9.0.post0",
|
|
276
276
|
"python-dotenv == 1.1.1",
|
|
277
277
|
"python-nvd3 == 0.16.0",
|
|
278
278
|
"python-slugify == 8.0.4",
|
|
279
279
|
"pytz == 2025.2",
|
|
280
|
-
"redis == 4.
|
|
280
|
+
"redis == 6.4.0",
|
|
281
281
|
"referencing == 0.36.2",
|
|
282
282
|
"requests == 2.32.5",
|
|
283
283
|
"requests-toolbelt == 1.0.0",
|
|
284
284
|
"rfc3339-validator == 0.1.4",
|
|
285
|
-
"rich ==
|
|
285
|
+
"rich == 14.1.0",
|
|
286
286
|
"rich-argparse == 1.7.1",
|
|
287
287
|
"rpds-py == 0.27.1",
|
|
288
|
-
"s3transfer == 0.
|
|
288
|
+
"s3transfer == 0.14.0",
|
|
289
289
|
"scikit-image == 0.25.2",
|
|
290
290
|
"scipy == 1.15.3",
|
|
291
291
|
"semantic-version == 2.10.0",
|
|
@@ -301,7 +301,7 @@ frozen = [
|
|
|
301
301
|
"tenacity == 8.5.0",
|
|
302
302
|
"termcolor == 3.1.0",
|
|
303
303
|
"text-unidecode == 1.3",
|
|
304
|
-
"tifffile == 2025.
|
|
304
|
+
"tifffile == 2025.9.9",
|
|
305
305
|
"tornado == 6.5.2",
|
|
306
306
|
"tqdm == 4.67.1",
|
|
307
307
|
"traitlets == 5.14.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/bad_pixel_calibration.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/requirements_table.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/science_calibration.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/scientific_changelog.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.31.0 → dkist_processing_dlnirsp-0.31.1}/docs/wavelength_calibration.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|