dkist-processing-cryonirsp 1.14.1rc1__py3-none-any.whl → 1.14.1rc3__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.
Potentially problematic release.
This version of dkist-processing-cryonirsp might be problematic. Click here for more details.
- dkist_processing_cryonirsp/tests/test_parse.py +0 -1
- {dkist_processing_cryonirsp-1.14.1rc1.dist-info → dkist_processing_cryonirsp-1.14.1rc3.dist-info}/METADATA +10 -11
- {dkist_processing_cryonirsp-1.14.1rc1.dist-info → dkist_processing_cryonirsp-1.14.1rc3.dist-info}/RECORD +5 -5
- {dkist_processing_cryonirsp-1.14.1rc1.dist-info → dkist_processing_cryonirsp-1.14.1rc3.dist-info}/WHEEL +0 -0
- {dkist_processing_cryonirsp-1.14.1rc1.dist-info → dkist_processing_cryonirsp-1.14.1rc3.dist-info}/top_level.txt +0 -0
|
@@ -1278,7 +1278,6 @@ def test_parse_cryonirsp_linearized_data_constants(
|
|
|
1278
1278
|
assert task.constants._db_dict["CAMERA_NAME"] == "camera_name"
|
|
1279
1279
|
assert task.constants._db_dict["DARK_GOS_LEVEL3_STATUS"] == "lamp"
|
|
1280
1280
|
assert task.constants._db_dict["SOLAR_GAIN_GOS_LEVEL3_STATUS"] == "clear"
|
|
1281
|
-
assert task.constants._db_dict["DARK_NUM_RAW_FRAMES_PER_FPA"] == 10
|
|
1282
1281
|
assert task.constants._db_dict["SOLAR_GAIN_NUM_RAW_FRAMES_PER_FPA"] == 10
|
|
1283
1282
|
assert task.constants._db_dict["POLCAL_NUM_RAW_FRAMES_PER_FPA"] == 10
|
|
1284
1283
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-cryonirsp
|
|
3
|
-
Version: 1.14.
|
|
3
|
+
Version: 1.14.1rc3
|
|
4
4
|
Summary: Science processing code for the Cryo-NIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: Pillow==10.4.0
|
|
|
17
17
|
Requires-Dist: astropy==7.0.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
19
19
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
20
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
20
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6
|
|
21
21
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
22
22
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
@@ -122,8 +122,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
124
124
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: boto3==1.40.
|
|
126
|
-
Requires-Dist: botocore==1.40.
|
|
125
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
126
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
127
127
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
@@ -146,9 +146,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
146
146
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
147
147
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
148
148
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
149
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
149
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
151
|
-
Requires-Dist: dkist-processing-cryonirsp==1.14.
|
|
151
|
+
Requires-Dist: dkist-processing-cryonirsp==1.14.1rc3; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
154
154
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
@@ -165,7 +165,6 @@ Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
|
165
165
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
166
166
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
167
167
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
168
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
169
168
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
170
169
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
171
170
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -197,7 +196,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
197
196
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
198
197
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
199
198
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
200
|
-
Requires-Dist: matplotlib==3.10.
|
|
199
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
201
200
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
202
201
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
203
202
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -243,14 +242,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
243
242
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
244
243
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
245
244
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
246
|
-
Requires-Dist: platformdirs==4.
|
|
245
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
247
246
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
248
247
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
249
248
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
250
249
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
251
250
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
252
251
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
253
|
-
Requires-Dist: propcache==0.4.
|
|
252
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
254
253
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
255
254
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
256
255
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
@@ -299,7 +298,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
299
298
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
300
299
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
301
300
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
302
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
301
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
303
302
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
304
303
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
305
304
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -66,7 +66,7 @@ dkist_processing_cryonirsp/tests/test_instrument_polarization.py,sha256=RU9VVNoi
|
|
|
66
66
|
dkist_processing_cryonirsp/tests/test_linearity_correction.py,sha256=xYwfEAiNSleCAxpLH7amC5gQh8QHYBuzghd7ETYro7M,9309
|
|
67
67
|
dkist_processing_cryonirsp/tests/test_make_movie_frames.py,sha256=oQnUmb9IxkRG7NrY00oS1g42L_LP941vdYdbEbI47gE,4858
|
|
68
68
|
dkist_processing_cryonirsp/tests/test_parameters.py,sha256=neREZBFK7ylXe5FiLj6u-2EZZtuKencK55fj3mx6qo4,11089
|
|
69
|
-
dkist_processing_cryonirsp/tests/test_parse.py,sha256=
|
|
69
|
+
dkist_processing_cryonirsp/tests/test_parse.py,sha256=qGzqqhIm5KeEaisRAexxkAWVEwZnqkh39k7bZm62P3c,57507
|
|
70
70
|
dkist_processing_cryonirsp/tests/test_quality.py,sha256=DrlHre7thON2x4QzWdupuqKT_WoPtW43Jnjb7lLnp3I,8083
|
|
71
71
|
dkist_processing_cryonirsp/tests/test_sp_beam_boundaries.py,sha256=ppk8B8CvRiIuxJkzH2bEbS1H9TndADU-ABwocZaKIpk,4904
|
|
72
72
|
dkist_processing_cryonirsp/tests/test_sp_geometric.py,sha256=THrVlmd8K44zMtYWKenZDLpUO7yDnZoaUWQwLcqE9U0,15645
|
|
@@ -107,7 +107,7 @@ docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI
|
|
|
107
107
|
docs/sp_science_calibration.rst,sha256=XL-H_hyzqwPHYNW3j-muItX_hGqMi-gjFRQbHp60LlU,2997
|
|
108
108
|
docs/wavelength_calibration.rst,sha256=s7ds_QKlVJ68fdONSY3DOBvHHaQC0JR_D4goG_VVKWw,3457
|
|
109
109
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
110
|
-
dkist_processing_cryonirsp-1.14.
|
|
111
|
-
dkist_processing_cryonirsp-1.14.
|
|
112
|
-
dkist_processing_cryonirsp-1.14.
|
|
113
|
-
dkist_processing_cryonirsp-1.14.
|
|
110
|
+
dkist_processing_cryonirsp-1.14.1rc3.dist-info/METADATA,sha256=AzPHGQr8v76YivThZaG2SOBmUmSND5UbU6d6jf9bua8,29288
|
|
111
|
+
dkist_processing_cryonirsp-1.14.1rc3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
112
|
+
dkist_processing_cryonirsp-1.14.1rc3.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
|
|
113
|
+
dkist_processing_cryonirsp-1.14.1rc3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|