dkist-processing-dlnirsp 0.33.0rc1__tar.gz → 0.33.1rc1__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.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/CHANGELOG.rst +19 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/PKG-INFO +8 -8
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/SCIENCE_CHANGELOG.rst +13 -0
- dkist_processing_dlnirsp-0.33.1rc1/changelog/126.misc.rst +1 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/conftest.py +4 -2
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp.egg-info/PKG-INFO +8 -8
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp.egg-info/SOURCES.txt +1 -4
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp.egg-info/requires.txt +7 -7
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/pyproject.toml +9 -9
- dkist_processing_dlnirsp-0.33.0rc1/changelog/120.feature.rst +0 -2
- dkist_processing_dlnirsp-0.33.0rc1/changelog/121.misc.rst +0 -2
- dkist_processing_dlnirsp-0.33.0rc1/changelog/124.feature.rst +0 -2
- dkist_processing_dlnirsp-0.33.0rc1/changelog/124.science.rst +0 -5
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/.gitignore +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/.readthedocs.yml +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/.snyk +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/README.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/changelog/.gitempty +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/config.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/dev_scripts/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/dev_scripts/test_slitbeam_group_assignment.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/models/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/models/constants.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/models/fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/models/parameters.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/models/tags.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/models/task_name.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/dlnirsp_l0_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/dlnirsp_l1_fits_acess.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/mosaic.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/task.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/time.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/wavelength.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/parsers/wcs_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/dark.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/geometric.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/instrument_polarization.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/l1_output_data.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/lamp.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/mixin/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/mixin/corrections.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/mixin/group_id.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/movie.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/parse.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/quality_metrics.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/science.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/solar.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tasks/write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_linearize_only.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_polcals_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_solar_gain_as_science.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/l0_to_l1.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_dev_mockers.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/local_trial_helpers.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/local_trial_workflows/translate_files.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_assemble_quality.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_bad_pixel_map.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_corrections.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_dark.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_dlnirsp_base.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_dlnirsp_constants.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_dlnirsp_fits_access.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_geometric.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_group_id.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_ifu_drift.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_instrument_polarization_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_lamp.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_linearity_correction.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_movie.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_parameters.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_parse.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_quality.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_science.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_solar.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_workflows.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/tests/test_write_l1.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/workflows/__init__.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/workflows/l0_processing.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp/workflows/trial_workflow.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp.egg-info/dependency_links.txt +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp.egg-info/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/dkist_processing_dlnirsp.egg-info/top_level.txt +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/Makefile +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/bad_pixel_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/conf.py +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/gain.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/geometric.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/ifu_drift.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/index.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/l0_to_l1_dlnirsp.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/l0_to_l1_dlnirsp_full-trial.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/landing_page.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/linearization.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/make.bat +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/polarization_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/requirements_table.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/science_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/scientific_changelog.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/wavelength_calibration.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/science_towncrier.sh +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/setup.cfg +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/towncrier_science.toml +0 -0
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
v0.33.0 (2026-01-07)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Features
|
|
5
|
+
--------
|
|
6
|
+
|
|
7
|
+
- For polarimetric data, the INTERMEDIATE gain array produced by the `SolarCalibration` task is now generated from demodulated
|
|
8
|
+
Stokes I data of the input solar gain frames. The gain array for intensity mode data is unchanged. (`#124 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/124>`__)
|
|
9
|
+
- Complete overhaul of browse movies. The `MakeDlnirspMovieFrames` and `AssembleDlnirspMovie` tasks have been removed and
|
|
10
|
+
replaced with `MakeDlnirspMovie`, which makes very nice movies. (`#120 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/120>`__)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Misc
|
|
14
|
+
----
|
|
15
|
+
|
|
16
|
+
- Remove `parsers.task.parse_header_ip_task` and replace usage with the identical `parse_header_ip_task_with_gains` from
|
|
17
|
+
`dkist-processing-common`. (`#121 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/121>`__)
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
v0.32.9 (2025-12-22)
|
|
2
21
|
====================
|
|
3
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.33.
|
|
3
|
+
Version: 0.33.1rc1
|
|
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.9.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.3rc1
|
|
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
|
|
@@ -128,8 +128,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
128
128
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
130
130
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
131
|
-
Requires-Dist: boto3==1.42.
|
|
132
|
-
Requires-Dist: botocore==1.42.
|
|
131
|
+
Requires-Dist: boto3==1.42.23; extra == "frozen"
|
|
132
|
+
Requires-Dist: botocore==1.42.23; extra == "frozen"
|
|
133
133
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
135
135
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -155,9 +155,9 @@ Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
158
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
158
|
+
Requires-Dist: dkist-processing-common==11.9.3rc1; extra == "frozen"
|
|
159
159
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
160
|
-
Requires-Dist: dkist-processing-dlnirsp==0.33.
|
|
160
|
+
Requires-Dist: dkist-processing-dlnirsp==0.33.1rc1; extra == "frozen"
|
|
161
161
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -189,7 +189,7 @@ Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
|
189
189
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
190
190
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
192
|
-
Requires-Dist: jsonschema==4.
|
|
192
|
+
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
193
193
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
194
194
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
195
195
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
@@ -316,7 +316,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
316
316
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
317
317
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
318
318
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
319
|
-
Requires-Dist: urllib3==2.6.
|
|
319
|
+
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
320
320
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
321
321
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
322
322
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/SCIENCE_CHANGELOG.rst
RENAMED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
v0.33.0 (2026-01-07)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
- The final gain applied to polarimetric science data is now computed from demodulated solar gain data. The INPUT solar
|
|
8
|
+
gain data are average on a per-modstate basis before being demodulated. The resulting Stokes I gain data is then used as
|
|
9
|
+
usual in the rest of the gain algorithm described :doc:`here </gain>`.
|
|
10
|
+
|
|
11
|
+
The gain algorithm for intensity-mode data is unaffected. (`#124 <https://bitbucket.org/dkistdc/dkist-processing-dlnirsp/pull-requests/124>`__)
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
v0.28.0 (2025-07-03)
|
|
2
15
|
====================
|
|
3
16
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Update dkist-processing-common to add a new constant for the dark number of frames per FPA.
|
|
@@ -176,8 +176,10 @@ class DlnirspTestingParameters:
|
|
|
176
176
|
dlnirsp_movie_cont_wave_value_nm_vis: float = 854.23
|
|
177
177
|
dlnirsp_movie_cont_wave_value_nm_jband: float = 1083.268
|
|
178
178
|
dlnirsp_movie_cont_wave_value_nm_hband: float = 1565.06
|
|
179
|
-
dlnirsp_movie_vertical_nan_slices:
|
|
180
|
-
|
|
179
|
+
dlnirsp_movie_vertical_nan_slices: tuple[tuple[int | None, int | None]] = (
|
|
180
|
+
(None, 1),
|
|
181
|
+
(31, 34),
|
|
182
|
+
(-2, None),
|
|
181
183
|
)
|
|
182
184
|
dlnirsp_movie_nan_replacement_kernel_shape: tuple[int, int] = (5, 5)
|
|
183
185
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.33.
|
|
3
|
+
Version: 0.33.1rc1
|
|
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.9.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.3rc1
|
|
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
|
|
@@ -128,8 +128,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
128
128
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
130
130
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
131
|
-
Requires-Dist: boto3==1.42.
|
|
132
|
-
Requires-Dist: botocore==1.42.
|
|
131
|
+
Requires-Dist: boto3==1.42.23; extra == "frozen"
|
|
132
|
+
Requires-Dist: botocore==1.42.23; extra == "frozen"
|
|
133
133
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
135
135
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -155,9 +155,9 @@ Requires-Dist: dask-image==2025.11.0; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
158
|
-
Requires-Dist: dkist-processing-common==11.9.
|
|
158
|
+
Requires-Dist: dkist-processing-common==11.9.3rc1; extra == "frozen"
|
|
159
159
|
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
160
|
-
Requires-Dist: dkist-processing-dlnirsp==0.33.
|
|
160
|
+
Requires-Dist: dkist-processing-dlnirsp==0.33.1rc1; extra == "frozen"
|
|
161
161
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
@@ -189,7 +189,7 @@ Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
|
189
189
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
190
190
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
192
|
-
Requires-Dist: jsonschema==4.
|
|
192
|
+
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
193
193
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
194
194
|
Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
|
|
195
195
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
@@ -316,7 +316,7 @@ Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
|
316
316
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
317
317
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
318
318
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
319
|
-
Requires-Dist: urllib3==2.6.
|
|
319
|
+
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
320
320
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
321
321
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
322
322
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -10,10 +10,7 @@ pyproject.toml
|
|
|
10
10
|
science_towncrier.sh
|
|
11
11
|
towncrier_science.toml
|
|
12
12
|
changelog/.gitempty
|
|
13
|
-
changelog/
|
|
14
|
-
changelog/121.misc.rst
|
|
15
|
-
changelog/124.feature.rst
|
|
16
|
-
changelog/124.science.rst
|
|
13
|
+
changelog/126.misc.rst
|
|
17
14
|
dkist_processing_dlnirsp/__init__.py
|
|
18
15
|
dkist_processing_dlnirsp/config.py
|
|
19
16
|
dkist_processing_dlnirsp.egg-info/PKG-INFO
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.9.
|
|
1
|
+
dkist-processing-common==11.9.3rc1
|
|
2
2
|
dkist-processing-math==2.2.1
|
|
3
3
|
dkist-processing-pac==3.1.1
|
|
4
4
|
dkist-header-validator==5.2.1
|
|
@@ -93,8 +93,8 @@ attrs==25.4.0
|
|
|
93
93
|
babel==2.17.0
|
|
94
94
|
billiard==4.2.4
|
|
95
95
|
blinker==1.9.0
|
|
96
|
-
boto3==1.42.
|
|
97
|
-
botocore==1.42.
|
|
96
|
+
boto3==1.42.23
|
|
97
|
+
botocore==1.42.23
|
|
98
98
|
cachelib==0.13.0
|
|
99
99
|
celery==5.6.2
|
|
100
100
|
certifi==2026.1.4
|
|
@@ -120,9 +120,9 @@ dask-image==2025.11.0
|
|
|
120
120
|
decorator==5.2.1
|
|
121
121
|
dill==0.4.0
|
|
122
122
|
dkist-header-validator==5.2.1
|
|
123
|
-
dkist-processing-common==11.9.
|
|
123
|
+
dkist-processing-common==11.9.3rc1
|
|
124
124
|
dkist-processing-core==6.0.1
|
|
125
|
-
dkist-processing-dlnirsp==0.33.
|
|
125
|
+
dkist-processing-dlnirsp==0.33.1rc1
|
|
126
126
|
dkist-processing-math==2.2.1
|
|
127
127
|
dkist-processing-pac==3.1.1
|
|
128
128
|
dkist-service-configuration==4.1.13
|
|
@@ -154,7 +154,7 @@ importlib_metadata==8.7.1
|
|
|
154
154
|
inflection==0.5.1
|
|
155
155
|
itsdangerous==2.2.0
|
|
156
156
|
jmespath==1.0.1
|
|
157
|
-
jsonschema==4.
|
|
157
|
+
jsonschema==4.26.0
|
|
158
158
|
jsonschema-specifications==2025.9.1
|
|
159
159
|
jupyter_core==5.9.1
|
|
160
160
|
kiwisolver==1.4.9
|
|
@@ -281,7 +281,7 @@ tzlocal==5.3.1
|
|
|
281
281
|
uc-micro-py==1.0.3
|
|
282
282
|
uncertainties==3.2.3
|
|
283
283
|
universal_pathlib==0.3.7
|
|
284
|
-
urllib3==2.6.
|
|
284
|
+
urllib3==2.6.3
|
|
285
285
|
vine==5.1.0
|
|
286
286
|
voluptuous==0.16.0
|
|
287
287
|
wcwidth==0.2.14
|
|
@@ -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.33.
|
|
13
|
-
date = 2026-01-
|
|
12
|
+
version = "0.33.1rc1"
|
|
13
|
+
date = 2026-01-07T12:51:15.980067
|
|
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.9.
|
|
29
|
+
"dkist-processing-common == 11.9.3rc1",
|
|
30
30
|
"dkist-processing-math == 2.2.1",
|
|
31
31
|
"dkist-processing-pac == 3.1.1",
|
|
32
32
|
"dkist-header-validator == 5.2.1",
|
|
@@ -156,8 +156,8 @@ frozen = [
|
|
|
156
156
|
"babel == 2.17.0",
|
|
157
157
|
"billiard == 4.2.4",
|
|
158
158
|
"blinker == 1.9.0",
|
|
159
|
-
"boto3 == 1.42.
|
|
160
|
-
"botocore == 1.42.
|
|
159
|
+
"boto3 == 1.42.23",
|
|
160
|
+
"botocore == 1.42.23",
|
|
161
161
|
"cachelib == 0.13.0",
|
|
162
162
|
"celery == 5.6.2",
|
|
163
163
|
"certifi == 2026.1.4",
|
|
@@ -183,9 +183,9 @@ frozen = [
|
|
|
183
183
|
"decorator == 5.2.1",
|
|
184
184
|
"dill == 0.4.0",
|
|
185
185
|
"dkist-header-validator == 5.2.1",
|
|
186
|
-
"dkist-processing-common == 11.9.
|
|
186
|
+
"dkist-processing-common == 11.9.3rc1",
|
|
187
187
|
"dkist-processing-core == 6.0.1",
|
|
188
|
-
"dkist-processing-dlnirsp == 0.33.
|
|
188
|
+
"dkist-processing-dlnirsp == 0.33.1rc1",
|
|
189
189
|
"dkist-processing-math == 2.2.1",
|
|
190
190
|
"dkist-processing-pac == 3.1.1",
|
|
191
191
|
"dkist-service-configuration == 4.1.13",
|
|
@@ -217,7 +217,7 @@ frozen = [
|
|
|
217
217
|
"inflection == 0.5.1",
|
|
218
218
|
"itsdangerous == 2.2.0",
|
|
219
219
|
"jmespath == 1.0.1",
|
|
220
|
-
"jsonschema == 4.
|
|
220
|
+
"jsonschema == 4.26.0",
|
|
221
221
|
"jsonschema-specifications == 2025.9.1",
|
|
222
222
|
"jupyter_core == 5.9.1",
|
|
223
223
|
"kiwisolver == 1.4.9",
|
|
@@ -344,7 +344,7 @@ frozen = [
|
|
|
344
344
|
"uc-micro-py == 1.0.3",
|
|
345
345
|
"uncertainties == 3.2.3",
|
|
346
346
|
"universal_pathlib == 0.3.7",
|
|
347
|
-
"urllib3 == 2.6.
|
|
347
|
+
"urllib3 == 2.6.3",
|
|
348
348
|
"vine == 5.1.0",
|
|
349
349
|
"voluptuous == 0.16.0",
|
|
350
350
|
"wcwidth == 0.2.14",
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
The final gain applied to polarimetric science data is now computed from demodulated solar gain data. The INPUT solar
|
|
2
|
-
gain data are average on a per-modstate basis before being demodulated. The resulting Stokes I gain data is then used as
|
|
3
|
-
usual in the rest of the gain algorithm described :doc:`here </gain>`.
|
|
4
|
-
|
|
5
|
-
The gain algorithm for intensity-mode data is unaffected.
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/bitbucket-pipelines.yml
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/changelog/.gitempty
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/changelog.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/geometric.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/ifu_drift.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/l0_to_l1_dlnirsp.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/landing_page.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/docs/linearization.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/licenses/LICENSE.rst
RENAMED
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/science_towncrier.sh
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_dlnirsp-0.33.0rc1 → dkist_processing_dlnirsp-0.33.1rc1}/towncrier_science.toml
RENAMED
|
File without changes
|