dkist-processing-cryonirsp 1.12.2__py3-none-any.whl → 1.12.4rc1__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.
- changelog/218.misc.1.rst +1 -0
- changelog/218.misc.rst +3 -0
- dkist_processing_cryonirsp/models/constants.py +1 -11
- {dkist_processing_cryonirsp-1.12.2.dist-info → dkist_processing_cryonirsp-1.12.4rc1.dist-info}/METADATA +12 -11
- {dkist_processing_cryonirsp-1.12.2.dist-info → dkist_processing_cryonirsp-1.12.4rc1.dist-info}/RECORD +7 -5
- {dkist_processing_cryonirsp-1.12.2.dist-info → dkist_processing_cryonirsp-1.12.4rc1.dist-info}/WHEEL +0 -0
- {dkist_processing_cryonirsp-1.12.2.dist-info → dkist_processing_cryonirsp-1.12.4rc1.dist-info}/top_level.txt +0 -0
changelog/218.misc.1.rst
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Update `dkist-processing-common` to v11.4.0, which includes structure for metadata keys and additional constants.
|
changelog/218.misc.rst
ADDED
|
@@ -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.
|
|
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
|
+
Version: 1.12.4rc1
|
|
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.
|
|
20
|
+
Requires-Dist: dkist-processing-common==11.3.1rc1
|
|
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
|
|
@@ -44,16 +44,16 @@ Requires-Dist: dkist-processing-cryonirsp[asdf]; extra == "test"
|
|
|
44
44
|
Requires-Dist: dkist-processing-cryonirsp[quality]; extra == "test"
|
|
45
45
|
Provides-Extra: inventory
|
|
46
46
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
47
|
-
Requires-Dist: dkist-inventory==1.
|
|
47
|
+
Requires-Dist: dkist-inventory==1.10.0; extra == "inventory"
|
|
48
48
|
Provides-Extra: asdf
|
|
49
49
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
50
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
50
|
+
Requires-Dist: dkist-inventory[asdf]==1.10.0; extra == "asdf"
|
|
51
51
|
Provides-Extra: quality
|
|
52
52
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
53
53
|
Provides-Extra: grogu
|
|
54
54
|
Requires-Dist: dkist; extra == "grogu"
|
|
55
55
|
Requires-Dist: pyparsing; extra == "grogu"
|
|
56
|
-
Requires-Dist: dkist-
|
|
56
|
+
Requires-Dist: dkist-processing-cryonirsp[asdf]; extra == "grogu"
|
|
57
57
|
Provides-Extra: docs
|
|
58
58
|
Requires-Dist: sphinx; extra == "docs"
|
|
59
59
|
Requires-Dist: sphinx-astropy; extra == "docs"
|
|
@@ -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.
|
|
125
|
-
Requires-Dist: botocore==1.40.
|
|
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"
|
|
@@ -137,7 +137,7 @@ 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
139
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
140
|
-
Requires-Dist: cron_descriptor==2.0.
|
|
140
|
+
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
141
141
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: cryptography==45.0.7; extra == "frozen"
|
|
143
143
|
Requires-Dist: cycler==0.12.1; 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.
|
|
148
|
+
Requires-Dist: dkist-processing-common==11.3.1rc1; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
150
|
-
Requires-Dist: dkist-processing-cryonirsp==1.12.
|
|
150
|
+
Requires-Dist: dkist-processing-cryonirsp==1.12.4rc1; 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"
|
|
@@ -161,11 +161,12 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
161
161
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
163
163
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
164
|
-
Requires-Dist: fsspec==2025.
|
|
164
|
+
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: globus-sdk==3.62.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"
|
|
169
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
169
170
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
171
172
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
changelog/218.misc.1.rst,sha256=267FbVD9orsv9Rc5Yb_qtBKXSILfv5okoQ-m5Dol8Ic,114
|
|
3
|
+
changelog/218.misc.rst,sha256=IyqhbOY_ufgQljVdE8EWkSrivz14ZIXCw0ami4p7ltY,208
|
|
2
4
|
dkist_processing_cryonirsp/__init__.py,sha256=L9tNDcyFnHkx7DWTXAbchOb8ok7TRi80wrrEXY99_2g,351
|
|
3
5
|
dkist_processing_cryonirsp/config.py,sha256=D57uhnlP6NLTxDI5G_DDbEb0ZpMUfcNJivqDIXfGQRw,642
|
|
4
6
|
dkist_processing_cryonirsp/codecs/__init__.py,sha256=du1iitvsudSSOMENSywXmXSLOlvIocJsPbvfEcyqFNc,159
|
|
5
7
|
dkist_processing_cryonirsp/codecs/fits.py,sha256=36QuV8UQzxOljg3AVFGjEZv4iII4Sacwj-fPWcosWyA,1719
|
|
6
8
|
dkist_processing_cryonirsp/models/__init__.py,sha256=m6UekKftTahNJ3W5K3mZSz4Y4ZZpHRxF_ZAxuaKYL7o,12
|
|
7
9
|
dkist_processing_cryonirsp/models/beam_boundaries.py,sha256=aKsFzYxCImE7VPB73a1u4fz1LEz4j38DJO-IO7iYzJQ,1160
|
|
8
|
-
dkist_processing_cryonirsp/models/constants.py,sha256=
|
|
10
|
+
dkist_processing_cryonirsp/models/constants.py,sha256=Q60I-vqx40G9wwhfinNbi-ky4oUBFtHIFA6xXEzixQE,11167
|
|
9
11
|
dkist_processing_cryonirsp/models/exposure_conditions.py,sha256=z9cztVS02lQXZABAmqMQN3pq2myxgOYy-_qgS29tjZs,814
|
|
10
12
|
dkist_processing_cryonirsp/models/parameters.py,sha256=kfNpxsfidgfrma1ZEjG1qMp6NwbtliJdx8DZ6Whm-C0,13145
|
|
11
13
|
dkist_processing_cryonirsp/models/tags.py,sha256=OrAyJoJd4snhDtPNGovlfhvVjiFoSXs4R2aNZNpGbgo,5744
|
|
@@ -106,7 +108,7 @@ docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI
|
|
|
106
108
|
docs/sp_science_calibration.rst,sha256=XL-H_hyzqwPHYNW3j-muItX_hGqMi-gjFRQbHp60LlU,2997
|
|
107
109
|
docs/wavelength_calibration.rst,sha256=s7ds_QKlVJ68fdONSY3DOBvHHaQC0JR_D4goG_VVKWw,3457
|
|
108
110
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
109
|
-
dkist_processing_cryonirsp-1.12.
|
|
110
|
-
dkist_processing_cryonirsp-1.12.
|
|
111
|
-
dkist_processing_cryonirsp-1.12.
|
|
112
|
-
dkist_processing_cryonirsp-1.12.
|
|
111
|
+
dkist_processing_cryonirsp-1.12.4rc1.dist-info/METADATA,sha256=9r17n0fx1c-8Ovs8ou_jLo5l_WqUiJujDXA74ZVbROk,22182
|
|
112
|
+
dkist_processing_cryonirsp-1.12.4rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
113
|
+
dkist_processing_cryonirsp-1.12.4rc1.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
|
|
114
|
+
dkist_processing_cryonirsp-1.12.4rc1.dist-info/RECORD,,
|
{dkist_processing_cryonirsp-1.12.2.dist-info → dkist_processing_cryonirsp-1.12.4rc1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|