dkist-processing-dlnirsp 0.32.1rc1__py3-none-any.whl → 0.32.1rc2__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.
- dkist_processing_dlnirsp/tests/test_parse.py +0 -1
- {dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/METADATA +10 -10
- {dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/RECORD +6 -6
- {dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/WHEEL +0 -0
- {dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/top_level.txt +0 -0
|
@@ -347,7 +347,6 @@ def test_parse_linearized_data(
|
|
|
347
347
|
assert task.constants._db_dict[BudName.camera_name] == "camera_name"
|
|
348
348
|
assert task.constants._db_dict[BudName.dark_gos_level3_status] == "lamp"
|
|
349
349
|
assert task.constants._db_dict[BudName.solar_gain_gos_level3_status] == "clear"
|
|
350
|
-
assert task.constants._db_dict[BudName.dark_num_raw_frames_per_fpa] == 20
|
|
351
350
|
assert task.constants._db_dict[BudName.solar_gain_num_raw_frames_per_fpa] == 30
|
|
352
351
|
assert task.constants._db_dict[BudName.polcal_num_raw_frames_per_fpa] == 10
|
|
353
352
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.1rc2
|
|
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.7.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.7.0rc5
|
|
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
|
|
@@ -123,8 +123,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
123
123
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
125
125
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: boto3==1.40.
|
|
127
|
-
Requires-Dist: botocore==1.40.
|
|
126
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
127
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
128
128
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
@@ -147,9 +147,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
147
147
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
148
148
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
150
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
150
|
+
Requires-Dist: dkist-processing-common==11.7.0rc5; extra == "frozen"
|
|
151
151
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: dkist-processing-dlnirsp==0.32.
|
|
152
|
+
Requires-Dist: dkist-processing-dlnirsp==0.32.1rc2; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
155
155
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
@@ -162,7 +162,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
162
162
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
165
|
-
Requires-Dist: globus-sdk==
|
|
165
|
+
Requires-Dist: globus-sdk==4.0.0; extra == "frozen"
|
|
166
166
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
167
167
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -243,14 +243,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
245
245
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
246
|
-
Requires-Dist: platformdirs==4.
|
|
246
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
247
247
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
249
249
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
251
251
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
252
252
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
253
|
-
Requires-Dist: propcache==0.4.
|
|
253
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
254
254
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
255
255
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
@@ -299,7 +299,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
299
299
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
300
300
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
301
301
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
302
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
302
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
303
303
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
304
304
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
305
305
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
{dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/RECORD
RENAMED
|
@@ -56,7 +56,7 @@ dkist_processing_dlnirsp/tests/test_lamp.py,sha256=umy4ydYR5M3dqXTQP14qbamOleuty
|
|
|
56
56
|
dkist_processing_dlnirsp/tests/test_linearity_correction.py,sha256=e0XAuUwthhDSl4V4UPd2mRwpUsX-B7kVkI3juCGP4a4,27879
|
|
57
57
|
dkist_processing_dlnirsp/tests/test_make_movie_frames.py,sha256=fR1xJEFJMK0xUu8-EyOS_6mIX_ZO2J_nM0k3ud8xtYM,3648
|
|
58
58
|
dkist_processing_dlnirsp/tests/test_parameters.py,sha256=KpBeisM4BIF5Kl6ZxZqk3yCozndmLMlzNgo0ij0hmYw,10328
|
|
59
|
-
dkist_processing_dlnirsp/tests/test_parse.py,sha256=
|
|
59
|
+
dkist_processing_dlnirsp/tests/test_parse.py,sha256=VixU-tfpS-Y2bOddCXZ_xBfKpAm9DV9qBx6xdi2XtaA,37901
|
|
60
60
|
dkist_processing_dlnirsp/tests/test_quality.py,sha256=OBWva_E6T5RfDuo73LiTdTr7uh2FO04VpBAsSOLfjVQ,6122
|
|
61
61
|
dkist_processing_dlnirsp/tests/test_science.py,sha256=vA7bVQWG0dxs8IuU8hEZ8KMgjtGqrxEGYPG5i47k2Og,20719
|
|
62
62
|
dkist_processing_dlnirsp/tests/test_solar.py,sha256=jTNnxs5fE8R_hLvmdAU9x4RXJaSpJWGQajL7kzXTxPQ,12111
|
|
@@ -94,8 +94,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
|
|
|
94
94
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
95
95
|
docs/wavelength_calibration.rst,sha256=VP45e0g4r-dReQmypQVqduvezQiKwq47STlAJn0w8iQ,4095
|
|
96
96
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
97
|
-
dkist_processing_dlnirsp-0.32.
|
|
98
|
-
dkist_processing_dlnirsp-0.32.
|
|
99
|
-
dkist_processing_dlnirsp-0.32.
|
|
100
|
-
dkist_processing_dlnirsp-0.32.
|
|
101
|
-
dkist_processing_dlnirsp-0.32.
|
|
97
|
+
dkist_processing_dlnirsp-0.32.1rc2.dist-info/METADATA,sha256=L5K4SG-gPm0b7ikXq1NsJIlsY7d4GQZOqFs-JmblEhQ,29320
|
|
98
|
+
dkist_processing_dlnirsp-0.32.1rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
99
|
+
dkist_processing_dlnirsp-0.32.1rc2.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
|
|
100
|
+
dkist_processing_dlnirsp-0.32.1rc2.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
|
|
101
|
+
dkist_processing_dlnirsp-0.32.1rc2.dist-info/RECORD,,
|
{dkist_processing_dlnirsp-0.32.1rc1.dist-info → dkist_processing_dlnirsp-0.32.1rc2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|