dkist-processing-cryonirsp 1.10.1__py3-none-any.whl → 1.11.1__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/tasks/write_l1.py +1 -1
- dkist_processing_cryonirsp/tests/test_write_l1.py +0 -13
- {dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/METADATA +17 -18
- {dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/RECORD +6 -6
- {dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/WHEEL +0 -0
- {dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/top_level.txt +0 -0
|
@@ -92,13 +92,13 @@ class CryonirspWriteL1Frame(WriteL1Frame, ABC):
|
|
|
92
92
|
next_axis = self.add_map_scan_axis(header, axis_num=next_axis)
|
|
93
93
|
if self.constants.correct_for_polarization:
|
|
94
94
|
next_axis = self.add_stokes_axis(header, stokes=stokes, axis_num=next_axis)
|
|
95
|
-
self.add_wavelength_headers(header)
|
|
96
95
|
last_axis = next_axis - 1
|
|
97
96
|
self.add_common_headers(header, num_axes=last_axis)
|
|
98
97
|
self.flip_spectral_axis(header)
|
|
99
98
|
boresight_coordinates = self.get_boresight_coords(header)
|
|
100
99
|
self.correct_spatial_wcs_info(header, boresight_coordinates)
|
|
101
100
|
self.update_spectral_headers(header)
|
|
101
|
+
self.add_wavelength_headers(header)
|
|
102
102
|
|
|
103
103
|
return header
|
|
104
104
|
|
|
@@ -424,16 +424,3 @@ def general_header_tests(
|
|
|
424
424
|
assert isinstance(header["HLSVERS"], str)
|
|
425
425
|
assert header["BUNIT"] == ""
|
|
426
426
|
assert header.comments["BUNIT"] == "Values are relative to disk center. See calibration docs."
|
|
427
|
-
assert header["NSPECLNS"] == 1
|
|
428
|
-
assert header["WAVEBAND"] == "He I (1083.0 nm)"
|
|
429
|
-
assert header["SPECLN01"] == "He I (1083.0 nm)"
|
|
430
|
-
with pytest.raises(KeyError):
|
|
431
|
-
header["SPECLN02"]
|
|
432
|
-
|
|
433
|
-
# wavelength range tests
|
|
434
|
-
if arm_id == "SP":
|
|
435
|
-
assert round(header["WAVEMIN"], 2) == 1082
|
|
436
|
-
assert round(header["WAVEMAX"], 2) == 1084
|
|
437
|
-
if arm_id == "CI":
|
|
438
|
-
assert header["WAVEMIN"] == 1082.5
|
|
439
|
-
assert header["WAVEMAX"] == 1083.5
|
{dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-cryonirsp
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.1
|
|
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.
|
|
20
|
+
Requires-Dist: dkist-processing-common==11.2.0
|
|
21
21
|
Requires-Dist: dkist-processing-math==2.2.0
|
|
22
22
|
Requires-Dist: dkist-processing-pac==3.1.1
|
|
23
23
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
@@ -30,7 +30,7 @@ Requires-Dist: peakutils==1.3.5
|
|
|
30
30
|
Requires-Dist: scikit-image==0.25.2
|
|
31
31
|
Requires-Dist: scipy==1.15.3
|
|
32
32
|
Requires-Dist: sunpy==6.1.1
|
|
33
|
-
Requires-Dist: solar-wavelength-calibration==1.0
|
|
33
|
+
Requires-Dist: solar-wavelength-calibration==1.0.1
|
|
34
34
|
Provides-Extra: test
|
|
35
35
|
Requires-Dist: pytest; extra == "test"
|
|
36
36
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -115,14 +115,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
115
115
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
116
116
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
117
117
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
118
|
-
Requires-Dist: astropy-iers-data==0.2025.7.
|
|
118
|
+
Requires-Dist: astropy-iers-data==0.2025.7.28.0.41.50; extra == "frozen"
|
|
119
119
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
124
|
-
Requires-Dist: boto3==1.39.
|
|
125
|
-
Requires-Dist: botocore==1.39.
|
|
124
|
+
Requires-Dist: boto3==1.39.14; extra == "frozen"
|
|
125
|
+
Requires-Dist: botocore==1.39.14; extra == "frozen"
|
|
126
126
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
128
128
|
Requires-Dist: certifi==2025.7.14; extra == "frozen"
|
|
@@ -136,7 +136,7 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
136
136
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
137
137
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
139
|
-
Requires-Dist: contourpy==1.3.
|
|
139
|
+
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
140
140
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
141
141
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: cryptography==45.0.5; extra == "frozen"
|
|
@@ -145,9 +145,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
145
145
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
147
147
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
148
|
-
Requires-Dist: dkist-processing-common==11.
|
|
148
|
+
Requires-Dist: dkist-processing-common==11.2.0; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
150
|
-
Requires-Dist: dkist-processing-cryonirsp==1.
|
|
150
|
+
Requires-Dist: dkist-processing-cryonirsp==1.11.1; extra == "frozen"
|
|
151
151
|
Requires-Dist: dkist-processing-math==2.2.0; extra == "frozen"
|
|
152
152
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
153
153
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
@@ -159,15 +159,14 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
|
159
159
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
162
|
-
Requires-Dist: fonttools==4.
|
|
162
|
+
Requires-Dist: fonttools==4.59.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
165
|
-
Requires-Dist: globus-sdk==3.
|
|
166
|
-
Requires-Dist: google-re2==1.1.
|
|
165
|
+
Requires-Dist: globus-sdk==3.61.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: google-re2==1.1.20250722; extra == "frozen"
|
|
167
167
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
168
168
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
169
|
-
Requires-Dist:
|
|
170
|
-
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
169
|
+
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
171
170
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
172
171
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
173
172
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -180,7 +179,7 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
|
|
|
180
179
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
181
180
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
182
181
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
183
|
-
Requires-Dist: jsonschema==4.
|
|
182
|
+
Requires-Dist: jsonschema==4.25.0; extra == "frozen"
|
|
184
183
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
185
184
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
186
185
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
@@ -191,7 +190,7 @@ Requires-Dist: lazy_loader==0.4; extra == "frozen"
|
|
|
191
190
|
Requires-Dist: limits==5.4.0; extra == "frozen"
|
|
192
191
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
193
192
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
194
|
-
Requires-Dist: lmfit==1.3.
|
|
193
|
+
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
195
194
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
196
195
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
197
196
|
Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
@@ -260,7 +259,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
260
259
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
261
260
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
262
261
|
Requires-Dist: rpds-py==0.26.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: s3transfer==0.13.
|
|
262
|
+
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
264
263
|
Requires-Dist: scikit-image==0.25.2; extra == "frozen"
|
|
265
264
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
266
265
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
@@ -268,7 +267,7 @@ Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
|
268
267
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
269
268
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
270
269
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
271
|
-
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
270
|
+
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
272
271
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
273
272
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
274
273
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
{dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/RECORD
RENAMED
|
@@ -44,7 +44,7 @@ dkist_processing_cryonirsp/tasks/sp_geometric.py,sha256=_M_e_blz4mKDIUWSasonnOzb
|
|
|
44
44
|
dkist_processing_cryonirsp/tasks/sp_science.py,sha256=QWyAEkXYamAcWxi62-tVD6ptuQ6vt8yIzuCKzCIYW20,13643
|
|
45
45
|
dkist_processing_cryonirsp/tasks/sp_solar_gain.py,sha256=d4UABsMxyzCMduVxptHY_TCGqS-l-W5iuhW7HJwVPkA,21024
|
|
46
46
|
dkist_processing_cryonirsp/tasks/sp_wavelength_calibration.py,sha256=E9HBmlzvvUEgoAamlO-E0MngYKjuUVq3WwK0DRDLvPk,12843
|
|
47
|
-
dkist_processing_cryonirsp/tasks/write_l1.py,sha256=
|
|
47
|
+
dkist_processing_cryonirsp/tasks/write_l1.py,sha256=LL_JHPqiwGweLUh3wmh_JP_SD-NywKcq6NjeqGSjAsQ,41169
|
|
48
48
|
dkist_processing_cryonirsp/tasks/mixin/__init__.py,sha256=m6UekKftTahNJ3W5K3mZSz4Y4ZZpHRxF_ZAxuaKYL7o,12
|
|
49
49
|
dkist_processing_cryonirsp/tasks/mixin/corrections.py,sha256=rcKmckBJkoExcX0XW1i3OZzuMu1i7tX5Hgwy15chU50,6566
|
|
50
50
|
dkist_processing_cryonirsp/tasks/mixin/shift_measurements.py,sha256=EbU3VQ_1QLbENHO_SfhWc7d573UwbofKU-PpbfBPKI8,11620
|
|
@@ -75,7 +75,7 @@ dkist_processing_cryonirsp/tests/test_sp_solar.py,sha256=CsztZXaKULBWVwvo3stG4Rw
|
|
|
75
75
|
dkist_processing_cryonirsp/tests/test_sp_wavelength_calibration.py,sha256=ax5Njp0Ws4J_6XZ3QJhySVOzzbWfgosPwUczSiPoags,5620
|
|
76
76
|
dkist_processing_cryonirsp/tests/test_trial_create_quality_report.py,sha256=x8dRAMyawQVYZQGsuO36DMZxK4L13hZBUn86qbhJiNk,2805
|
|
77
77
|
dkist_processing_cryonirsp/tests/test_workflows.py,sha256=2a-TUMbVEyNjHYNyzo2UQMLg5PSaEx6iV9hOsGp-Mck,291
|
|
78
|
-
dkist_processing_cryonirsp/tests/test_write_l1.py,sha256=
|
|
78
|
+
dkist_processing_cryonirsp/tests/test_write_l1.py,sha256=747CoZEzgCTywpDmr3zNYmoq63Y_1Kstf-WcwqyBmos,17140
|
|
79
79
|
dkist_processing_cryonirsp/tests/local_trial_workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
80
|
dkist_processing_cryonirsp/tests/local_trial_workflows/l0_cals_only.py,sha256=jUC6EnzBLwso7DBCtmhTdPJw3zlrIJYW0KTKNlWgGAM,20088
|
|
81
81
|
dkist_processing_cryonirsp/tests/local_trial_workflows/l0_to_l1.py,sha256=Ab1IeXfys130jkRs0iNIPv2rZFXg-IDCNkK4Z_wdOuI,23909
|
|
@@ -106,7 +106,7 @@ docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI
|
|
|
106
106
|
docs/sp_science_calibration.rst,sha256=XL-H_hyzqwPHYNW3j-muItX_hGqMi-gjFRQbHp60LlU,2997
|
|
107
107
|
docs/wavelength_calibration.rst,sha256=s7ds_QKlVJ68fdONSY3DOBvHHaQC0JR_D4goG_VVKWw,3457
|
|
108
108
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
109
|
-
dkist_processing_cryonirsp-1.
|
|
110
|
-
dkist_processing_cryonirsp-1.
|
|
111
|
-
dkist_processing_cryonirsp-1.
|
|
112
|
-
dkist_processing_cryonirsp-1.
|
|
109
|
+
dkist_processing_cryonirsp-1.11.1.dist-info/METADATA,sha256=QPGrsmiz7d1WXyPUFPQeHgNI5LoqJ7q2WtG5NwbEUcg,22111
|
|
110
|
+
dkist_processing_cryonirsp-1.11.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
111
|
+
dkist_processing_cryonirsp-1.11.1.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
|
|
112
|
+
dkist_processing_cryonirsp-1.11.1.dist-info/RECORD,,
|
{dkist_processing_cryonirsp-1.10.1.dist-info → dkist_processing_cryonirsp-1.11.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|