dkist-processing-dlnirsp 0.33.0rc1__py3-none-any.whl → 0.33.1rc1__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/126.misc.rst +1 -0
- dkist_processing_dlnirsp/tests/conftest.py +4 -2
- {dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/METADATA +8 -8
- {dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/RECORD +7 -10
- changelog/120.feature.rst +0 -2
- changelog/121.misc.rst +0 -2
- changelog/124.feature.rst +0 -2
- changelog/124.science.rst +0 -5
- {dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/WHEEL +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/top_level.txt +0 -0
changelog/126.misc.rst
ADDED
|
@@ -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"
|
{dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
changelog/
|
|
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
|
+
changelog/126.misc.rst,sha256=Z7XnszE_cQA-ltS51apsqXlDE2ZTTDU_J2skIitxpOE,92
|
|
6
3
|
dkist_processing_dlnirsp/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
|
|
7
4
|
dkist_processing_dlnirsp/config.py,sha256=3jM7P00T-Xlzfnvc3jwRiFtinW5GoTczQ6qNLLpwQCo,624
|
|
8
5
|
dkist_processing_dlnirsp/dev_scripts/__init__.py,sha256=tITkbcFg1a-24sdFaWK8OyLrQSQk7AI6Ycs8PHHfHEM,83
|
|
@@ -42,7 +39,7 @@ dkist_processing_dlnirsp/tasks/mixin/__init__.py,sha256=5PMbkD6K0zTfhCxv8vg2lvJC
|
|
|
42
39
|
dkist_processing_dlnirsp/tasks/mixin/corrections.py,sha256=MRZXCEc0KBE-9cQUpRP-K3ioDYRH8_ORFlJcH2SsmWA,6803
|
|
43
40
|
dkist_processing_dlnirsp/tasks/mixin/group_id.py,sha256=u28XLVtvZ_lmzzaSX2SuA2MOiY69GC8AJsic2Vi2OSQ,11137
|
|
44
41
|
dkist_processing_dlnirsp/tests/__init__.py,sha256=UHIAs0SglAXeB7UeDgVwo1EE9QPRq3rG3BZkiCpBq7M,42
|
|
45
|
-
dkist_processing_dlnirsp/tests/conftest.py,sha256=
|
|
42
|
+
dkist_processing_dlnirsp/tests/conftest.py,sha256=cmYQ9PnOiEXeTpAsRmRm64MVEVYwgOyHWafQTHl932E,70413
|
|
46
43
|
dkist_processing_dlnirsp/tests/test_assemble_quality.py,sha256=djZsVSuRGl3akH3LmYjWvYuNSUFFQfS5y0S3Op7lQIE,1327
|
|
47
44
|
dkist_processing_dlnirsp/tests/test_bad_pixel_map.py,sha256=g5jWhVGSHMOtkcdiZ27G51ciud4ySjoDAjvMGLlgTIM,6093
|
|
48
45
|
dkist_processing_dlnirsp/tests/test_corrections.py,sha256=hefVNm3bgwfGQ7Wn0hi077LU_fKlDXJ0eeMl6HCRogA,7569
|
|
@@ -96,8 +93,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
|
|
|
96
93
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
97
94
|
docs/wavelength_calibration.rst,sha256=QGUd5Xmv5f7WQ1EKvw2CcgiMJQULjzdCW1hSQ8h8jj0,4123
|
|
98
95
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
99
|
-
dkist_processing_dlnirsp-0.33.
|
|
100
|
-
dkist_processing_dlnirsp-0.33.
|
|
101
|
-
dkist_processing_dlnirsp-0.33.
|
|
102
|
-
dkist_processing_dlnirsp-0.33.
|
|
103
|
-
dkist_processing_dlnirsp-0.33.
|
|
96
|
+
dkist_processing_dlnirsp-0.33.1rc1.dist-info/METADATA,sha256=HPQr938oaFAB10KnjWASjQhBiqQL4sW-dqtKrs22_7Y,30912
|
|
97
|
+
dkist_processing_dlnirsp-0.33.1rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
98
|
+
dkist_processing_dlnirsp-0.33.1rc1.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
|
|
99
|
+
dkist_processing_dlnirsp-0.33.1rc1.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
|
|
100
|
+
dkist_processing_dlnirsp-0.33.1rc1.dist-info/RECORD,,
|
changelog/120.feature.rst
DELETED
changelog/121.misc.rst
DELETED
changelog/124.feature.rst
DELETED
changelog/124.science.rst
DELETED
|
@@ -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.
|
{dkist_processing_dlnirsp-0.33.0rc1.dist-info → dkist_processing_dlnirsp-0.33.1rc1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|