dkist-processing-visp 5.7.2__tar.gz → 5.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/CHANGELOG.rst +9 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/PKG-INFO +41 -41
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/PKG-INFO +41 -41
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/requires.txt +40 -40
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/pyproject.toml +42 -42
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/.gitignore +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/.readthedocs.yml +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/.snyk +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/README.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/SCIENCE_CHANGELOG.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/changelog/.gitempty +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/config.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/fonts/Lato-Regular.ttf +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/constants.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/dataset_extras.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/fits_access.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/metric_code.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/parameters.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/tags.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/task_name.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/map_repeats.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/modulator_states.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/polarimeter_mode.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/raster_step.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/spectrograph_configuration.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/time.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/visp_l0_fits_access.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/visp_l1_fits_access.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/assemble_movie.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/background_light.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/dark.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/geometric.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/l1_output_data.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/lamp.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/make_movie_frames.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/beam_access.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/mixin/downsample.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/parse.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/polcal_as_science.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/quality_metrics.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/science.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/solar.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/visp_base.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/write_dataset_extras.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/write_l1.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/README.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/conftest.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/header_models.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_cals_only.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_assemble_movie.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_background_light.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_dark.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_downsample.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_fits_access.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_geometric.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_instrument_polarization.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_lamp.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_make_movie_frames.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_map_repeats.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_parameters.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_parse.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_polcal_as_science.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_quality.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_science.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_solar.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_visp_constants.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_workflows.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_write_dataset_extras.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_write_l1.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/__init__.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/l0_processing.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/single_task_workflows.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/workflows/trial_workflows.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/SOURCES.txt +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/top_level.txt +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/Makefile +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/background_light.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/changelog.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/conf.py +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/dataset_extras.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/gain_correction.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/geometric.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/index.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/l0_to_l1_visp.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/l0_to_l1_visp_full-trial.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/landing_page.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/make.bat +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/requirements.txt +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/requirements_table.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/science_calibration.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/science_towncrier.sh +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/setup.cfg +0 -0
- {dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
v5.7.3 (2026-04-27)
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update dkist-fits-specifications to SPEC-0122 revision L. (`#306 <https://bitbucket.org/dkistdc/dkist-processing-visp/pull-requests/306>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v5.7.2 (2026-04-23)
|
|
2
11
|
===================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-visp
|
|
3
|
-
Version: 5.7.
|
|
3
|
+
Version: 5.7.3
|
|
4
4
|
Summary: Science processing code for the ViSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: dkist-processing-common==14.0.1
|
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.2
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
20
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
20
|
+
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
21
21
|
Requires-Dist: solar-wavelength-calibration==2.0.3
|
|
22
22
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.1
|
|
@@ -94,9 +94,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
94
94
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
99
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
99
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
102
102
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -106,13 +106,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
106
106
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
108
108
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
109
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
109
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
114
|
-
Requires-Dist: boto3==1.42.
|
|
115
|
-
Requires-Dist: botocore==1.42.
|
|
114
|
+
Requires-Dist: boto3==1.42.97; extra == "frozen"
|
|
115
|
+
Requires-Dist: botocore==1.42.97; extra == "frozen"
|
|
116
116
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
118
118
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -126,7 +126,7 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
126
126
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
127
127
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
128
128
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
129
|
-
Requires-Dist: cryptography==
|
|
129
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
131
131
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
@@ -135,10 +135,10 @@ Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
137
137
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
138
|
-
Requires-Dist: dkist-processing-visp==5.7.
|
|
138
|
+
Requires-Dist: dkist-processing-visp==5.7.3; extra == "frozen"
|
|
139
139
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
141
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -152,7 +152,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: greenlet==3.
|
|
155
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -178,7 +178,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
178
178
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
179
179
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
180
180
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: matplotlib==3.10.
|
|
181
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
182
182
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
183
183
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
184
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -190,39 +190,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
190
190
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
191
191
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
192
192
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
193
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
194
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
195
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
196
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
197
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
198
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
199
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
200
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
201
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
202
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
203
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
204
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
205
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
206
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
193
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
194
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
195
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
196
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
197
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
201
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
212
212
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
214
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
215
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
216
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
213
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
217
217
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
218
|
-
Requires-Dist: packaging==26.
|
|
218
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
219
219
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
221
|
-
Requires-Dist: pathspec==1.1.
|
|
221
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
224
224
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
225
|
-
Requires-Dist: pip==26.
|
|
225
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
226
226
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
227
227
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -243,7 +243,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
245
245
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
246
|
-
Requires-Dist: python-multipart==0.0.
|
|
246
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
247
247
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
248
248
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
249
249
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -279,10 +279,10 @@ Requires-Dist: tifffile==2026.4.11; extra == "frozen"
|
|
|
279
279
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
280
280
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
281
281
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
282
|
-
Requires-Dist: typer==0.
|
|
282
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
284
284
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
285
|
-
Requires-Dist: tzdata==2026.
|
|
285
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
286
286
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
287
287
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-visp
|
|
3
|
-
Version: 5.7.
|
|
3
|
+
Version: 5.7.3
|
|
4
4
|
Summary: Science processing code for the ViSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: dkist-processing-common==14.0.1
|
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.2
|
|
18
18
|
Requires-Dist: dkist-processing-pac==3.1.2
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
20
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
20
|
+
Requires-Dist: dkist-fits-specifications==4.25.0
|
|
21
21
|
Requires-Dist: solar-wavelength-calibration==2.0.3
|
|
22
22
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.1
|
|
@@ -94,9 +94,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
94
94
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
99
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
99
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
102
102
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -106,13 +106,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
106
106
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
108
108
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
109
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
109
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
110
110
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
114
|
-
Requires-Dist: boto3==1.42.
|
|
115
|
-
Requires-Dist: botocore==1.42.
|
|
114
|
+
Requires-Dist: boto3==1.42.97; extra == "frozen"
|
|
115
|
+
Requires-Dist: botocore==1.42.97; extra == "frozen"
|
|
116
116
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
118
118
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -126,7 +126,7 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
126
126
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
127
127
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
128
128
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
129
|
-
Requires-Dist: cryptography==
|
|
129
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
131
131
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
@@ -135,10 +135,10 @@ Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
|
|
137
137
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
138
|
-
Requires-Dist: dkist-processing-visp==5.7.
|
|
138
|
+
Requires-Dist: dkist-processing-visp==5.7.3; extra == "frozen"
|
|
139
139
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
141
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
141
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -152,7 +152,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
153
153
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: greenlet==3.
|
|
155
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
158
158
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -178,7 +178,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
178
178
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
179
179
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
180
180
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: matplotlib==3.10.
|
|
181
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
182
182
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
183
183
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
184
184
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -190,39 +190,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
190
190
|
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
191
191
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
192
192
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
193
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
194
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
195
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
196
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
197
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
198
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
199
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
200
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
201
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
202
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
203
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
204
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
205
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
206
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
207
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
193
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
194
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
195
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
196
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
197
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
201
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
202
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
203
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
212
212
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
214
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
215
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
216
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
213
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
217
217
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
218
|
-
Requires-Dist: packaging==26.
|
|
218
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
219
219
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
220
220
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
221
|
-
Requires-Dist: pathspec==1.1.
|
|
221
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
222
222
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
224
224
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
225
|
-
Requires-Dist: pip==26.
|
|
225
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
226
226
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
227
227
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -243,7 +243,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
245
245
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
246
|
-
Requires-Dist: python-multipart==0.0.
|
|
246
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
247
247
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
248
248
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
249
249
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -279,10 +279,10 @@ Requires-Dist: tifffile==2026.4.11; extra == "frozen"
|
|
|
279
279
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
280
280
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
281
281
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
282
|
-
Requires-Dist: typer==0.
|
|
282
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
283
283
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
284
284
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
285
|
-
Requires-Dist: tzdata==2026.
|
|
285
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
286
286
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
287
287
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
288
288
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
@@ -2,7 +2,7 @@ dkist-processing-common==14.0.1
|
|
|
2
2
|
dkist-processing-math==2.2.2
|
|
3
3
|
dkist-processing-pac==3.1.2
|
|
4
4
|
dkist-header-validator==5.3.1
|
|
5
|
-
dkist-fits-specifications==4.
|
|
5
|
+
dkist-fits-specifications==4.25.0
|
|
6
6
|
solar-wavelength-calibration==2.0.3
|
|
7
7
|
dkist-service-configuration==4.3.0
|
|
8
8
|
dkist-spectral-lines==3.0.1
|
|
@@ -60,9 +60,9 @@ apache-airflow-core==3.1.8
|
|
|
60
60
|
apache-airflow-providers-celery==3.18.0
|
|
61
61
|
apache-airflow-providers-common-compat==1.14.3
|
|
62
62
|
apache-airflow-providers-common-io==1.7.2
|
|
63
|
-
apache-airflow-providers-common-sql==1.
|
|
63
|
+
apache-airflow-providers-common-sql==1.35.0
|
|
64
64
|
apache-airflow-providers-postgres==6.6.3
|
|
65
|
-
apache-airflow-providers-smtp==
|
|
65
|
+
apache-airflow-providers-smtp==3.0.0
|
|
66
66
|
apache-airflow-providers-standard==1.12.3
|
|
67
67
|
apache-airflow-task-sdk==1.1.8
|
|
68
68
|
argcomplete==3.6.3
|
|
@@ -72,13 +72,13 @@ asdf_transform_schemas==0.6.0
|
|
|
72
72
|
asgiref==3.11.1
|
|
73
73
|
asteval==1.0.8
|
|
74
74
|
astropy==7.0.2
|
|
75
|
-
astropy-iers-data==0.2026.4.
|
|
75
|
+
astropy-iers-data==0.2026.4.27.1.3.2
|
|
76
76
|
asyncpg==0.31.0
|
|
77
77
|
attrs==26.1.0
|
|
78
78
|
babel==2.18.0
|
|
79
79
|
billiard==4.2.4
|
|
80
|
-
boto3==1.42.
|
|
81
|
-
botocore==1.42.
|
|
80
|
+
boto3==1.42.97
|
|
81
|
+
botocore==1.42.97
|
|
82
82
|
cadwyn==5.4.6
|
|
83
83
|
celery==5.6.3
|
|
84
84
|
certifi==2026.4.22
|
|
@@ -92,7 +92,7 @@ colorlog==6.10.1
|
|
|
92
92
|
contourpy==1.3.3
|
|
93
93
|
cron_descriptor==2.0.8
|
|
94
94
|
croniter==6.2.2
|
|
95
|
-
cryptography==
|
|
95
|
+
cryptography==47.0.0
|
|
96
96
|
cycler==0.12.1
|
|
97
97
|
decorator==5.2.1
|
|
98
98
|
dill==0.4.1
|
|
@@ -101,10 +101,10 @@ dkist-processing-common==14.0.1
|
|
|
101
101
|
dkist-processing-core==7.2.1
|
|
102
102
|
dkist-processing-math==2.2.2
|
|
103
103
|
dkist-processing-pac==3.1.2
|
|
104
|
-
dkist-processing-visp==5.7.
|
|
104
|
+
dkist-processing-visp==5.7.3
|
|
105
105
|
dkist-service-configuration==4.3.0
|
|
106
106
|
dkist-spectral-lines==3.0.1
|
|
107
|
-
dkist_fits_specifications==4.
|
|
107
|
+
dkist_fits_specifications==4.25.0
|
|
108
108
|
dnspython==2.8.0
|
|
109
109
|
email-validator==2.3.0
|
|
110
110
|
fastapi==0.117.1
|
|
@@ -118,7 +118,7 @@ globus-sdk==4.5.0
|
|
|
118
118
|
googleapis-common-protos==1.74.0
|
|
119
119
|
gqlclient==2.0.0
|
|
120
120
|
greenback==1.3.0
|
|
121
|
-
greenlet==3.
|
|
121
|
+
greenlet==3.5.0
|
|
122
122
|
grpcio==1.80.0
|
|
123
123
|
h11==0.16.0
|
|
124
124
|
httpcore==1.0.9
|
|
@@ -144,7 +144,7 @@ lmfit==1.3.4
|
|
|
144
144
|
lockfile==0.12.2
|
|
145
145
|
loguru==0.7.3
|
|
146
146
|
markdown-it-py==4.0.0
|
|
147
|
-
matplotlib==3.10.
|
|
147
|
+
matplotlib==3.10.9
|
|
148
148
|
mdurl==0.1.2
|
|
149
149
|
methodtools==0.4.7
|
|
150
150
|
more-itertools==11.0.2
|
|
@@ -156,39 +156,39 @@ nbformat==5.10.4
|
|
|
156
156
|
networkx==3.6.1
|
|
157
157
|
numpy==2.2.5
|
|
158
158
|
object-clerk==1.0.0
|
|
159
|
-
opentelemetry-api==1.41.
|
|
160
|
-
opentelemetry-exporter-otlp==1.41.
|
|
161
|
-
opentelemetry-exporter-otlp-proto-common==1.41.
|
|
162
|
-
opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
163
|
-
opentelemetry-exporter-otlp-proto-http==1.41.
|
|
164
|
-
opentelemetry-instrumentation==0.
|
|
165
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
166
|
-
opentelemetry-instrumentation-asgi==0.
|
|
167
|
-
opentelemetry-instrumentation-botocore==0.
|
|
168
|
-
opentelemetry-instrumentation-celery==0.
|
|
169
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
170
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
171
|
-
opentelemetry-instrumentation-pika==0.
|
|
172
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
173
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
174
|
-
opentelemetry-instrumentation-redis==0.
|
|
175
|
-
opentelemetry-instrumentation-requests==0.
|
|
176
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
177
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
159
|
+
opentelemetry-api==1.41.1
|
|
160
|
+
opentelemetry-exporter-otlp==1.41.1
|
|
161
|
+
opentelemetry-exporter-otlp-proto-common==1.41.1
|
|
162
|
+
opentelemetry-exporter-otlp-proto-grpc==1.41.1
|
|
163
|
+
opentelemetry-exporter-otlp-proto-http==1.41.1
|
|
164
|
+
opentelemetry-instrumentation==0.62b1
|
|
165
|
+
opentelemetry-instrumentation-aiohttp-client==0.62b1
|
|
166
|
+
opentelemetry-instrumentation-asgi==0.62b1
|
|
167
|
+
opentelemetry-instrumentation-botocore==0.62b1
|
|
168
|
+
opentelemetry-instrumentation-celery==0.62b1
|
|
169
|
+
opentelemetry-instrumentation-dbapi==0.62b1
|
|
170
|
+
opentelemetry-instrumentation-fastapi==0.62b1
|
|
171
|
+
opentelemetry-instrumentation-pika==0.62b1
|
|
172
|
+
opentelemetry-instrumentation-psycopg2==0.62b1
|
|
173
|
+
opentelemetry-instrumentation-pymongo==0.62b1
|
|
174
|
+
opentelemetry-instrumentation-redis==0.62b1
|
|
175
|
+
opentelemetry-instrumentation-requests==0.62b1
|
|
176
|
+
opentelemetry-instrumentation-sqlalchemy==0.62b1
|
|
177
|
+
opentelemetry-instrumentation-system-metrics==0.62b1
|
|
178
178
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
179
|
-
opentelemetry-proto==1.41.
|
|
180
|
-
opentelemetry-sdk==1.41.
|
|
181
|
-
opentelemetry-semantic-conventions==0.
|
|
182
|
-
opentelemetry-util-http==0.
|
|
179
|
+
opentelemetry-proto==1.41.1
|
|
180
|
+
opentelemetry-sdk==1.41.1
|
|
181
|
+
opentelemetry-semantic-conventions==0.62b1
|
|
182
|
+
opentelemetry-util-http==0.62b1
|
|
183
183
|
outcome==1.3.0.post0
|
|
184
|
-
packaging==26.
|
|
184
|
+
packaging==26.2
|
|
185
185
|
pandas==3.0.2
|
|
186
186
|
parfive==2.3.1
|
|
187
|
-
pathspec==1.1.
|
|
187
|
+
pathspec==1.1.1
|
|
188
188
|
pendulum==3.2.0
|
|
189
189
|
pika==1.3.2
|
|
190
190
|
pillow==10.4.0
|
|
191
|
-
pip==26.
|
|
191
|
+
pip==26.1
|
|
192
192
|
platformdirs==4.9.6
|
|
193
193
|
pluggy==1.6.0
|
|
194
194
|
pooch==1.9.0
|
|
@@ -209,7 +209,7 @@ pyparsing==3.3.2
|
|
|
209
209
|
python-daemon==3.1.2
|
|
210
210
|
python-dateutil==2.9.0.post0
|
|
211
211
|
python-dotenv==1.2.2
|
|
212
|
-
python-multipart==0.0.
|
|
212
|
+
python-multipart==0.0.27
|
|
213
213
|
python-slugify==8.0.4
|
|
214
214
|
pytz==2026.1.post1
|
|
215
215
|
redis==6.4.0
|
|
@@ -245,10 +245,10 @@ tifffile==2026.4.11
|
|
|
245
245
|
tornado==6.5.5
|
|
246
246
|
tqdm==4.67.3
|
|
247
247
|
traitlets==5.14.3
|
|
248
|
-
typer==0.
|
|
248
|
+
typer==0.25.0
|
|
249
249
|
typing-inspection==0.4.2
|
|
250
250
|
typing_extensions==4.15.0
|
|
251
|
-
tzdata==2026.
|
|
251
|
+
tzdata==2026.2
|
|
252
252
|
tzlocal==5.3.1
|
|
253
253
|
uc-micro-py==2.0.0
|
|
254
254
|
uncertainties==3.2.3
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "5.7.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "5.7.3"
|
|
13
|
+
date = 2026-04-27T14:56:17.960250
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
|
30
30
|
"dkist-processing-math == 2.2.2",
|
|
31
31
|
"dkist-processing-pac == 3.1.2",
|
|
32
32
|
"dkist-header-validator == 5.3.1",
|
|
33
|
-
"dkist-fits-specifications == 4.
|
|
33
|
+
"dkist-fits-specifications == 4.25.0",
|
|
34
34
|
"solar-wavelength-calibration == 2.0.3",
|
|
35
35
|
"dkist-service-configuration == 4.3.0",
|
|
36
36
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -122,9 +122,9 @@ frozen = [
|
|
|
122
122
|
"apache-airflow-providers-celery == 3.18.0",
|
|
123
123
|
"apache-airflow-providers-common-compat == 1.14.3",
|
|
124
124
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
125
|
-
"apache-airflow-providers-common-sql == 1.
|
|
125
|
+
"apache-airflow-providers-common-sql == 1.35.0",
|
|
126
126
|
"apache-airflow-providers-postgres == 6.6.3",
|
|
127
|
-
"apache-airflow-providers-smtp ==
|
|
127
|
+
"apache-airflow-providers-smtp == 3.0.0",
|
|
128
128
|
"apache-airflow-providers-standard == 1.12.3",
|
|
129
129
|
"apache-airflow-task-sdk == 1.1.8",
|
|
130
130
|
"argcomplete == 3.6.3",
|
|
@@ -134,13 +134,13 @@ frozen = [
|
|
|
134
134
|
"asgiref == 3.11.1",
|
|
135
135
|
"asteval == 1.0.8",
|
|
136
136
|
"astropy == 7.0.2",
|
|
137
|
-
"astropy-iers-data == 0.2026.4.
|
|
137
|
+
"astropy-iers-data == 0.2026.4.27.1.3.2",
|
|
138
138
|
"asyncpg == 0.31.0",
|
|
139
139
|
"attrs == 26.1.0",
|
|
140
140
|
"babel == 2.18.0",
|
|
141
141
|
"billiard == 4.2.4",
|
|
142
|
-
"boto3 == 1.42.
|
|
143
|
-
"botocore == 1.42.
|
|
142
|
+
"boto3 == 1.42.97",
|
|
143
|
+
"botocore == 1.42.97",
|
|
144
144
|
"cadwyn == 5.4.6",
|
|
145
145
|
"celery == 5.6.3",
|
|
146
146
|
"certifi == 2026.4.22",
|
|
@@ -154,7 +154,7 @@ frozen = [
|
|
|
154
154
|
"contourpy == 1.3.3",
|
|
155
155
|
"cron_descriptor == 2.0.8",
|
|
156
156
|
"croniter == 6.2.2",
|
|
157
|
-
"cryptography ==
|
|
157
|
+
"cryptography == 47.0.0",
|
|
158
158
|
"cycler == 0.12.1",
|
|
159
159
|
"decorator == 5.2.1",
|
|
160
160
|
"dill == 0.4.1",
|
|
@@ -163,10 +163,10 @@ frozen = [
|
|
|
163
163
|
"dkist-processing-core == 7.2.1",
|
|
164
164
|
"dkist-processing-math == 2.2.2",
|
|
165
165
|
"dkist-processing-pac == 3.1.2",
|
|
166
|
-
"dkist-processing-visp == 5.7.
|
|
166
|
+
"dkist-processing-visp == 5.7.3",
|
|
167
167
|
"dkist-service-configuration == 4.3.0",
|
|
168
168
|
"dkist-spectral-lines == 3.0.1",
|
|
169
|
-
"dkist_fits_specifications == 4.
|
|
169
|
+
"dkist_fits_specifications == 4.25.0",
|
|
170
170
|
"dnspython == 2.8.0",
|
|
171
171
|
"email-validator == 2.3.0",
|
|
172
172
|
"fastapi == 0.117.1",
|
|
@@ -180,7 +180,7 @@ frozen = [
|
|
|
180
180
|
"googleapis-common-protos == 1.74.0",
|
|
181
181
|
"gqlclient == 2.0.0",
|
|
182
182
|
"greenback == 1.3.0",
|
|
183
|
-
"greenlet == 3.
|
|
183
|
+
"greenlet == 3.5.0",
|
|
184
184
|
"grpcio == 1.80.0",
|
|
185
185
|
"h11 == 0.16.0",
|
|
186
186
|
"httpcore == 1.0.9",
|
|
@@ -206,7 +206,7 @@ frozen = [
|
|
|
206
206
|
"lockfile == 0.12.2",
|
|
207
207
|
"loguru == 0.7.3",
|
|
208
208
|
"markdown-it-py == 4.0.0",
|
|
209
|
-
"matplotlib == 3.10.
|
|
209
|
+
"matplotlib == 3.10.9",
|
|
210
210
|
"mdurl == 0.1.2",
|
|
211
211
|
"methodtools == 0.4.7",
|
|
212
212
|
"more-itertools == 11.0.2",
|
|
@@ -218,39 +218,39 @@ frozen = [
|
|
|
218
218
|
"networkx == 3.6.1",
|
|
219
219
|
"numpy == 2.2.5",
|
|
220
220
|
"object-clerk == 1.0.0",
|
|
221
|
-
"opentelemetry-api == 1.41.
|
|
222
|
-
"opentelemetry-exporter-otlp == 1.41.
|
|
223
|
-
"opentelemetry-exporter-otlp-proto-common == 1.41.
|
|
224
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.41.
|
|
225
|
-
"opentelemetry-exporter-otlp-proto-http == 1.41.
|
|
226
|
-
"opentelemetry-instrumentation == 0.
|
|
227
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
228
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
229
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
230
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
231
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
232
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
233
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
234
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
235
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
236
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
237
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
238
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
239
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
221
|
+
"opentelemetry-api == 1.41.1",
|
|
222
|
+
"opentelemetry-exporter-otlp == 1.41.1",
|
|
223
|
+
"opentelemetry-exporter-otlp-proto-common == 1.41.1",
|
|
224
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.41.1",
|
|
225
|
+
"opentelemetry-exporter-otlp-proto-http == 1.41.1",
|
|
226
|
+
"opentelemetry-instrumentation == 0.62b1",
|
|
227
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.62b1",
|
|
228
|
+
"opentelemetry-instrumentation-asgi == 0.62b1",
|
|
229
|
+
"opentelemetry-instrumentation-botocore == 0.62b1",
|
|
230
|
+
"opentelemetry-instrumentation-celery == 0.62b1",
|
|
231
|
+
"opentelemetry-instrumentation-dbapi == 0.62b1",
|
|
232
|
+
"opentelemetry-instrumentation-fastapi == 0.62b1",
|
|
233
|
+
"opentelemetry-instrumentation-pika == 0.62b1",
|
|
234
|
+
"opentelemetry-instrumentation-psycopg2 == 0.62b1",
|
|
235
|
+
"opentelemetry-instrumentation-pymongo == 0.62b1",
|
|
236
|
+
"opentelemetry-instrumentation-redis == 0.62b1",
|
|
237
|
+
"opentelemetry-instrumentation-requests == 0.62b1",
|
|
238
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.62b1",
|
|
239
|
+
"opentelemetry-instrumentation-system-metrics == 0.62b1",
|
|
240
240
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
241
|
-
"opentelemetry-proto == 1.41.
|
|
242
|
-
"opentelemetry-sdk == 1.41.
|
|
243
|
-
"opentelemetry-semantic-conventions == 0.
|
|
244
|
-
"opentelemetry-util-http == 0.
|
|
241
|
+
"opentelemetry-proto == 1.41.1",
|
|
242
|
+
"opentelemetry-sdk == 1.41.1",
|
|
243
|
+
"opentelemetry-semantic-conventions == 0.62b1",
|
|
244
|
+
"opentelemetry-util-http == 0.62b1",
|
|
245
245
|
"outcome == 1.3.0.post0",
|
|
246
|
-
"packaging == 26.
|
|
246
|
+
"packaging == 26.2",
|
|
247
247
|
"pandas == 3.0.2",
|
|
248
248
|
"parfive == 2.3.1",
|
|
249
|
-
"pathspec == 1.1.
|
|
249
|
+
"pathspec == 1.1.1",
|
|
250
250
|
"pendulum == 3.2.0",
|
|
251
251
|
"pika == 1.3.2",
|
|
252
252
|
"pillow == 10.4.0",
|
|
253
|
-
"pip == 26.
|
|
253
|
+
"pip == 26.1",
|
|
254
254
|
"platformdirs == 4.9.6",
|
|
255
255
|
"pluggy == 1.6.0",
|
|
256
256
|
"pooch == 1.9.0",
|
|
@@ -271,7 +271,7 @@ frozen = [
|
|
|
271
271
|
"python-daemon == 3.1.2",
|
|
272
272
|
"python-dateutil == 2.9.0.post0",
|
|
273
273
|
"python-dotenv == 1.2.2",
|
|
274
|
-
"python-multipart == 0.0.
|
|
274
|
+
"python-multipart == 0.0.27",
|
|
275
275
|
"python-slugify == 8.0.4",
|
|
276
276
|
"pytz == 2026.1.post1",
|
|
277
277
|
"redis == 6.4.0",
|
|
@@ -307,10 +307,10 @@ frozen = [
|
|
|
307
307
|
"tornado == 6.5.5",
|
|
308
308
|
"tqdm == 4.67.3",
|
|
309
309
|
"traitlets == 5.14.3",
|
|
310
|
-
"typer == 0.
|
|
310
|
+
"typer == 0.25.0",
|
|
311
311
|
"typing-inspection == 0.4.2",
|
|
312
312
|
"typing_extensions == 4.15.0",
|
|
313
|
-
"tzdata == 2026.
|
|
313
|
+
"tzdata == 2026.2",
|
|
314
314
|
"tzlocal == 5.3.1",
|
|
315
315
|
"uc-micro-py == 2.0.0",
|
|
316
316
|
"uncertainties == 3.2.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
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/models/tags.py
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
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/dark.py
RENAMED
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/geometric.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/lamp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/science.py
RENAMED
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/solar.py
RENAMED
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/visp_base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tasks/write_l1.py
RENAMED
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/README.rst
RENAMED
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/conftest.py
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
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_dark.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/dkist_processing_visp/tests/test_lamp.py
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
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/l0_to_l1_visp_full-trial.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_visp-5.7.2 → dkist_processing_visp-5.7.3}/docs/polarization_calibration.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
|