dkist-processing-vbi 1.25.4__py3-none-any.whl → 1.25.6__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_vbi/workflows/l0_processing.py +2 -2
- dkist_processing_vbi/workflows/summit_data_processing.py +4 -2
- dkist_processing_vbi/workflows/trial_workflows.py +6 -2
- {dkist_processing_vbi-1.25.4.dist-info → dkist_processing_vbi-1.25.6.dist-info}/METADATA +55 -51
- {dkist_processing_vbi-1.25.4.dist-info → dkist_processing_vbi-1.25.6.dist-info}/RECORD +7 -7
- {dkist_processing_vbi-1.25.4.dist-info → dkist_processing_vbi-1.25.6.dist-info}/WHEEL +0 -0
- {dkist_processing_vbi-1.25.4.dist-info → dkist_processing_vbi-1.25.6.dist-info}/top_level.txt +0 -0
|
@@ -60,10 +60,10 @@ l0_pipeline.add_node(
|
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
# Output flow
|
|
63
|
-
l0_pipeline.add_node(task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie])
|
|
64
63
|
l0_pipeline.add_node(
|
|
65
|
-
task=
|
|
64
|
+
task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie, AssembleQualityData]
|
|
66
65
|
)
|
|
66
|
+
l0_pipeline.add_node(task=SubmitDatasetMetadata, upstreams=[VbiWriteL1Frame, AssembleVbiMovie])
|
|
67
67
|
l0_pipeline.add_node(
|
|
68
68
|
task=PublishCatalogAndQualityMessages, upstreams=[SubmitDatasetMetadata, TransferL1Data]
|
|
69
69
|
)
|
|
@@ -54,9 +54,11 @@ summit_processed_data.add_node(
|
|
|
54
54
|
|
|
55
55
|
# Output flow
|
|
56
56
|
summit_processed_data.add_node(
|
|
57
|
-
task=SubmitDatasetMetadata, upstreams=[VbiWriteL1Frame,
|
|
57
|
+
task=SubmitDatasetMetadata, upstreams=[VbiWriteL1Frame, AssembleVbiMovie]
|
|
58
|
+
)
|
|
59
|
+
summit_processed_data.add_node(
|
|
60
|
+
task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie, AssembleQualityData]
|
|
58
61
|
)
|
|
59
|
-
summit_processed_data.add_node(task=TransferL1Data, upstreams=[VbiWriteL1Frame, AssembleVbiMovie])
|
|
60
62
|
summit_processed_data.add_node(
|
|
61
63
|
task=PublishCatalogAndQualityMessages, upstreams=[SubmitDatasetMetadata, TransferL1Data]
|
|
62
64
|
)
|
|
@@ -60,7 +60,9 @@ full_trial_summit_pipeline.add_node(
|
|
|
60
60
|
task=CreateTrialAsdf, upstreams=VbiWriteL1Frame, pip_extras=["asdf"]
|
|
61
61
|
)
|
|
62
62
|
full_trial_summit_pipeline.add_node(
|
|
63
|
-
task=CreateTrialQualityReport,
|
|
63
|
+
task=CreateTrialQualityReport,
|
|
64
|
+
upstreams=AssembleQualityData,
|
|
65
|
+
pip_extras=["quality", "inventory"],
|
|
64
66
|
)
|
|
65
67
|
full_trial_summit_pipeline.add_node(
|
|
66
68
|
task=TransferTrialData,
|
|
@@ -113,7 +115,9 @@ full_trial_no_speckle_pipeline.add_node(
|
|
|
113
115
|
task=CreateTrialAsdf, upstreams=VbiWriteL1Frame, pip_extras=["asdf"]
|
|
114
116
|
)
|
|
115
117
|
full_trial_no_speckle_pipeline.add_node(
|
|
116
|
-
task=CreateTrialQualityReport,
|
|
118
|
+
task=CreateTrialQualityReport,
|
|
119
|
+
upstreams=AssembleQualityData,
|
|
120
|
+
pip_extras=["quality", "inventory"],
|
|
117
121
|
)
|
|
118
122
|
full_trial_no_speckle_pipeline.add_node(
|
|
119
123
|
task=TransferTrialData,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-vbi
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.6
|
|
4
4
|
Summary: Processing code for the VBI 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.
|
|
16
|
+
Requires-Dist: dkist-processing-common==11.9.1
|
|
17
17
|
Requires-Dist: dkist-processing-math==2.2.1
|
|
18
18
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
19
19
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -24,7 +24,7 @@ Requires-Dist: scipy==1.15.3
|
|
|
24
24
|
Requires-Dist: pillow==10.4.0
|
|
25
25
|
Requires-Dist: moviepy==2.1.2
|
|
26
26
|
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
27
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
27
|
+
Requires-Dist: dkist-service-configuration==4.1.13
|
|
28
28
|
Provides-Extra: test
|
|
29
29
|
Requires-Dist: pytest; extra == "test"
|
|
30
30
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -37,10 +37,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
|
|
|
37
37
|
Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
|
|
38
38
|
Provides-Extra: inventory
|
|
39
39
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
40
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
40
|
+
Requires-Dist: dkist-inventory==1.11.2; extra == "inventory"
|
|
41
41
|
Provides-Extra: asdf
|
|
42
42
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
43
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
43
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.2; extra == "asdf"
|
|
44
44
|
Provides-Extra: quality
|
|
45
45
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
46
46
|
Provides-Extra: grogu
|
|
@@ -91,10 +91,10 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
91
91
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: anyio==4.12.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
94
|
+
Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
97
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
|
|
98
98
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
99
99
|
Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
|
|
100
100
|
Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
|
|
@@ -110,14 +110,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: asgiref==3.11.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: asteval==1.0.7; extra == "frozen"
|
|
112
112
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: astropy-iers-data==0.2025.12.
|
|
113
|
+
Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
|
|
114
114
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
115
115
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
118
118
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: boto3==1.42.
|
|
120
|
-
Requires-Dist: botocore==1.42.
|
|
119
|
+
Requires-Dist: boto3==1.42.5; extra == "frozen"
|
|
120
|
+
Requires-Dist: botocore==1.42.5; extra == "frozen"
|
|
121
121
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: celery==5.6.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: certifi==2025.11.12; extra == "frozen"
|
|
@@ -140,12 +140,12 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
141
141
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
143
|
-
Requires-Dist: dkist-processing-common==11.
|
|
144
|
-
Requires-Dist: dkist-processing-core==6.0.
|
|
143
|
+
Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
|
|
144
|
+
Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
|
|
145
145
|
Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
|
|
146
146
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
147
|
-
Requires-Dist: dkist-processing-vbi==1.25.
|
|
148
|
-
Requires-Dist: dkist-service-configuration==4.1.
|
|
147
|
+
Requires-Dist: dkist-processing-vbi==1.25.6; extra == "frozen"
|
|
148
|
+
Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
|
|
149
149
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
151
151
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -155,12 +155,12 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: fonttools==4.61.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
158
|
-
Requires-Dist: fsspec==2025.
|
|
159
|
-
Requires-Dist: globus-sdk==
|
|
158
|
+
Requires-Dist: fsspec==2025.12.0; extra == "frozen"
|
|
159
|
+
Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
|
|
160
160
|
Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
|
|
161
161
|
Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
163
|
-
Requires-Dist: greenlet==3.
|
|
163
|
+
Requires-Dist: greenlet==3.3.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: grpcio==1.76.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
166
166
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -197,33 +197,33 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
197
197
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
198
198
|
Requires-Dist: multidict==6.7.0; extra == "frozen"
|
|
199
199
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
200
|
-
Requires-Dist: networkx==3.6; extra == "frozen"
|
|
200
|
+
Requires-Dist: networkx==3.6.1; extra == "frozen"
|
|
201
201
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
202
202
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
203
|
-
Requires-Dist: opentelemetry-api==1.
|
|
204
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
205
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
206
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
207
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
208
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
209
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
210
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
211
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
212
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
213
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
214
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
215
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
216
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
217
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
218
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
219
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
220
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
221
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
203
|
+
Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
|
|
204
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
|
|
205
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
|
|
206
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
|
|
207
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
|
|
208
|
+
Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
|
|
209
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
|
|
210
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
|
|
211
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
|
|
212
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
|
|
213
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
|
|
214
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
|
|
215
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
|
|
216
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
|
|
217
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
|
|
218
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
|
|
219
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
|
|
220
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
|
|
221
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
|
|
222
222
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
223
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
224
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
225
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
226
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
223
|
+
Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
|
|
224
|
+
Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
|
|
225
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
|
|
226
|
+
Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
|
|
227
227
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
229
229
|
Requires-Dist: pandas==2.3.3; extra == "frozen"
|
|
@@ -234,7 +234,7 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
234
234
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: pip==25.3; extra == "frozen"
|
|
237
|
-
Requires-Dist: platformdirs==4.5.
|
|
237
|
+
Requires-Dist: platformdirs==4.5.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
240
240
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -242,7 +242,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
242
242
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
243
243
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
244
244
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
245
|
-
Requires-Dist: protobuf==6.33.
|
|
245
|
+
Requires-Dist: protobuf==6.33.2; extra == "frozen"
|
|
246
246
|
Requires-Dist: psutil==7.1.3; extra == "frozen"
|
|
247
247
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
248
248
|
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
@@ -290,8 +290,8 @@ Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
|
290
290
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
291
291
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
292
292
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
293
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
294
|
-
Requires-Dist: urllib3==2.
|
|
293
|
+
Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
|
|
294
|
+
Requires-Dist: urllib3==2.6.1; extra == "frozen"
|
|
295
295
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
296
296
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
297
297
|
Requires-Dist: wcwidth==0.2.14; extra == "frozen"
|
|
@@ -336,6 +336,10 @@ Environment Variables
|
|
|
336
336
|
- annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
|
|
337
337
|
* - NOMAD_ALLOC_ID
|
|
338
338
|
- annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
|
|
339
|
+
* - NOMAD_ALLOC_NAME
|
|
340
|
+
- annotation=str required=False default='unknown-allocation-name' alias='NOMAD_ALLOC_NAME' alias_priority=2 description='Allocation name for the deployed container the task is running on.'
|
|
341
|
+
* - NOMAD_GROUP_NAME
|
|
342
|
+
- annotation=str required=False default='unknown-allocation-group' alias='NOMAD_GROUP_NAME' alias_priority=2 description='Allocation group for the deployed container the task is running on'
|
|
339
343
|
* - OTEL_EXPORTER_OTLP_TRACES_INSECURE
|
|
340
344
|
- annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
|
|
341
345
|
* - OTEL_EXPORTER_OTLP_METRICS_INSECURE
|
|
@@ -376,12 +380,12 @@ Environment Variables
|
|
|
376
380
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
|
|
377
381
|
* - S3_DOWNLOAD_CONFIG
|
|
378
382
|
- annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
|
|
379
|
-
* -
|
|
380
|
-
- annotation=
|
|
381
|
-
* -
|
|
382
|
-
- annotation=
|
|
383
|
-
* -
|
|
384
|
-
- annotation=
|
|
383
|
+
* - GLOBUS_MAX_RETRIES
|
|
384
|
+
- annotation=int required=False default=5 description='Max retries for transient errors on calls to the globus api.'
|
|
385
|
+
* - GLOBUS_INBOUND_CLIENT_CREDENTIALS
|
|
386
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for inbound transfers.' examples=[[{'client_id': 'id1', 'client_secret': 'secret1'}, {'client_id': 'id2', 'client_secret': 'secret2'}]]
|
|
387
|
+
* - GLOBUS_OUTBOUND_CLIENT_CREDENTIALS
|
|
388
|
+
- annotation=list[GlobusClientCredential] required=False default_factory=list description='Globus client credentials for outbound transfers.' examples=[[{'client_id': 'id3', 'client_secret': 'secret3'}, {'client_id': 'id4', 'client_secret': 'secret4'}]]
|
|
385
389
|
* - OBJECT_STORE_ENDPOINT
|
|
386
390
|
- annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
|
|
387
391
|
* - SCRATCH_ENDPOINT
|
|
@@ -43,9 +43,9 @@ dkist_processing_vbi/tests/test_write_l1.py,sha256=OcZY4dGJMnN6ffy2aQPfdOxpWT8IN
|
|
|
43
43
|
dkist_processing_vbi/tests/local_trial_workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
44
|
dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py,sha256=_rdys4_AQ6j-4l5S1HLoaLg-wiu81d_vX3vOUfw6Gr8,9967
|
|
45
45
|
dkist_processing_vbi/workflows/__init__.py,sha256=gfKb3ezwhLoRAfVOxjRZNpNeBY8WONH8K0g2f3jCJZk,101
|
|
46
|
-
dkist_processing_vbi/workflows/l0_processing.py,sha256=
|
|
47
|
-
dkist_processing_vbi/workflows/summit_data_processing.py,sha256=
|
|
48
|
-
dkist_processing_vbi/workflows/trial_workflows.py,sha256=
|
|
46
|
+
dkist_processing_vbi/workflows/l0_processing.py,sha256=qsrGx1HXaBcWn7Jo8wTuG9KencR8ReMuiQzvEFMbjLA,3016
|
|
47
|
+
dkist_processing_vbi/workflows/summit_data_processing.py,sha256=3DP15G_La-2MMJRq-8fWB310m_rTHWOeH59DEGsbYLg,2852
|
|
48
|
+
dkist_processing_vbi/workflows/trial_workflows.py,sha256=GKYyqMhA23F0oYImeCRSZXKznQcf5fmXO6XdcDAAXUk,5267
|
|
49
49
|
docs/Makefile,sha256=qnlVz6PuBqE39NfHWuUnHhNEA-EFgT2-WJNNNy9ttfk,4598
|
|
50
50
|
docs/changelog.rst,sha256=ZpZPJIyl4nI0Eicku6uSrLdiinNOF2GcZwrvTEsb-Zs,346
|
|
51
51
|
docs/conf.py,sha256=S7saly8P09_RRZ0Eva8tn50OiV-TKZu1xNXIUSajTVE,2027
|
|
@@ -60,7 +60,7 @@ docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
|
|
|
60
60
|
docs/requirements_table.rst,sha256=lu3sizCldCfQZTkX-_KZfV07U7j6nq-ZgA_nimpwoFk,291
|
|
61
61
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
62
62
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
63
|
-
dkist_processing_vbi-1.25.
|
|
64
|
-
dkist_processing_vbi-1.25.
|
|
65
|
-
dkist_processing_vbi-1.25.
|
|
66
|
-
dkist_processing_vbi-1.25.
|
|
63
|
+
dkist_processing_vbi-1.25.6.dist-info/METADATA,sha256=yg8TmO2snUfvXxwOm4fA210ky7pwdEiwlE3sw_7AkcQ,29347
|
|
64
|
+
dkist_processing_vbi-1.25.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
65
|
+
dkist_processing_vbi-1.25.6.dist-info/top_level.txt,sha256=0haPknO-Vs_9QzeelcUGELlVwvJ28UeH5uQnBF2w5nQ,45
|
|
66
|
+
dkist_processing_vbi-1.25.6.dist-info/RECORD,,
|
|
File without changes
|
{dkist_processing_vbi-1.25.4.dist-info → dkist_processing_vbi-1.25.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|