dkist-processing-dlnirsp 0.32.8__py3-none-any.whl → 0.32.9__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.
@@ -132,7 +132,7 @@ class DlnirspTestingParameters:
132
132
  dlnirsp_geo_reference_wave_min_nonnan_frac: float = 0.05
133
133
  dlnirsp_wavecal_atlas_download_config: dict[str, str] = field(
134
134
  default_factory=lambda: {
135
- "base_url": "doi:10.5281/zenodo.14646787/",
135
+ "base_url": "https://g-a36282.cd214.a567.data.globus.org/atlas/",
136
136
  "telluric_reference_atlas_file_name": "telluric_reference_atlas.npy",
137
137
  "telluric_reference_atlas_hash_id": "md5:8db5e12508b293bca3495d81a0747447",
138
138
  "solar_reference_atlas_file_name": "solar_reference_atlas.npy",
@@ -16,6 +16,7 @@ from dkist_processing_common.codecs.json import json_encoder
16
16
  from dkist_processing_common.models.metric_code import MetricCode
17
17
  from scipy.ndimage import gaussian_filter1d
18
18
  from solar_wavelength_calibration import Atlas
19
+ from solar_wavelength_calibration import DownloadConfig
19
20
  from sunpy.coordinates import HeliocentricInertial
20
21
 
21
22
  from dkist_processing_dlnirsp.models.constants import DlnirspConstants
@@ -141,7 +142,9 @@ def resolving_power(arm_id: str) -> float:
141
142
 
142
143
  @pytest.fixture(scope="session")
143
144
  def solar_atlas() -> Atlas:
144
- return Atlas()
145
+ config = DlnirspTestingParameters().dlnirsp_wavecal_atlas_download_config
146
+ config = DownloadConfig.model_validate(config)
147
+ return Atlas(config=config)
145
148
 
146
149
 
147
150
  @pytest.fixture
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-dlnirsp
3
- Version: 0.32.8
3
+ Version: 0.32.9
4
4
  Summary: Science processing code for the DLNIRSP instrument on DKIST
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Requires-Python: >=3.12
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==11.9.1
16
+ Requires-Dist: dkist-processing-common==11.9.2
17
17
  Requires-Dist: dkist-processing-math==2.2.1
18
18
  Requires-Dist: dkist-processing-pac==3.1.1
19
19
  Requires-Dist: dkist-header-validator==5.2.1
@@ -116,16 +116,16 @@ Requires-Dist: asdf==3.5.0; extra == "frozen"
116
116
  Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
117
117
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
118
118
  Requires-Dist: asgiref==3.11.0; extra == "frozen"
119
- Requires-Dist: asteval==1.0.7; extra == "frozen"
119
+ Requires-Dist: asteval==1.0.8; extra == "frozen"
120
120
  Requires-Dist: astropy==7.0.2; extra == "frozen"
121
- Requires-Dist: astropy-iers-data==0.2025.12.15.0.40.51; extra == "frozen"
121
+ Requires-Dist: astropy-iers-data==0.2025.12.22.0.40.30; extra == "frozen"
122
122
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
123
123
  Requires-Dist: attrs==25.4.0; extra == "frozen"
124
124
  Requires-Dist: babel==2.17.0; extra == "frozen"
125
125
  Requires-Dist: billiard==4.2.4; extra == "frozen"
126
126
  Requires-Dist: blinker==1.9.0; extra == "frozen"
127
- Requires-Dist: boto3==1.42.10; extra == "frozen"
128
- Requires-Dist: botocore==1.42.10; extra == "frozen"
127
+ Requires-Dist: boto3==1.42.14; extra == "frozen"
128
+ Requires-Dist: botocore==1.42.14; extra == "frozen"
129
129
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
130
130
  Requires-Dist: celery==5.6.0; extra == "frozen"
131
131
  Requires-Dist: certifi==2025.11.12; extra == "frozen"
@@ -148,9 +148,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
148
148
  Requires-Dist: decorator==5.2.1; extra == "frozen"
149
149
  Requires-Dist: dill==0.4.0; extra == "frozen"
150
150
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
151
- Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
151
+ Requires-Dist: dkist-processing-common==11.9.2; extra == "frozen"
152
152
  Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
153
- Requires-Dist: dkist-processing-dlnirsp==0.32.8; extra == "frozen"
153
+ Requires-Dist: dkist-processing-dlnirsp==0.32.9; extra == "frozen"
154
154
  Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
155
155
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
156
156
  Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
@@ -164,7 +164,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
164
164
  Requires-Dist: fonttools==4.61.1; extra == "frozen"
165
165
  Requires-Dist: frozenlist==1.8.0; extra == "frozen"
166
166
  Requires-Dist: fsspec==2025.12.0; extra == "frozen"
167
- Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
167
+ Requires-Dist: globus-sdk==4.3.0; extra == "frozen"
168
168
  Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
169
169
  Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
170
170
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -173,10 +173,10 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
173
173
  Requires-Dist: h11==0.16.0; extra == "frozen"
174
174
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
175
175
  Requires-Dist: httpx==0.28.1; extra == "frozen"
176
- Requires-Dist: humanize==4.14.0; extra == "frozen"
176
+ Requires-Dist: humanize==4.15.0; extra == "frozen"
177
177
  Requires-Dist: idna==3.11; extra == "frozen"
178
178
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
179
- Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
179
+ Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
180
180
  Requires-Dist: inflection==0.5.1; extra == "frozen"
181
181
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
182
182
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
@@ -194,7 +194,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
194
194
  Requires-Dist: lockfile==0.12.2; extra == "frozen"
195
195
  Requires-Dist: loguru==0.7.3; extra == "frozen"
196
196
  Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
197
- Requires-Dist: marshmallow==3.26.1; extra == "frozen"
197
+ Requires-Dist: marshmallow==3.26.2; extra == "frozen"
198
198
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
199
199
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
200
200
  Requires-Dist: matplotlib==3.10.8; extra == "frozen"
@@ -259,7 +259,7 @@ Requires-Dist: pydantic==2.12.5; extra == "frozen"
259
259
  Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
260
260
  Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
261
261
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
262
- Requires-Dist: pyparsing==3.2.5; extra == "frozen"
262
+ Requires-Dist: pyparsing==3.3.0; extra == "frozen"
263
263
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
264
264
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
265
265
  Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
@@ -275,21 +275,21 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
275
275
  Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
276
276
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
277
277
  Requires-Dist: s3transfer==0.16.0; extra == "frozen"
278
- Requires-Dist: scikit-image==0.25.2; extra == "frozen"
278
+ Requires-Dist: scikit-image==0.26.0; extra == "frozen"
279
279
  Requires-Dist: scipy==1.15.3; extra == "frozen"
280
280
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
281
281
  Requires-Dist: setproctitle==1.3.7; extra == "frozen"
282
282
  Requires-Dist: six==1.17.0; extra == "frozen"
283
283
  Requires-Dist: solar-wavelength-calibration==2.0.0; extra == "frozen"
284
284
  Requires-Dist: sqids==0.5.1; extra == "frozen"
285
- Requires-Dist: sqlparse==0.5.4; extra == "frozen"
285
+ Requires-Dist: sqlparse==0.5.5; extra == "frozen"
286
286
  Requires-Dist: sunpy==6.1.1; extra == "frozen"
287
287
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
288
288
  Requires-Dist: talus==1.3.4; extra == "frozen"
289
289
  Requires-Dist: tenacity==8.5.0; extra == "frozen"
290
290
  Requires-Dist: termcolor==3.2.0; extra == "frozen"
291
291
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
292
- Requires-Dist: tifffile==2025.12.12; extra == "frozen"
292
+ Requires-Dist: tifffile==2025.12.20; extra == "frozen"
293
293
  Requires-Dist: tornado==6.5.4; extra == "frozen"
294
294
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
295
295
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
@@ -302,7 +302,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
302
302
  Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
303
303
  Requires-Dist: urllib3==2.6.2; extra == "frozen"
304
304
  Requires-Dist: vine==5.1.0; extra == "frozen"
305
- Requires-Dist: voluptuous==0.15.2; extra == "frozen"
305
+ Requires-Dist: voluptuous==0.16.0; extra == "frozen"
306
306
  Requires-Dist: wcwidth==0.2.14; extra == "frozen"
307
307
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
308
308
  Requires-Dist: wrapt==1.17.3; extra == "frozen"
@@ -39,7 +39,7 @@ dkist_processing_dlnirsp/tasks/mixin/__init__.py,sha256=5PMbkD6K0zTfhCxv8vg2lvJC
39
39
  dkist_processing_dlnirsp/tasks/mixin/corrections.py,sha256=MRZXCEc0KBE-9cQUpRP-K3ioDYRH8_ORFlJcH2SsmWA,6803
40
40
  dkist_processing_dlnirsp/tasks/mixin/group_id.py,sha256=u28XLVtvZ_lmzzaSX2SuA2MOiY69GC8AJsic2Vi2OSQ,11137
41
41
  dkist_processing_dlnirsp/tests/__init__.py,sha256=UHIAs0SglAXeB7UeDgVwo1EE9QPRq3rG3BZkiCpBq7M,42
42
- dkist_processing_dlnirsp/tests/conftest.py,sha256=Xp02ZyHi6X3FzyY_IQOjLsH3gOA9zK7KGo9gpeeO6jw,68768
42
+ dkist_processing_dlnirsp/tests/conftest.py,sha256=rg-Itu6hwzJnFrOS5REfzbjODE0Tyl02hD-Dhx3zzR0,68790
43
43
  dkist_processing_dlnirsp/tests/test_assemble_movie.py,sha256=hKAIHCRQu8fZwCuWsX_4WHFrDpC0bDQ9CCI9A5bRkqg,5665
44
44
  dkist_processing_dlnirsp/tests/test_assemble_quality.py,sha256=djZsVSuRGl3akH3LmYjWvYuNSUFFQfS5y0S3Op7lQIE,1327
45
45
  dkist_processing_dlnirsp/tests/test_bad_pixel_map.py,sha256=g5jWhVGSHMOtkcdiZ27G51ciud4ySjoDAjvMGLlgTIM,6093
@@ -61,7 +61,7 @@ dkist_processing_dlnirsp/tests/test_quality.py,sha256=OBWva_E6T5RfDuo73LiTdTr7uh
61
61
  dkist_processing_dlnirsp/tests/test_science.py,sha256=1DKqKNAEZEsVCffYz_TiEc2REG7cBIfGeig1kJK4ZtE,20902
62
62
  dkist_processing_dlnirsp/tests/test_solar.py,sha256=jTNnxs5fE8R_hLvmdAU9x4RXJaSpJWGQajL7kzXTxPQ,12111
63
63
  dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py,sha256=5wgj4PhiB-JRl7Sm7EUIvk5DDcFYpytpVLPmMbPuN_Y,2807
64
- dkist_processing_dlnirsp/tests/test_wavelength_calibration.py,sha256=GFGXtl0KdClolknAwfR0aG5t-Ux5N5mynol4dKp0cn8,14830
64
+ dkist_processing_dlnirsp/tests/test_wavelength_calibration.py,sha256=Yp5A2I8WHrnKha56W_8o5BxVH21jervGsS0thN7ptn0,15028
65
65
  dkist_processing_dlnirsp/tests/test_workflows.py,sha256=cRw_c90B-ZXGaw0vVWymYCE-_Ll6mBeM7aHsu-uXewo,290
66
66
  dkist_processing_dlnirsp/tests/test_write_l1.py,sha256=J9D1QqCDe0IzYsphA4s_ciDEL0tUUSV1KLm8yo9mxyM,13335
67
67
  dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -94,8 +94,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
94
94
  docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
95
95
  docs/wavelength_calibration.rst,sha256=QGUd5Xmv5f7WQ1EKvw2CcgiMJQULjzdCW1hSQ8h8jj0,4123
96
96
  licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
97
- dkist_processing_dlnirsp-0.32.8.dist-info/METADATA,sha256=ORbWeb4x6DYDu3wN0vVwL00qSayzvXv-2CEQYqyR-0s,30061
98
- dkist_processing_dlnirsp-0.32.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
99
- dkist_processing_dlnirsp-0.32.8.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
100
- dkist_processing_dlnirsp-0.32.8.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
101
- dkist_processing_dlnirsp-0.32.8.dist-info/RECORD,,
97
+ dkist_processing_dlnirsp-0.32.9.dist-info/METADATA,sha256=8tlxOIi9gl7x7ZKQhUtEGYR7rk49DFqUr6OgdMg_-gA,30061
98
+ dkist_processing_dlnirsp-0.32.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
99
+ dkist_processing_dlnirsp-0.32.9.dist-info/entry_points.txt,sha256=p4-7cpIfxmQGFUDIP5n5noE5KADHN2-JvV03e0gOx9s,140
100
+ dkist_processing_dlnirsp-0.32.9.dist-info/top_level.txt,sha256=4WmLV9LQM78KTFnkHmtaOJvVHAPpz0m9ruzDS-B_cUo,49
101
+ dkist_processing_dlnirsp-0.32.9.dist-info/RECORD,,