dkist-processing-vbi 1.22.0__py3-none-any.whl → 1.25.2__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.
Files changed (44) hide show
  1. dkist_processing_vbi/__init__.py +1 -0
  2. dkist_processing_vbi/config.py +1 -0
  3. dkist_processing_vbi/models/constants.py +1 -0
  4. dkist_processing_vbi/models/filter.py +1 -0
  5. dkist_processing_vbi/models/parameters.py +1 -0
  6. dkist_processing_vbi/models/tags.py +1 -0
  7. dkist_processing_vbi/parsers/mosaic_repeats.py +1 -0
  8. dkist_processing_vbi/parsers/spatial_step_pattern.py +1 -0
  9. dkist_processing_vbi/parsers/vbi_l0_fits_access.py +1 -0
  10. dkist_processing_vbi/parsers/vbi_l1_fits_access.py +1 -0
  11. dkist_processing_vbi/tasks/__init__.py +1 -0
  12. dkist_processing_vbi/tasks/assemble_movie.py +1 -0
  13. dkist_processing_vbi/tasks/dark.py +5 -6
  14. dkist_processing_vbi/tasks/gain.py +5 -4
  15. dkist_processing_vbi/tasks/make_movie_frames.py +5 -6
  16. dkist_processing_vbi/tasks/parse.py +1 -0
  17. dkist_processing_vbi/tasks/process_summit_processed.py +2 -1
  18. dkist_processing_vbi/tasks/quality_metrics.py +3 -2
  19. dkist_processing_vbi/tasks/science.py +5 -4
  20. dkist_processing_vbi/tasks/vbi_base.py +1 -0
  21. dkist_processing_vbi/tasks/write_l1.py +2 -1
  22. dkist_processing_vbi/tests/conftest.py +12 -0
  23. dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -20
  24. dkist_processing_vbi/tests/test_assemble_movie.py +6 -4
  25. dkist_processing_vbi/tests/test_dark.py +3 -4
  26. dkist_processing_vbi/tests/test_gain.py +4 -5
  27. dkist_processing_vbi/tests/test_make_movie_frames.py +4 -5
  28. dkist_processing_vbi/tests/test_parse_l0.py +19 -14
  29. dkist_processing_vbi/tests/test_parse_summit.py +8 -6
  30. dkist_processing_vbi/tests/test_process_summit.py +6 -7
  31. dkist_processing_vbi/tests/test_science.py +4 -5
  32. dkist_processing_vbi/tests/test_vbi_constants.py +1 -2
  33. dkist_processing_vbi/tests/test_workflows.py +1 -0
  34. dkist_processing_vbi/tests/test_write_l1.py +4 -3
  35. dkist_processing_vbi/workflows/__init__.py +1 -0
  36. dkist_processing_vbi/workflows/l0_processing.py +1 -0
  37. dkist_processing_vbi/workflows/summit_data_processing.py +1 -0
  38. dkist_processing_vbi/workflows/trial_workflows.py +1 -0
  39. {dkist_processing_vbi-1.22.0.dist-info → dkist_processing_vbi-1.25.2.dist-info}/METADATA +214 -126
  40. dkist_processing_vbi-1.25.2.dist-info/RECORD +64 -0
  41. docs/conf.py +1 -0
  42. dkist_processing_vbi-1.22.0.dist-info/RECORD +0 -64
  43. {dkist_processing_vbi-1.22.0.dist-info → dkist_processing_vbi-1.25.2.dist-info}/WHEEL +0 -0
  44. {dkist_processing_vbi-1.22.0.dist-info → dkist_processing_vbi-1.25.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-vbi
3
- Version: 1.22.0
3
+ Version: 1.25.2
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
@@ -10,11 +10,11 @@ Project-URL: Documentation, https://docs.dkist.nso.edu/projects/vbi
10
10
  Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.11
14
- Requires-Python: >=3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Requires-Python: >=3.12
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==11.0.1
17
- Requires-Dist: dkist-processing-math==2.2.0
16
+ Requires-Dist: dkist-processing-common==11.8.0
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
20
20
  Requires-Dist: astropy==7.0.2
@@ -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==2.2
27
+ Requires-Dist: dkist-service-configuration==4.1.7
28
28
  Provides-Extra: test
29
29
  Requires-Dist: pytest; extra == "test"
30
30
  Requires-Dist: pytest-cov; extra == "test"
@@ -37,16 +37,16 @@ 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.9.0; extra == "inventory"
40
+ Requires-Dist: dkist-inventory==1.11.1; extra == "inventory"
41
41
  Provides-Extra: asdf
42
42
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
43
- Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
43
+ Requires-Dist: dkist-inventory[asdf]==1.11.1; extra == "asdf"
44
44
  Provides-Extra: quality
45
- Requires-Dist: dkist-quality==1.3.0; extra == "quality"
45
+ Requires-Dist: dkist-quality==2.0.0; extra == "quality"
46
46
  Provides-Extra: grogu
47
47
  Requires-Dist: dkist; extra == "grogu"
48
48
  Requires-Dist: pyparsing; extra == "grogu"
49
- Requires-Dist: dkist-inventory>=1.9.0; extra == "grogu"
49
+ Requires-Dist: dkist-processing-vbi[asdf]; extra == "grogu"
50
50
  Provides-Extra: docs
51
51
  Requires-Dist: sphinx; extra == "docs"
52
52
  Requires-Dist: sphinx-astropy; extra == "docs"
@@ -57,7 +57,7 @@ Requires-Dist: towncrier; extra == "docs"
57
57
  Requires-Dist: dkist-sphinx-theme; extra == "docs"
58
58
  Provides-Extra: frozen
59
59
  Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
60
- Requires-Dist: Deprecated==1.2.18; extra == "frozen"
60
+ Requires-Dist: Deprecated==1.3.1; extra == "frozen"
61
61
  Requires-Dist: Flask==2.2.5; extra == "frozen"
62
62
  Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
63
63
  Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
@@ -70,220 +70,234 @@ Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
70
70
  Requires-Dist: Flask-WTF==1.2.2; extra == "frozen"
71
71
  Requires-Dist: Jinja2==3.1.6; extra == "frozen"
72
72
  Requires-Dist: Mako==1.3.10; extra == "frozen"
73
- Requires-Dist: MarkupSafe==3.0.2; extra == "frozen"
73
+ Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
74
74
  Requires-Dist: PeakUtils==1.3.5; extra == "frozen"
75
75
  Requires-Dist: PyJWT==2.10.1; extra == "frozen"
76
- Requires-Dist: PyYAML==6.0.2; extra == "frozen"
76
+ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
77
77
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
78
78
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
79
79
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
80
- Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
80
+ Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
81
81
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
82
82
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
83
- Requires-Dist: aioftp==0.26.2; extra == "frozen"
83
+ Requires-Dist: aioftp==0.27.2; extra == "frozen"
84
84
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
85
- Requires-Dist: aiohttp==3.12.14; extra == "frozen"
85
+ Requires-Dist: aiohttp==3.13.2; extra == "frozen"
86
86
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
87
- Requires-Dist: alembic==1.16.4; extra == "frozen"
87
+ Requires-Dist: aiosmtplib==5.0.0; extra == "frozen"
88
+ Requires-Dist: alembic==1.17.1; extra == "frozen"
88
89
  Requires-Dist: amqp==5.3.1; extra == "frozen"
89
90
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
90
- Requires-Dist: anyio==4.9.0; extra == "frozen"
91
- Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
92
- Requires-Dist: apache-airflow-providers-celery==3.12.1; extra == "frozen"
93
- Requires-Dist: apache-airflow-providers-common-compat==1.7.2; extra == "frozen"
94
- Requires-Dist: apache-airflow-providers-common-io==1.6.1; extra == "frozen"
95
- Requires-Dist: apache-airflow-providers-common-sql==1.27.3; extra == "frozen"
91
+ Requires-Dist: anyio==4.11.0; extra == "frozen"
92
+ Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
93
+ Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
94
+ Requires-Dist: apache-airflow-providers-common-compat==1.8.0; extra == "frozen"
95
+ Requires-Dist: apache-airflow-providers-common-io==1.6.4; extra == "frozen"
96
+ Requires-Dist: apache-airflow-providers-common-sql==1.28.2; extra == "frozen"
96
97
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
97
- Requires-Dist: apache-airflow-providers-ftp==3.13.1; extra == "frozen"
98
- Requires-Dist: apache-airflow-providers-http==5.3.2; extra == "frozen"
99
- Requires-Dist: apache-airflow-providers-imap==3.9.1; extra == "frozen"
100
- Requires-Dist: apache-airflow-providers-postgres==6.2.1; extra == "frozen"
101
- Requires-Dist: apache-airflow-providers-smtp==2.1.1; extra == "frozen"
102
- Requires-Dist: apache-airflow-providers-sqlite==4.1.1; extra == "frozen"
103
- Requires-Dist: apispec==6.8.2; extra == "frozen"
104
- Requires-Dist: argcomplete==3.6.2; extra == "frozen"
98
+ Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
99
+ Requires-Dist: apache-airflow-providers-http==5.4.0; extra == "frozen"
100
+ Requires-Dist: apache-airflow-providers-imap==3.9.3; extra == "frozen"
101
+ Requires-Dist: apache-airflow-providers-postgres==6.4.0; extra == "frozen"
102
+ Requires-Dist: apache-airflow-providers-smtp==2.3.1; extra == "frozen"
103
+ Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
104
+ Requires-Dist: apispec==6.8.4; extra == "frozen"
105
+ Requires-Dist: argcomplete==3.6.3; extra == "frozen"
105
106
  Requires-Dist: asdf==3.5.0; extra == "frozen"
106
- Requires-Dist: asdf_standard==1.3.0; extra == "frozen"
107
+ Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
107
108
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
108
- Requires-Dist: asgiref==3.9.1; extra == "frozen"
109
+ Requires-Dist: asgiref==3.10.0; extra == "frozen"
109
110
  Requires-Dist: asteval==1.0.6; extra == "frozen"
110
111
  Requires-Dist: astropy==7.0.2; extra == "frozen"
111
- Requires-Dist: astropy-iers-data==0.2025.7.7.0.39.39; extra == "frozen"
112
+ Requires-Dist: astropy-iers-data==0.2025.11.3.0.38.37; extra == "frozen"
112
113
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
113
- Requires-Dist: attrs==25.3.0; extra == "frozen"
114
+ Requires-Dist: attrs==25.4.0; extra == "frozen"
114
115
  Requires-Dist: babel==2.17.0; extra == "frozen"
115
- Requires-Dist: billiard==4.2.1; extra == "frozen"
116
+ Requires-Dist: billiard==4.2.2; extra == "frozen"
116
117
  Requires-Dist: blinker==1.9.0; extra == "frozen"
117
- Requires-Dist: boto3==1.39.4; extra == "frozen"
118
- Requires-Dist: botocore==1.39.4; extra == "frozen"
118
+ Requires-Dist: boto3==1.40.64; extra == "frozen"
119
+ Requires-Dist: botocore==1.40.64; extra == "frozen"
119
120
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
120
- Requires-Dist: celery==5.5.3; extra == "frozen"
121
- Requires-Dist: certifi==2025.7.9; extra == "frozen"
122
- Requires-Dist: cffi==1.17.1; extra == "frozen"
123
- Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
124
- Requires-Dist: click==8.2.1; extra == "frozen"
121
+ Requires-Dist: celery==5.3.1; extra == "frozen"
122
+ Requires-Dist: certifi==2025.10.5; extra == "frozen"
123
+ Requires-Dist: cffi==2.0.0; extra == "frozen"
124
+ Requires-Dist: charset-normalizer==3.4.4; extra == "frozen"
125
+ Requires-Dist: click==8.3.0; extra == "frozen"
125
126
  Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
126
127
  Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
127
128
  Requires-Dist: click-repl==0.3.0; extra == "frozen"
128
129
  Requires-Dist: clickclick==20.10.2; extra == "frozen"
129
130
  Requires-Dist: colorama==0.4.6; extra == "frozen"
130
- Requires-Dist: colorlog==6.9.0; extra == "frozen"
131
+ Requires-Dist: colorlog==6.10.1; extra == "frozen"
131
132
  Requires-Dist: connexion==2.14.2; extra == "frozen"
132
- Requires-Dist: contourpy==1.3.2; extra == "frozen"
133
- Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
133
+ Requires-Dist: contourpy==1.3.3; extra == "frozen"
134
+ Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
134
135
  Requires-Dist: croniter==6.0.0; extra == "frozen"
135
- Requires-Dist: cryptography==45.0.5; extra == "frozen"
136
+ Requires-Dist: cryptography==46.0.3; extra == "frozen"
136
137
  Requires-Dist: cycler==0.12.1; extra == "frozen"
137
138
  Requires-Dist: dacite==1.9.2; extra == "frozen"
138
139
  Requires-Dist: decorator==5.2.1; extra == "frozen"
139
140
  Requires-Dist: dill==0.4.0; extra == "frozen"
140
141
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
141
- Requires-Dist: dkist-processing-common==11.0.1; extra == "frozen"
142
- Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
143
- Requires-Dist: dkist-processing-math==2.2.0; extra == "frozen"
142
+ Requires-Dist: dkist-processing-common==11.8.0; extra == "frozen"
143
+ Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
144
+ Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
144
145
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
145
- Requires-Dist: dkist-processing-vbi==1.22.0; extra == "frozen"
146
- Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
146
+ Requires-Dist: dkist-processing-vbi==1.25.2; extra == "frozen"
147
+ Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
147
148
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
148
149
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
149
- Requires-Dist: dnspython==2.7.0; extra == "frozen"
150
- Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
151
- Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
152
- Requires-Dist: email_validator==2.2.0; extra == "frozen"
153
- Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
150
+ Requires-Dist: dnspython==2.8.0; extra == "frozen"
151
+ Requires-Dist: email-validator==2.3.0; extra == "frozen"
152
+ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
154
153
  Requires-Dist: flower==2.0.1; extra == "frozen"
155
- Requires-Dist: fonttools==4.58.5; extra == "frozen"
156
- Requires-Dist: frozenlist==1.7.0; extra == "frozen"
157
- Requires-Dist: fsspec==2025.5.1; extra == "frozen"
158
- Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
159
- Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
160
- Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
154
+ Requires-Dist: fonttools==4.60.1; extra == "frozen"
155
+ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
156
+ Requires-Dist: fsspec==2025.10.0; extra == "frozen"
157
+ Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
158
+ Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
159
+ Requires-Dist: googleapis-common-protos==1.71.0; extra == "frozen"
161
160
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
162
- Requires-Dist: grpcio==1.73.1; extra == "frozen"
161
+ Requires-Dist: greenlet==3.2.4; extra == "frozen"
162
+ Requires-Dist: grpcio==1.76.0; extra == "frozen"
163
163
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
164
164
  Requires-Dist: h11==0.16.0; extra == "frozen"
165
165
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
166
166
  Requires-Dist: httpx==0.28.1; extra == "frozen"
167
- Requires-Dist: humanize==4.12.3; extra == "frozen"
168
- Requires-Dist: idna==3.10; extra == "frozen"
167
+ Requires-Dist: humanize==4.14.0; extra == "frozen"
168
+ Requires-Dist: idna==3.11; extra == "frozen"
169
169
  Requires-Dist: imageio==2.37.0; extra == "frozen"
170
170
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
171
171
  Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
172
172
  Requires-Dist: inflection==0.5.1; extra == "frozen"
173
173
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
174
174
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
175
- Requires-Dist: jsonschema==4.24.0; extra == "frozen"
176
- Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
177
- Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
178
- Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
179
- Requires-Dist: kombu==5.5.4; extra == "frozen"
180
- Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
175
+ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
176
+ Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
177
+ Requires-Dist: jupyter_core==5.9.1; extra == "frozen"
178
+ Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
179
+ Requires-Dist: kombu==5.6.0; extra == "frozen"
180
+ Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
181
181
  Requires-Dist: lazy_loader==0.4; extra == "frozen"
182
- Requires-Dist: limits==5.4.0; extra == "frozen"
182
+ Requires-Dist: limits==5.6.0; extra == "frozen"
183
183
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
184
- Requires-Dist: lmfit==1.3.3; extra == "frozen"
184
+ Requires-Dist: lmfit==1.3.4; extra == "frozen"
185
185
  Requires-Dist: lockfile==0.12.2; extra == "frozen"
186
186
  Requires-Dist: loguru==0.7.3; extra == "frozen"
187
- Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
187
+ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
188
188
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
189
189
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
190
190
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
191
- Requires-Dist: matplotlib==3.10.3; extra == "frozen"
192
- Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
191
+ Requires-Dist: matplotlib==3.10.7; extra == "frozen"
192
+ Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
193
193
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
194
194
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
195
- Requires-Dist: more-itertools==10.7.0; extra == "frozen"
195
+ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
196
196
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
197
- Requires-Dist: multidict==6.6.3; extra == "frozen"
197
+ Requires-Dist: multidict==6.7.0; extra == "frozen"
198
198
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
199
199
  Requires-Dist: networkx==3.5; extra == "frozen"
200
200
  Requires-Dist: numpy==2.2.5; extra == "frozen"
201
- Requires-Dist: object-clerk==0.1.2; extra == "frozen"
202
- Requires-Dist: opentelemetry-api==1.34.1; extra == "frozen"
203
- Requires-Dist: opentelemetry-exporter-otlp==1.34.1; extra == "frozen"
204
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.34.1; extra == "frozen"
205
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.34.1; extra == "frozen"
206
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.34.1; extra == "frozen"
207
- Requires-Dist: opentelemetry-proto==1.34.1; extra == "frozen"
208
- Requires-Dist: opentelemetry-sdk==1.34.1; extra == "frozen"
209
- Requires-Dist: opentelemetry-semantic-conventions==0.55b1; extra == "frozen"
201
+ Requires-Dist: object-clerk==1.0.0; extra == "frozen"
202
+ Requires-Dist: opentelemetry-api==1.38.0; extra == "frozen"
203
+ Requires-Dist: opentelemetry-exporter-otlp==1.38.0; extra == "frozen"
204
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.38.0; extra == "frozen"
205
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.38.0; extra == "frozen"
206
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.38.0; extra == "frozen"
207
+ Requires-Dist: opentelemetry-instrumentation==0.59b0; extra == "frozen"
208
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.59b0; extra == "frozen"
209
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.59b0; extra == "frozen"
210
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.59b0; extra == "frozen"
211
+ Requires-Dist: opentelemetry-instrumentation-celery==0.59b0; extra == "frozen"
212
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.59b0; extra == "frozen"
213
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.59b0; extra == "frozen"
214
+ Requires-Dist: opentelemetry-instrumentation-pika==0.59b0; extra == "frozen"
215
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.59b0; extra == "frozen"
216
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.59b0; extra == "frozen"
217
+ Requires-Dist: opentelemetry-instrumentation-redis==0.59b0; extra == "frozen"
218
+ Requires-Dist: opentelemetry-instrumentation-requests==0.59b0; extra == "frozen"
219
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.59b0; extra == "frozen"
220
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.59b0; extra == "frozen"
221
+ Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
222
+ Requires-Dist: opentelemetry-proto==1.38.0; extra == "frozen"
223
+ Requires-Dist: opentelemetry-sdk==1.38.0; extra == "frozen"
224
+ Requires-Dist: opentelemetry-semantic-conventions==0.59b0; extra == "frozen"
225
+ Requires-Dist: opentelemetry-util-http==0.59b0; extra == "frozen"
210
226
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
211
227
  Requires-Dist: packaging==25.0; extra == "frozen"
212
- Requires-Dist: pandas==2.3.1; extra == "frozen"
228
+ Requires-Dist: pandas==2.3.3; extra == "frozen"
213
229
  Requires-Dist: parfive==2.2.0; extra == "frozen"
230
+ Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
214
231
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
215
232
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
216
233
  Requires-Dist: pika==1.3.2; extra == "frozen"
217
234
  Requires-Dist: pillow==10.4.0; extra == "frozen"
218
- Requires-Dist: pip==25.1.1; extra == "frozen"
219
- Requires-Dist: platformdirs==4.3.8; extra == "frozen"
235
+ Requires-Dist: pip==25.3; extra == "frozen"
236
+ Requires-Dist: platformdirs==4.5.0; extra == "frozen"
220
237
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
221
238
  Requires-Dist: pooch==1.8.2; extra == "frozen"
222
239
  Requires-Dist: prison==0.2.1; extra == "frozen"
223
240
  Requires-Dist: proglog==0.1.12; extra == "frozen"
224
- Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
225
- Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
226
- Requires-Dist: propcache==0.3.2; extra == "frozen"
227
- Requires-Dist: protobuf==5.29.5; extra == "frozen"
228
- Requires-Dist: psutil==7.0.0; extra == "frozen"
229
- Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
230
- Requires-Dist: py==1.11.0; extra == "frozen"
231
- Requires-Dist: pycparser==2.22; extra == "frozen"
232
- Requires-Dist: pydantic==2.11.7; extra == "frozen"
233
- Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
234
- Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
241
+ Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
242
+ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
243
+ Requires-Dist: propcache==0.4.1; extra == "frozen"
244
+ Requires-Dist: protobuf==6.33.0; extra == "frozen"
245
+ Requires-Dist: psutil==7.1.3; extra == "frozen"
246
+ Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
247
+ Requires-Dist: pycparser==2.23; extra == "frozen"
248
+ Requires-Dist: pydantic==2.12.3; extra == "frozen"
249
+ Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
250
+ Requires-Dist: pydantic_core==2.41.4; extra == "frozen"
235
251
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
236
- Requires-Dist: pyparsing==3.2.3; extra == "frozen"
252
+ Requires-Dist: pyparsing==3.2.5; extra == "frozen"
237
253
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
238
254
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
239
- Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
255
+ Requires-Dist: python-dotenv==1.2.1; extra == "frozen"
240
256
  Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
241
257
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
242
258
  Requires-Dist: pytz==2025.2; extra == "frozen"
243
- Requires-Dist: redis==4.6.0; extra == "frozen"
244
- Requires-Dist: referencing==0.36.2; extra == "frozen"
245
- Requires-Dist: requests==2.32.4; extra == "frozen"
259
+ Requires-Dist: redis==6.4.0; extra == "frozen"
260
+ Requires-Dist: referencing==0.37.0; extra == "frozen"
261
+ Requires-Dist: requests==2.32.5; extra == "frozen"
246
262
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
247
- Requires-Dist: retry==0.9.2; extra == "frozen"
248
263
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
249
264
  Requires-Dist: rich==13.9.4; extra == "frozen"
250
- Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
251
- Requires-Dist: rpds-py==0.26.0; extra == "frozen"
252
- Requires-Dist: s3transfer==0.13.0; extra == "frozen"
265
+ Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
266
+ Requires-Dist: rpds-py==0.28.0; extra == "frozen"
267
+ Requires-Dist: s3transfer==0.14.0; extra == "frozen"
253
268
  Requires-Dist: scikit-image==0.25.2; extra == "frozen"
254
269
  Requires-Dist: scipy==1.15.3; extra == "frozen"
255
270
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
256
- Requires-Dist: setproctitle==1.3.6; extra == "frozen"
257
- Requires-Dist: setuptools==69.2.0; extra == "frozen"
271
+ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
258
272
  Requires-Dist: six==1.17.0; extra == "frozen"
259
273
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
260
- Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
274
+ Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
261
275
  Requires-Dist: sqids==0.5.1; extra == "frozen"
262
276
  Requires-Dist: sqlparse==0.5.3; extra == "frozen"
263
277
  Requires-Dist: sunpy==6.1.1; extra == "frozen"
264
278
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
265
- Requires-Dist: talus==1.1.0; extra == "frozen"
266
- Requires-Dist: tenacity==9.1.2; extra == "frozen"
267
- Requires-Dist: termcolor==3.1.0; extra == "frozen"
279
+ Requires-Dist: talus==1.3.4; extra == "frozen"
280
+ Requires-Dist: tenacity==8.5.0; extra == "frozen"
281
+ Requires-Dist: termcolor==3.2.0; extra == "frozen"
268
282
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
269
- Requires-Dist: tifffile==2025.6.11; extra == "frozen"
270
- Requires-Dist: tornado==6.5.1; extra == "frozen"
283
+ Requires-Dist: tifffile==2025.10.16; extra == "frozen"
284
+ Requires-Dist: tornado==6.5.2; extra == "frozen"
271
285
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
272
286
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
273
- Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
274
- Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
287
+ Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
288
+ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
275
289
  Requires-Dist: tzdata==2025.2; extra == "frozen"
276
290
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
277
291
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
278
- Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
292
+ Requires-Dist: universal_pathlib==0.3.4; extra == "frozen"
279
293
  Requires-Dist: urllib3==2.5.0; extra == "frozen"
280
294
  Requires-Dist: vine==5.1.0; extra == "frozen"
281
295
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
282
- Requires-Dist: wcwidth==0.2.13; extra == "frozen"
296
+ Requires-Dist: wcwidth==0.2.14; extra == "frozen"
283
297
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
284
- Requires-Dist: wrapt==1.17.2; extra == "frozen"
298
+ Requires-Dist: wrapt==1.17.3; extra == "frozen"
285
299
  Requires-Dist: yamale==6.0.0; extra == "frozen"
286
- Requires-Dist: yarl==1.20.1; extra == "frozen"
300
+ Requires-Dist: yarl==1.22.0; extra == "frozen"
287
301
  Requires-Dist: zipp==3.23.0; extra == "frozen"
288
302
 
289
303
  dkist-processing-vbi
@@ -302,7 +316,81 @@ in their own package facilitates using the build_utils to test the integrity of
302
316
 
303
317
  Environment Variables
304
318
  ---------------------
305
- Only those specified by `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and `dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_.
319
+
320
+ .. list-table::
321
+ :widths: 10 90
322
+ :header-rows: 1
323
+
324
+ * - Variable
325
+ - Field Info
326
+ * - LOGURU_LEVEL
327
+ - annotation=str required=False default='INFO' alias_priority=2 validation_alias='LOGURU_LEVEL' description='Log level for the application'
328
+ * - MESH_CONFIG
329
+ - annotation=dict[str, MeshService] required=False default_factory=dict alias_priority=2 validation_alias='MESH_CONFIG' description='Service mesh configuration' examples=[{'upstream_service_name': {'mesh_address': 'localhost', 'mesh_port': 6742}}]
330
+ * - RETRY_CONFIG
331
+ - annotation=RetryConfig required=False default_factory=RetryConfig description='Retry configuration for the service'
332
+ * - OTEL_SERVICE_NAME
333
+ - annotation=str required=False default='unknown-service-name' alias_priority=2 validation_alias='OTEL_SERVICE_NAME' description='Service name for OpenTelemetry'
334
+ * - DKIST_SERVICE_VERSION
335
+ - annotation=str required=False default='unknown-service-version' alias_priority=2 validation_alias='DKIST_SERVICE_VERSION' description='Service version for OpenTelemetry'
336
+ * - NOMAD_ALLOC_ID
337
+ - annotation=str required=False default='unknown-allocation-id' alias_priority=2 validation_alias='NOMAD_ALLOC_ID' description='Nomad allocation ID for OpenTelemetry'
338
+ * - OTEL_EXPORTER_OTLP_TRACES_INSECURE
339
+ - annotation=bool required=False default=True description='Use insecure connection for OTLP traces'
340
+ * - OTEL_EXPORTER_OTLP_METRICS_INSECURE
341
+ - annotation=bool required=False default=True description='Use insecure connection for OTLP metrics'
342
+ * - OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
343
+ - annotation=Union[str, NoneType] required=False default=None description='OTLP traces endpoint. Overrides mesh configuration' examples=['localhost:4317']
344
+ * - OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
345
+ - annotation=Union[str, NoneType] required=False default=None description='OTLP metrics endpoint. Overrides mesh configuration' examples=['localhost:4317']
346
+ * - OTEL_PYTHON_DISABLED_INSTRUMENTATIONS
347
+ - annotation=list[str] required=False default_factory=list description='List of instrumentations to disable. https://opentelemetry.io/docs/zero-code/python/configuration/' examples=[['pika', 'requests']]
348
+ * - OTEL_PYTHON_FASTAPI_EXCLUDED_URLS
349
+ - annotation=str required=False default='health' description='Comma separated list of URLs to exclude from OpenTelemetry instrumentation in FastAPI.' examples=['client/.*/info,healthcheck']
350
+ * - SYSTEM_METRIC_INSTRUMENTATION_CONFIG
351
+ - annotation=Union[dict[str, bool], NoneType] required=False default=None description='Configuration for system metric instrumentation. https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/system_metrics/system_metrics.html' examples=[{'system.memory.usage': ['used', 'free', 'cached'], 'system.cpu.time': ['idle', 'user', 'system', 'irq'], 'system.network.io': ['transmit', 'receive'], 'process.runtime.memory': ['rss', 'vms'], 'process.runtime.cpu.time': ['user', 'system'], 'process.runtime.context_switches': ['involuntary', 'voluntary']}]
352
+ * - ISB_USERNAME
353
+ - annotation=str required=False default='guest' description='Username for the interservice-bus.'
354
+ * - ISB_PASSWORD
355
+ - annotation=str required=False default='guest' description='Password for the interservice-bus.'
356
+ * - ISB_EXCHANGE
357
+ - annotation=str required=False default='master.direct.x' description='Exchange for the interservice-bus.'
358
+ * - ISB_QUEUE_TYPE
359
+ - annotation=str required=False default='classic' description='Queue type for the interservice-bus.' examples=['quorum', 'classic']
360
+ * - BUILD_VERSION
361
+ - annotation=str required=False default='dev' description='Fallback build version for workflow tasks.'
362
+ * - GQL_AUTH_TOKEN
363
+ - annotation=Union[str, NoneType] required=False default='dev' description='The auth token for the metadata-store-api.'
364
+ * - OBJECT_STORE_ACCESS_KEY
365
+ - annotation=Union[str, NoneType] required=False default=None description='The access key for the object store.'
366
+ * - OBJECT_STORE_SECRET_KEY
367
+ - annotation=Union[str, NoneType] required=False default=None description='The secret key for the object store.'
368
+ * - OBJECT_STORE_USE_SSL
369
+ - annotation=bool required=False default=False description='Whether to use SSL for the object store connection.'
370
+ * - MULTIPART_THRESHOLD
371
+ - annotation=Union[int, NoneType] required=False default=None description='Multipart threshold for the object store.'
372
+ * - S3_CLIENT_CONFIG
373
+ - annotation=Union[dict, NoneType] required=False default=None description='S3 client configuration for the object store.'
374
+ * - S3_UPLOAD_CONFIG
375
+ - annotation=Union[dict, NoneType] required=False default=None description='S3 upload configuration for the object store.'
376
+ * - S3_DOWNLOAD_CONFIG
377
+ - annotation=Union[dict, NoneType] required=False default=None description='S3 download configuration for the object store.'
378
+ * - GLOBUS_TRANSPORT_PARAMS
379
+ - annotation=dict required=False default_factory=dict description='Globus transfer parameters.'
380
+ * - GLOBUS_CLIENT_ID
381
+ - annotation=Union[str, NoneType] required=False default=None description='Globus client ID for inbound/outbound transfers.'
382
+ * - GLOBUS_CLIENT_SECRET
383
+ - annotation=Union[str, NoneType] required=False default=None description='Globus client secret for inbound/outbound transfers.'
384
+ * - OBJECT_STORE_ENDPOINT
385
+ - annotation=Union[str, NoneType] required=False default=None description='Object store Globus Endpoint ID.'
386
+ * - SCRATCH_ENDPOINT
387
+ - annotation=Union[str, NoneType] required=False default=None description='Scratch Globus Endpoint ID.'
388
+ * - SCRATCH_BASE_PATH
389
+ - annotation=str required=False default='scratch/' description='Base path for scratch storage.'
390
+ * - SCRATCH_INVENTORY_DB_COUNT
391
+ - annotation=int required=False default=16 description='Number of databases in the scratch inventory (redis).'
392
+ * - DOCS_BASE_URL
393
+ - annotation=str required=False default='my_test_url' description='Base URL for the documentation site.'
306
394
 
307
395
  Development
308
396
  -----------
@@ -0,0 +1,64 @@
1
+ changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ dkist_processing_vbi/__init__.py,sha256=GQ9EBnYhkOnt-qODclAoLS_g5YVhurxfg1tjVtI9rDI,320
3
+ dkist_processing_vbi/config.py,sha256=D1MG-IkFuJdB8hr1l1t4RjHG78in0HQyQY5NiIRIrCo,472
4
+ dkist_processing_vbi/models/__init__.py,sha256=z2nFVvvIzirxklQ9i5-F1nR-WOgcDttYtog_jx4yN5I,12
5
+ dkist_processing_vbi/models/constants.py,sha256=kZtc9LzchvVAw-Rhkj4OXnhGJGZmPhKvCVHi11zlrog,3586
6
+ dkist_processing_vbi/models/filter.py,sha256=DnmMT95fPej_Dpx3oKOvfDOnpdmuJpHOTuFuN-4KTvY,1513
7
+ dkist_processing_vbi/models/parameters.py,sha256=RYPGL7BLLOV-K6Fk534wRsRtDniHkINIy-DFSE6xHtw,421
8
+ dkist_processing_vbi/models/tags.py,sha256=mIJQS2NvWNEg5uCM6Q3ORaiMjq2jRFn2h19MqJGI1c0,1744
9
+ dkist_processing_vbi/parsers/__init__.py,sha256=z2nFVvvIzirxklQ9i5-F1nR-WOgcDttYtog_jx4yN5I,12
10
+ dkist_processing_vbi/parsers/mosaic_repeats.py,sha256=vqanDp7R7pSwHIOJ2xzbLjYC1korE320bAeTcQpS2hk,7037
11
+ dkist_processing_vbi/parsers/spatial_step_pattern.py,sha256=kNEWYpGtZObh3urgI58IFDkl5L8GJVBwc2GqG4SSIc8,1854
12
+ dkist_processing_vbi/parsers/vbi_l0_fits_access.py,sha256=yVvf4lUuI6Xa11tZzw9z5YtT-4kvo4uupwSaTYduR1c,1210
13
+ dkist_processing_vbi/parsers/vbi_l1_fits_access.py,sha256=sV23IrQvDtRGK6wQyJiNKv5OFcAcP-gboUY3JprxnFE,995
14
+ dkist_processing_vbi/tasks/__init__.py,sha256=yJJe8-TitvAaMZaWtPVRES6Lgbcm7BqWJxb8XdlKpMw,489
15
+ dkist_processing_vbi/tasks/assemble_movie.py,sha256=We647y3nA8T2UB--leAlYXCOsXFRssnU00W0nkZJVSI,4119
16
+ dkist_processing_vbi/tasks/dark.py,sha256=iMH0WWUsPBsBT2M70Nyh4OG7c-BYVrOcHWRVdYkYrQI,4052
17
+ dkist_processing_vbi/tasks/gain.py,sha256=o2pgeTV1PRkhC5ebI8iVYvKHvLP4xt6X2aJE5CnD1oI,6387
18
+ dkist_processing_vbi/tasks/make_movie_frames.py,sha256=0yMRA0PV3ECr2G1qC81H3k2hilfKR1pFBU-RMmqNEZc,14087
19
+ dkist_processing_vbi/tasks/parse.py,sha256=cTEhWl_oTYa4zjVPXjkngdth15aGVuwNM2Z9jgJis2s,3072
20
+ dkist_processing_vbi/tasks/process_summit_processed.py,sha256=ur0PdXYQpjpfaY_zdDZWBvqUtl40sexM6orRrnupZI0,2556
21
+ dkist_processing_vbi/tasks/quality_metrics.py,sha256=5k5DQZ9tV_Emu9ycfB15BjgHuA62U9czkRLGfZNwKeM,2469
22
+ dkist_processing_vbi/tasks/science.py,sha256=fYlqxP5ozrEOygaPFHp-nU1ic-WyBacF3TvFSf2IxmE,6321
23
+ dkist_processing_vbi/tasks/vbi_base.py,sha256=b0L4QOPtFKI15Q_2Ih1YC55g1nA8ESL_PNXmNtfWh30,805
24
+ dkist_processing_vbi/tasks/write_l1.py,sha256=0-hxPDp_7t0LI7waHsKqOlEvbrm_sWaM6AHUrQR1LNY,6075
25
+ dkist_processing_vbi/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
+ dkist_processing_vbi/tests/conftest.py,sha256=zoYCA65n_HX08HR80oqiK5V9CY2vTmBVX6xTeiWJIVo,12822
27
+ dkist_processing_vbi/tests/test_assemble_movie.py,sha256=JMD-Bc6vgrQUWTkq84CLffauU86YTzDhTEFI84p0CJc,2748
28
+ dkist_processing_vbi/tests/test_dark.py,sha256=vAsVhgoK2W5FwPJmlxQ5MSG-Shldwh-KDbBZGgxJgGE,4464
29
+ dkist_processing_vbi/tests/test_gain.py,sha256=TZuvc-rMJff6sKkWR7FvCJOrFGrio4Mmf7d8h21XPQI,4111
30
+ dkist_processing_vbi/tests/test_make_movie_frames.py,sha256=_JPyLS90SdVBZ_DEXaqR9JdGlXwiSKXTeOw1n2itog4,10359
31
+ dkist_processing_vbi/tests/test_parse_l0.py,sha256=lSzQQQIa9eguH9QstCN-TM9uaU4Pe_TOJ0BCm-Gkbz0,13528
32
+ dkist_processing_vbi/tests/test_parse_summit.py,sha256=V6sunVDDDqCH1VZV-SllyTUYRMmOenFCHCntMl3VwXQ,5579
33
+ dkist_processing_vbi/tests/test_process_summit.py,sha256=ja_u_r-u7LzVF26Y1C8pqIGqS0z1GhBePhQ7z1V_DTg,8406
34
+ dkist_processing_vbi/tests/test_quality_metrics.py,sha256=UtnQHwnp7CxuIb-ITAgc_XyRkGeUYIhEGxYWTFMeQys,5092
35
+ dkist_processing_vbi/tests/test_science.py,sha256=e0CtZ7EuSu8hyPZbU0c1CCrhwDYAMU48UBMN4l0AKOE,6555
36
+ dkist_processing_vbi/tests/test_spatial_step_pattern.py,sha256=HB4SOmTlu8D2SSPblpeCdEvUsCu5neYqyG-Q9RdcDQ0,2821
37
+ dkist_processing_vbi/tests/test_vbi_base.py,sha256=0NhHU-6L0xAtDLtZANidhebtedlvXCggiXI8lFCPpLk,1023
38
+ dkist_processing_vbi/tests/test_vbi_constants.py,sha256=hCgBjx5npz_DoQxaBS53eMz3mTIxT1YbxYOro3hC6YM,4336
39
+ dkist_processing_vbi/tests/test_workflows.py,sha256=yompfSNarR5poFtbY4U1TSsB10Ujm2Ns_8akqV1H09M,286
40
+ dkist_processing_vbi/tests/test_write_l1.py,sha256=Oh3ZX-6yws3Cl3NTff_-0SpP93w8jIvHczFTsqB6tig,7934
41
+ dkist_processing_vbi/tests/local_trial_workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
+ dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py,sha256=_rdys4_AQ6j-4l5S1HLoaLg-wiu81d_vX3vOUfw6Gr8,9967
43
+ dkist_processing_vbi/workflows/__init__.py,sha256=gfKb3ezwhLoRAfVOxjRZNpNeBY8WONH8K0g2f3jCJZk,101
44
+ dkist_processing_vbi/workflows/l0_processing.py,sha256=uYB0vb2x2oxjj6Pq1ZMo1qNAwi8s5K5H9Bp00aVpIyc,3016
45
+ dkist_processing_vbi/workflows/summit_data_processing.py,sha256=6RcN6b4pFVmr_F6flEqjNDOKY5SbKn3e49q6UMbI0UQ,2846
46
+ dkist_processing_vbi/workflows/trial_workflows.py,sha256=S5POHv7x-4r-bQSwctCisnl6wuTAzOsMlSJq7WHcBYI,5223
47
+ docs/Makefile,sha256=qnlVz6PuBqE39NfHWuUnHhNEA-EFgT2-WJNNNy9ttfk,4598
48
+ docs/changelog.rst,sha256=ZpZPJIyl4nI0Eicku6uSrLdiinNOF2GcZwrvTEsb-Zs,346
49
+ docs/conf.py,sha256=S7saly8P09_RRZ0Eva8tn50OiV-TKZu1xNXIUSajTVE,2027
50
+ docs/index.rst,sha256=_eLy6ftUQjMvKoop8x5Z-cqbBTzj0QhDnGqsD27rO1Y,312
51
+ docs/l0_to_l1_vbi_no-speckle-full-trial.rst,sha256=QyJApvbSR_8iPlIS144IOwBlD3n7CO5NZgexbbPoIkU,648
52
+ docs/l0_to_l1_vbi_no-speckle.rst,sha256=CkgFw7LbLzdO-6ZjK88VPU5Lqo5MZQKYPST_VGA4qZ4,655
53
+ docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst,sha256=NP_DZn-A5Tyskh98qT8rCYf2a1uaGlVuidfYVImZg0E,653
54
+ docs/l0_to_l1_vbi_summit-calibrated.rst,sha256=Wdms5a-RgZYHn22iI9MGrMj0QZCb15-9vC3EtW-wJhE,613
55
+ docs/landing_page.rst,sha256=nJJvv0Dpu4E4R1uo1XfLmqYGG-QL-3doNYQv5YA5Bwc,1190
56
+ docs/make.bat,sha256=mBAhtURwhQ7yc95pqwJzlhqBSvRknr1aqZ5s8NKvdKs,4513
57
+ docs/requirements.txt,sha256=Kbl_X4c7RQZw035YTeNB63We6I7pvXFU4T0Uflp2yDY,29
58
+ docs/requirements_table.rst,sha256=lu3sizCldCfQZTkX-_KZfV07U7j6nq-ZgA_nimpwoFk,291
59
+ docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
60
+ licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
61
+ dkist_processing_vbi-1.25.2.dist-info/METADATA,sha256=x4hBb6E7xSyLz9Hv7ss_hlVvZCFJQOEN23dlg-Z_FNo,28550
62
+ dkist_processing_vbi-1.25.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
+ dkist_processing_vbi-1.25.2.dist-info/top_level.txt,sha256=0haPknO-Vs_9QzeelcUGELlVwvJ28UeH5uQnBF2w5nQ,45
64
+ dkist_processing_vbi-1.25.2.dist-info/RECORD,,
docs/conf.py CHANGED
@@ -1,4 +1,5 @@
1
1
  """Configuration file for the Sphinx documentation builder."""
2
+
2
3
  # -- stdlib imports ------------------------------------------------------------
3
4
  import importlib
4
5
  import sys