dkist-processing-dlnirsp 0.33.0__py3-none-any.whl → 0.33.0rc1__py3-none-any.whl
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.
- changelog/120.feature.rst +2 -0
- changelog/121.misc.rst +2 -0
- changelog/124.feature.rst +2 -0
- changelog/124.science.rst +5 -0
- dkist_processing_dlnirsp/tests/conftest.py +2 -4
- {dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/METADATA +5 -5
- {dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/RECORD +10 -6
- {dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/WHEEL +0 -0
- {dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/top_level.txt +0 -0
changelog/121.misc.rst
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
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.
|
|
@@ -176,10 +176,8 @@ 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
|
-
|
|
181
|
-
(31, 34),
|
|
182
|
-
(-2, None),
|
|
179
|
+
dlnirsp_movie_vertical_nan_slices: list[list[int | None]] = field(
|
|
180
|
+
default_factory=lambda: [[None, 1], [31, 34], [-2, None]]
|
|
183
181
|
)
|
|
184
182
|
dlnirsp_movie_nan_replacement_kernel_shape: tuple[int, int] = (5, 5)
|
|
185
183
|
|
{dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.33.
|
|
3
|
+
Version: 0.33.0rc1
|
|
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
|
|
@@ -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.22; extra == "frozen"
|
|
132
|
+
Requires-Dist: botocore==1.42.22; 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"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
158
158
|
Requires-Dist: dkist-processing-common==11.9.2; 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.0rc1; 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.25.1; 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"
|
{dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
changelog/120.feature.rst,sha256=PJ6--Avrxw46OJOpqUCgt5T2sIBeAebDnuybo4PvFUQ,184
|
|
3
|
+
changelog/121.misc.rst,sha256=2Rjy98UaLdGEks632oEj8eTtlVE3ktoMw91W6X21L8E,146
|
|
4
|
+
changelog/124.feature.rst,sha256=MiO96m8p40ybgDhlO03EDzU4ygZYCPnMNv22Q7gagog,224
|
|
5
|
+
changelog/124.science.rst,sha256=OSwJhp0hoxr_f9Q9pAD-XpD56269DGaTNriiKyRh03Y,369
|
|
2
6
|
dkist_processing_dlnirsp/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
|
|
3
7
|
dkist_processing_dlnirsp/config.py,sha256=3jM7P00T-Xlzfnvc3jwRiFtinW5GoTczQ6qNLLpwQCo,624
|
|
4
8
|
dkist_processing_dlnirsp/dev_scripts/__init__.py,sha256=tITkbcFg1a-24sdFaWK8OyLrQSQk7AI6Ycs8PHHfHEM,83
|
|
@@ -38,7 +42,7 @@ dkist_processing_dlnirsp/tasks/mixin/__init__.py,sha256=5PMbkD6K0zTfhCxv8vg2lvJC
|
|
|
38
42
|
dkist_processing_dlnirsp/tasks/mixin/corrections.py,sha256=MRZXCEc0KBE-9cQUpRP-K3ioDYRH8_ORFlJcH2SsmWA,6803
|
|
39
43
|
dkist_processing_dlnirsp/tasks/mixin/group_id.py,sha256=u28XLVtvZ_lmzzaSX2SuA2MOiY69GC8AJsic2Vi2OSQ,11137
|
|
40
44
|
dkist_processing_dlnirsp/tests/__init__.py,sha256=UHIAs0SglAXeB7UeDgVwo1EE9QPRq3rG3BZkiCpBq7M,42
|
|
41
|
-
dkist_processing_dlnirsp/tests/conftest.py,sha256=
|
|
45
|
+
dkist_processing_dlnirsp/tests/conftest.py,sha256=3-VY9HcO4NHbt40c8iz493rnBsawgUzr-d7casZWbB0,70413
|
|
42
46
|
dkist_processing_dlnirsp/tests/test_assemble_quality.py,sha256=djZsVSuRGl3akH3LmYjWvYuNSUFFQfS5y0S3Op7lQIE,1327
|
|
43
47
|
dkist_processing_dlnirsp/tests/test_bad_pixel_map.py,sha256=g5jWhVGSHMOtkcdiZ27G51ciud4ySjoDAjvMGLlgTIM,6093
|
|
44
48
|
dkist_processing_dlnirsp/tests/test_corrections.py,sha256=hefVNm3bgwfGQ7Wn0hi077LU_fKlDXJ0eeMl6HCRogA,7569
|
|
@@ -92,8 +96,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
|
|
|
92
96
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
93
97
|
docs/wavelength_calibration.rst,sha256=QGUd5Xmv5f7WQ1EKvw2CcgiMJQULjzdCW1hSQ8h8jj0,4123
|
|
94
98
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
95
|
-
dkist_processing_dlnirsp-0.33.
|
|
96
|
-
dkist_processing_dlnirsp-0.33.
|
|
97
|
-
dkist_processing_dlnirsp-0.33.
|
|
98
|
-
dkist_processing_dlnirsp-0.33.
|
|
99
|
-
dkist_processing_dlnirsp-0.33.
|
|
99
|
+
dkist_processing_dlnirsp-0.33.0rc1.dist-info/METADATA,sha256=7Gd0Cj35vwdlqKC2XAe6DsKJaLarAhNjQw-BWHfDE00,30906
|
|
100
|
+
dkist_processing_dlnirsp-0.33.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
101
|
+
dkist_processing_dlnirsp-0.33.0rc1.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
|
|
102
|
+
dkist_processing_dlnirsp-0.33.0rc1.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
|
|
103
|
+
dkist_processing_dlnirsp-0.33.0rc1.dist-info/RECORD,,
|
{dkist_processing_dlnirsp-0.33.0.dist-info → dkist_processing_dlnirsp-0.33.0rc1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|