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

@@ -228,16 +228,6 @@ class CryonirspConstants(ConstantsBase):
228
228
  conditions = [ExposureConditions(*item) for item in raw_conditions]
229
229
  return conditions
230
230
 
231
- @property
232
- def num_modstates(self) -> int:
233
- """Find the number of modulation states."""
234
- return self._db_dict[CryonirspBudName.num_modstates.value]
235
-
236
- @property
237
- def num_cs_steps(self) -> int:
238
- """Find the number of calibration sequence steps."""
239
- return self._db_dict[BudName.num_cs_steps.value]
240
-
241
231
  @property
242
232
  def stokes_I_list(self) -> [str]:
243
233
  """List containing only the Stokes-I parameter."""
@@ -253,7 +243,7 @@ class CryonirspConstants(ConstantsBase):
253
243
  @property
254
244
  def pac_init_set(self):
255
245
  """Return the label for the initial set of parameter values used when fitting demodulation matrices."""
256
- retarder_name = self._db_dict[BudName.retarder_name.value]
246
+ retarder_name = self.retarder_name
257
247
  match retarder_name:
258
248
  case "SiO2 OC":
259
249
  return "OCCal_VIS"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-cryonirsp
3
- Version: 1.12.3
3
+ Version: 1.12.4
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.3.0
20
+ Requires-Dist: dkist-processing-common==11.4.0
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
@@ -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.40.22; extra == "frozen"
125
- Requires-Dist: botocore==1.40.22; extra == "frozen"
124
+ Requires-Dist: boto3==1.40.24; extra == "frozen"
125
+ Requires-Dist: botocore==1.40.24; 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.8.3; 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.3.0; extra == "frozen"
148
+ Requires-Dist: dkist-processing-common==11.4.0; extra == "frozen"
149
149
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
150
- Requires-Dist: dkist-processing-cryonirsp==1.12.3; extra == "frozen"
150
+ Requires-Dist: dkist-processing-cryonirsp==1.12.4; extra == "frozen"
151
151
  Requires-Dist: dkist-processing-math==2.2.1; 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"
@@ -5,7 +5,7 @@ dkist_processing_cryonirsp/codecs/__init__.py,sha256=du1iitvsudSSOMENSywXmXSLOlv
5
5
  dkist_processing_cryonirsp/codecs/fits.py,sha256=36QuV8UQzxOljg3AVFGjEZv4iII4Sacwj-fPWcosWyA,1719
6
6
  dkist_processing_cryonirsp/models/__init__.py,sha256=m6UekKftTahNJ3W5K3mZSz4Y4ZZpHRxF_ZAxuaKYL7o,12
7
7
  dkist_processing_cryonirsp/models/beam_boundaries.py,sha256=aKsFzYxCImE7VPB73a1u4fz1LEz4j38DJO-IO7iYzJQ,1160
8
- dkist_processing_cryonirsp/models/constants.py,sha256=wNGSjd90wfpTJ3mRP4VFUP8CEIUUYxrnTOr_TSwXGOs,11529
8
+ dkist_processing_cryonirsp/models/constants.py,sha256=Q60I-vqx40G9wwhfinNbi-ky4oUBFtHIFA6xXEzixQE,11167
9
9
  dkist_processing_cryonirsp/models/exposure_conditions.py,sha256=z9cztVS02lQXZABAmqMQN3pq2myxgOYy-_qgS29tjZs,814
10
10
  dkist_processing_cryonirsp/models/parameters.py,sha256=kfNpxsfidgfrma1ZEjG1qMp6NwbtliJdx8DZ6Whm-C0,13145
11
11
  dkist_processing_cryonirsp/models/tags.py,sha256=OrAyJoJd4snhDtPNGovlfhvVjiFoSXs4R2aNZNpGbgo,5744
@@ -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.12.3.dist-info/METADATA,sha256=-WYOo654c4B2qqcOWXkEfL0xa125_odrZezweA9p1_U,22170
110
- dkist_processing_cryonirsp-1.12.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
- dkist_processing_cryonirsp-1.12.3.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
112
- dkist_processing_cryonirsp-1.12.3.dist-info/RECORD,,
109
+ dkist_processing_cryonirsp-1.12.4.dist-info/METADATA,sha256=sLH7ycreSiA-d8SVCPQ6YPJadyO6z92W4cZEtpiPJCA,22170
110
+ dkist_processing_cryonirsp-1.12.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
+ dkist_processing_cryonirsp-1.12.4.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
112
+ dkist_processing_cryonirsp-1.12.4.dist-info/RECORD,,