dkist-processing-dlnirsp 0.32.7rc2__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.
- dkist_processing_dlnirsp/tests/conftest.py +1 -1
- dkist_processing_dlnirsp/tests/test_wavelength_calibration.py +4 -1
- {dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/METADATA +55 -56
- {dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/RECORD +7 -8
- changelog/118.feature.rst +0 -1
- {dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/WHEEL +0 -0
- {dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/entry_points.txt +0 -0
- {dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/top_level.txt +0 -0
|
@@ -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": "
|
|
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
|
-
|
|
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
|
{dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-dlnirsp
|
|
3
|
-
Version: 0.32.
|
|
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,11 +13,11 @@ 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.
|
|
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
|
|
20
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
20
|
+
Requires-Dist: dkist-fits-specifications==4.19.0
|
|
21
21
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
22
22
|
Requires-Dist: dkist-service-configuration==4.1.13
|
|
23
23
|
Requires-Dist: astropy==7.0.2
|
|
@@ -86,7 +86,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: Pygments==2.19.2; extra == "frozen"
|
|
87
87
|
Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
|
|
88
88
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
89
|
-
Requires-Dist: SQLAlchemy-Utils==0.42.
|
|
89
|
+
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
92
92
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
@@ -99,16 +99,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: apache-airflow-providers-celery==3.14.
|
|
103
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.10.
|
|
102
|
+
Requires-Dist: apache-airflow-providers-celery==3.14.1; extra == "frozen"
|
|
103
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.10.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.30.
|
|
105
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: apache-airflow-providers-http==5.6.
|
|
109
|
-
Requires-Dist: apache-airflow-providers-imap==3.10.
|
|
110
|
-
Requires-Dist: apache-airflow-providers-postgres==6.5.
|
|
111
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
108
|
+
Requires-Dist: apache-airflow-providers-http==5.6.1; extra == "frozen"
|
|
109
|
+
Requires-Dist: apache-airflow-providers-imap==3.10.1; extra == "frozen"
|
|
110
|
+
Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
|
|
111
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
|
|
112
112
|
Requires-Dist: apache-airflow-providers-sqlite==4.2.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: apispec==6.9.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
128
|
-
Requires-Dist: botocore==1.42.
|
|
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,36 +148,35 @@ 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.
|
|
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.
|
|
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"
|
|
157
157
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
158
|
+
Requires-Dist: dkist_fits_specifications==4.19.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: exceptiongroup==1.3.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
163
163
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
164
|
-
Requires-Dist: fonttools==4.61.
|
|
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.
|
|
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"
|
|
171
|
-
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
172
171
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
173
172
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
174
173
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
175
174
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
176
175
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
177
|
-
Requires-Dist: humanize==4.
|
|
176
|
+
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
178
177
|
Requires-Dist: idna==3.11; extra == "frozen"
|
|
179
178
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
180
|
-
Requires-Dist: importlib_metadata==8.7.
|
|
179
|
+
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
181
180
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
182
181
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
183
182
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
@@ -195,10 +194,10 @@ 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==4.0.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: marshmallow==3.26.
|
|
197
|
+
Requires-Dist: marshmallow==3.26.2; extra == "frozen"
|
|
199
198
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
200
199
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
201
|
-
Requires-Dist: matplotlib==3.10.
|
|
200
|
+
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
202
201
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
203
202
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
204
203
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -210,30 +209,30 @@ Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
|
210
209
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
211
210
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
212
211
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
213
|
-
Requires-Dist: opentelemetry-api==1.39.
|
|
214
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.39.
|
|
215
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.
|
|
216
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.
|
|
217
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
222
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
223
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
224
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
225
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
226
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
227
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
228
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
229
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
230
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
231
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
212
|
+
Requires-Dist: opentelemetry-api==1.39.1; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.39.1; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.1; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.1; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.1; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation==0.60b1; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b1; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.60b1; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.60b1; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.60b1; extra == "frozen"
|
|
222
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b1; extra == "frozen"
|
|
223
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b1; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.60b1; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b1; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b1; extra == "frozen"
|
|
227
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.60b1; extra == "frozen"
|
|
228
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b1; extra == "frozen"
|
|
229
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b1; extra == "frozen"
|
|
230
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b1; extra == "frozen"
|
|
232
231
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
233
|
-
Requires-Dist: opentelemetry-proto==1.39.
|
|
234
|
-
Requires-Dist: opentelemetry-sdk==1.39.
|
|
235
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
236
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
232
|
+
Requires-Dist: opentelemetry-proto==1.39.1; extra == "frozen"
|
|
233
|
+
Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
|
|
234
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
|
|
235
|
+
Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
|
|
237
236
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
@@ -260,7 +259,7 @@ Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
|
260
259
|
Requires-Dist: pydantic-settings==2.12.0; extra == "frozen"
|
|
261
260
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
262
261
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
263
|
-
Requires-Dist: pyparsing==3.
|
|
262
|
+
Requires-Dist: pyparsing==3.3.0; extra == "frozen"
|
|
264
263
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
265
264
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
266
265
|
Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
|
|
@@ -276,34 +275,34 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
276
275
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
277
276
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
278
277
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
279
|
-
Requires-Dist: scikit-image==0.
|
|
278
|
+
Requires-Dist: scikit-image==0.26.0; extra == "frozen"
|
|
280
279
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
281
280
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
282
281
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
283
282
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
284
283
|
Requires-Dist: solar-wavelength-calibration==2.0.0; extra == "frozen"
|
|
285
284
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
286
|
-
Requires-Dist: sqlparse==0.5.
|
|
285
|
+
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
287
286
|
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
288
287
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
289
288
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
290
289
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
291
290
|
Requires-Dist: termcolor==3.2.0; extra == "frozen"
|
|
292
291
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
293
|
-
Requires-Dist: tifffile==2025.
|
|
294
|
-
Requires-Dist: tornado==6.5.
|
|
292
|
+
Requires-Dist: tifffile==2025.12.20; extra == "frozen"
|
|
293
|
+
Requires-Dist: tornado==6.5.4; extra == "frozen"
|
|
295
294
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
296
295
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
297
296
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
298
297
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
299
|
-
Requires-Dist: tzdata==2025.
|
|
298
|
+
Requires-Dist: tzdata==2025.3; extra == "frozen"
|
|
300
299
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
301
300
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
302
301
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
303
302
|
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
304
|
-
Requires-Dist: urllib3==2.6.
|
|
303
|
+
Requires-Dist: urllib3==2.6.2; extra == "frozen"
|
|
305
304
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
306
|
-
Requires-Dist: voluptuous==0.
|
|
305
|
+
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
307
306
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
308
307
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
309
308
|
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
{dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
changelog/118.feature.rst,sha256=DABDybyOmkTnXPtHiZBlH3ct3YbIx0DVW8rQeBmxnEs,128
|
|
3
2
|
dkist_processing_dlnirsp/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
|
|
4
3
|
dkist_processing_dlnirsp/config.py,sha256=3jM7P00T-Xlzfnvc3jwRiFtinW5GoTczQ6qNLLpwQCo,624
|
|
5
4
|
dkist_processing_dlnirsp/dev_scripts/__init__.py,sha256=tITkbcFg1a-24sdFaWK8OyLrQSQk7AI6Ycs8PHHfHEM,83
|
|
@@ -40,7 +39,7 @@ dkist_processing_dlnirsp/tasks/mixin/__init__.py,sha256=5PMbkD6K0zTfhCxv8vg2lvJC
|
|
|
40
39
|
dkist_processing_dlnirsp/tasks/mixin/corrections.py,sha256=MRZXCEc0KBE-9cQUpRP-K3ioDYRH8_ORFlJcH2SsmWA,6803
|
|
41
40
|
dkist_processing_dlnirsp/tasks/mixin/group_id.py,sha256=u28XLVtvZ_lmzzaSX2SuA2MOiY69GC8AJsic2Vi2OSQ,11137
|
|
42
41
|
dkist_processing_dlnirsp/tests/__init__.py,sha256=UHIAs0SglAXeB7UeDgVwo1EE9QPRq3rG3BZkiCpBq7M,42
|
|
43
|
-
dkist_processing_dlnirsp/tests/conftest.py,sha256=
|
|
42
|
+
dkist_processing_dlnirsp/tests/conftest.py,sha256=rg-Itu6hwzJnFrOS5REfzbjODE0Tyl02hD-Dhx3zzR0,68790
|
|
44
43
|
dkist_processing_dlnirsp/tests/test_assemble_movie.py,sha256=hKAIHCRQu8fZwCuWsX_4WHFrDpC0bDQ9CCI9A5bRkqg,5665
|
|
45
44
|
dkist_processing_dlnirsp/tests/test_assemble_quality.py,sha256=djZsVSuRGl3akH3LmYjWvYuNSUFFQfS5y0S3Op7lQIE,1327
|
|
46
45
|
dkist_processing_dlnirsp/tests/test_bad_pixel_map.py,sha256=g5jWhVGSHMOtkcdiZ27G51ciud4ySjoDAjvMGLlgTIM,6093
|
|
@@ -62,7 +61,7 @@ dkist_processing_dlnirsp/tests/test_quality.py,sha256=OBWva_E6T5RfDuo73LiTdTr7uh
|
|
|
62
61
|
dkist_processing_dlnirsp/tests/test_science.py,sha256=1DKqKNAEZEsVCffYz_TiEc2REG7cBIfGeig1kJK4ZtE,20902
|
|
63
62
|
dkist_processing_dlnirsp/tests/test_solar.py,sha256=jTNnxs5fE8R_hLvmdAU9x4RXJaSpJWGQajL7kzXTxPQ,12111
|
|
64
63
|
dkist_processing_dlnirsp/tests/test_trial_create_quality_report.py,sha256=5wgj4PhiB-JRl7Sm7EUIvk5DDcFYpytpVLPmMbPuN_Y,2807
|
|
65
|
-
dkist_processing_dlnirsp/tests/test_wavelength_calibration.py,sha256=
|
|
64
|
+
dkist_processing_dlnirsp/tests/test_wavelength_calibration.py,sha256=Yp5A2I8WHrnKha56W_8o5BxVH21jervGsS0thN7ptn0,15028
|
|
66
65
|
dkist_processing_dlnirsp/tests/test_workflows.py,sha256=cRw_c90B-ZXGaw0vVWymYCE-_Ll6mBeM7aHsu-uXewo,290
|
|
67
66
|
dkist_processing_dlnirsp/tests/test_write_l1.py,sha256=J9D1QqCDe0IzYsphA4s_ciDEL0tUUSV1KLm8yo9mxyM,13335
|
|
68
67
|
dkist_processing_dlnirsp/tests/local_trial_workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -95,8 +94,8 @@ docs/science_calibration.rst,sha256=JUMeS7KyIsL9cUuy-IdV2tQ-wQ2lBx6j8u_51ThJzVg,
|
|
|
95
94
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
96
95
|
docs/wavelength_calibration.rst,sha256=QGUd5Xmv5f7WQ1EKvw2CcgiMJQULjzdCW1hSQ8h8jj0,4123
|
|
97
96
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
98
|
-
dkist_processing_dlnirsp-0.32.
|
|
99
|
-
dkist_processing_dlnirsp-0.32.
|
|
100
|
-
dkist_processing_dlnirsp-0.32.
|
|
101
|
-
dkist_processing_dlnirsp-0.32.
|
|
102
|
-
dkist_processing_dlnirsp-0.32.
|
|
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,,
|
changelog/118.feature.rst
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Store quality data in object store and revise the workflow so that DlnirspAssembleQualityData precedes the TransferL1Data task.
|
{dkist_processing_dlnirsp-0.32.7rc2.dist-info → dkist_processing_dlnirsp-0.32.9.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|