dkist-processing-cryonirsp 1.10.1__py3-none-any.whl → 1.11.0__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.

@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-cryonirsp
3
- Version: 1.10.1
3
+ Version: 1.11.0
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.1.0
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
@@ -121,8 +121,8 @@ 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.4; extra == "frozen"
125
- Requires-Dist: botocore==1.39.4; extra == "frozen"
124
+ Requires-Dist: boto3==1.39.8; extra == "frozen"
125
+ Requires-Dist: botocore==1.39.8; 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"
@@ -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.1.0; extra == "frozen"
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.10.1; extra == "frozen"
150
+ Requires-Dist: dkist-processing-cryonirsp==1.11.0; 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,14 +159,13 @@ 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.58.5; extra == "frozen"
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
165
  Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
166
166
  Requires-Dist: google-re2==1.1.20240702; 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: greenlet==3.2.3; extra == "frozen"
170
169
  Requires-Dist: grpcio==1.73.1; extra == "frozen"
171
170
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
172
171
  Requires-Dist: h11==0.16.0; 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.24.0; extra == "frozen"
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"
@@ -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=Jzg09WUYi8uY5o6By7JOsFP0CHpfPCVC4M2UvLSO2PA,41169
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=_rx0nags7TeKRYgfwA135NlEuMkoSPiXljqHeuZsiWE,17604
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.10.1.dist-info/METADATA,sha256=ep_-v4x62R7gaI03jfZbCPnGvvAD8nO4r_YheQBxMTA,22155
110
- dkist_processing_cryonirsp-1.10.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
- dkist_processing_cryonirsp-1.10.1.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
112
- dkist_processing_cryonirsp-1.10.1.dist-info/RECORD,,
109
+ dkist_processing_cryonirsp-1.11.0.dist-info/METADATA,sha256=t_HCuU3WCxGweGw_ihVM-IJiAzxfIMKa8DLo2kMkkw0,22105
110
+ dkist_processing_cryonirsp-1.11.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
+ dkist_processing_cryonirsp-1.11.0.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
112
+ dkist_processing_cryonirsp-1.11.0.dist-info/RECORD,,