dkist-processing-visp 5.3.2__py3-none-any.whl → 5.3.4__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.
@@ -1,12 +1,15 @@
1
1
  """Configuration for the dkist-processing-visp package and the logging thereof."""
2
2
 
3
3
  from dkist_processing_common.config import DKISTProcessingCommonConfiguration
4
+ from pydantic import Field
4
5
 
5
6
 
6
7
  class DKISTProcessingVISPConfigurations(DKISTProcessingCommonConfiguration):
7
8
  """Configurations custom to the dkist-processing-visp package."""
8
9
 
9
- pass # nothing custom yet
10
+ fts_atlas_data_dir: str | None = Field(
11
+ default=None, description="Common cached directory for downloaded FTS Atlas."
12
+ )
10
13
 
11
14
 
12
15
  dkist_processing_visp_configurations = DKISTProcessingVISPConfigurations()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-visp
3
- Version: 5.3.2
3
+ Version: 5.3.4
4
4
  Summary: Science processing code for the ViSP 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.13
14
14
  Requires-Python: >=3.13
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==12.2.0
16
+ Requires-Dist: dkist-processing-common==12.4.0
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.3.0
@@ -92,28 +92,28 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
92
92
  Requires-Dist: anyio==4.12.1; extra == "frozen"
93
93
  Requires-Dist: apache-airflow==3.1.6; extra == "frozen"
94
94
  Requires-Dist: apache-airflow-core==3.1.6; extra == "frozen"
95
- Requires-Dist: apache-airflow-providers-celery==3.15.1; extra == "frozen"
96
- Requires-Dist: apache-airflow-providers-common-compat==1.12.0; extra == "frozen"
95
+ Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
96
+ Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
97
97
  Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
98
- Requires-Dist: apache-airflow-providers-common-sql==1.30.3; extra == "frozen"
99
- Requires-Dist: apache-airflow-providers-postgres==6.5.2; extra == "frozen"
98
+ Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
99
+ Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
100
100
  Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
101
- Requires-Dist: apache-airflow-providers-standard==1.10.3; extra == "frozen"
101
+ Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
102
102
  Requires-Dist: apache-airflow-task-sdk==1.1.6; extra == "frozen"
103
103
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
104
104
  Requires-Dist: asdf==3.5.0; extra == "frozen"
105
105
  Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
106
106
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
107
- Requires-Dist: asgiref==3.11.0; extra == "frozen"
107
+ Requires-Dist: asgiref==3.11.1; extra == "frozen"
108
108
  Requires-Dist: asteval==1.0.8; extra == "frozen"
109
109
  Requires-Dist: astropy==7.0.2; extra == "frozen"
110
- Requires-Dist: astropy-iers-data==0.2026.1.26.0.43.56; extra == "frozen"
110
+ Requires-Dist: astropy-iers-data==0.2026.2.2.0.48.1; extra == "frozen"
111
111
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
112
112
  Requires-Dist: attrs==25.4.0; extra == "frozen"
113
- Requires-Dist: babel==2.17.0; extra == "frozen"
113
+ Requires-Dist: babel==2.18.0; extra == "frozen"
114
114
  Requires-Dist: billiard==4.2.4; extra == "frozen"
115
- Requires-Dist: boto3==1.42.38; extra == "frozen"
116
- Requires-Dist: botocore==1.42.38; extra == "frozen"
115
+ Requires-Dist: boto3==1.42.41; extra == "frozen"
116
+ Requires-Dist: botocore==1.42.41; extra == "frozen"
117
117
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
118
118
  Requires-Dist: celery==5.6.2; extra == "frozen"
119
119
  Requires-Dist: certifi==2026.1.4; extra == "frozen"
@@ -133,11 +133,11 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
133
133
  Requires-Dist: decorator==5.2.1; extra == "frozen"
134
134
  Requires-Dist: dill==0.4.1; extra == "frozen"
135
135
  Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
136
- Requires-Dist: dkist-processing-common==12.2.0; extra == "frozen"
136
+ Requires-Dist: dkist-processing-common==12.4.0; extra == "frozen"
137
137
  Requires-Dist: dkist-processing-core==7.0.1; extra == "frozen"
138
138
  Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
139
139
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
140
- Requires-Dist: dkist-processing-visp==5.3.2; extra == "frozen"
140
+ Requires-Dist: dkist-processing-visp==5.3.4; extra == "frozen"
141
141
  Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
142
142
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
143
143
  Requires-Dist: dkist_fits_specifications==4.20.0; extra == "frozen"
@@ -224,7 +224,7 @@ Requires-Dist: pathspec==1.0.4; extra == "frozen"
224
224
  Requires-Dist: pendulum==3.2.0; extra == "frozen"
225
225
  Requires-Dist: pika==1.3.2; extra == "frozen"
226
226
  Requires-Dist: pillow==10.4.0; extra == "frozen"
227
- Requires-Dist: pip==25.3; extra == "frozen"
227
+ Requires-Dist: pip==26.0; extra == "frozen"
228
228
  Requires-Dist: platformdirs==4.5.1; extra == "frozen"
229
229
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
230
230
  Requires-Dist: pooch==1.9.0; extra == "frozen"
@@ -251,9 +251,9 @@ Requires-Dist: pytz==2025.2; extra == "frozen"
251
251
  Requires-Dist: redis==6.4.0; extra == "frozen"
252
252
  Requires-Dist: referencing==0.37.0; extra == "frozen"
253
253
  Requires-Dist: requests==2.32.5; extra == "frozen"
254
- Requires-Dist: rich==14.3.1; extra == "frozen"
254
+ Requires-Dist: rich==14.3.2; extra == "frozen"
255
255
  Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
256
- Requires-Dist: rich-toolkit==0.17.2; extra == "frozen"
256
+ Requires-Dist: rich-toolkit==0.18.1; extra == "frozen"
257
257
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
258
258
  Requires-Dist: s3transfer==0.16.0; extra == "frozen"
259
259
  Requires-Dist: scikit-image==0.25.2; extra == "frozen"
@@ -279,7 +279,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
279
279
  Requires-Dist: threadpoolctl==3.6.0; extra == "frozen"
280
280
  Requires-Dist: tifffile==2026.1.28; extra == "frozen"
281
281
  Requires-Dist: tornado==6.5.4; extra == "frozen"
282
- Requires-Dist: tqdm==4.67.1; extra == "frozen"
282
+ Requires-Dist: tqdm==4.67.3; extra == "frozen"
283
283
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
284
284
  Requires-Dist: typer==0.21.1; extra == "frozen"
285
285
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
@@ -296,7 +296,7 @@ Requires-Dist: uvloop==0.22.1; extra == "frozen"
296
296
  Requires-Dist: vine==5.1.0; extra == "frozen"
297
297
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
298
298
  Requires-Dist: watchfiles==1.1.1; extra == "frozen"
299
- Requires-Dist: wcwidth==0.5.2; extra == "frozen"
299
+ Requires-Dist: wcwidth==0.5.3; extra == "frozen"
300
300
  Requires-Dist: websockets==16.0; extra == "frozen"
301
301
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
302
302
  Requires-Dist: wrapt==1.17.3; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  dkist_processing_visp/__init__.py,sha256=LC8o31oTIro4F7IgwoWalX1W3KcPU27yJhlDUeGqcwA,351
3
- dkist_processing_visp/config.py,sha256=GMr0CreW4qavbueTtsH_Gx5P52v4yZd2PNKyPmxBKQE,478
3
+ dkist_processing_visp/config.py,sha256=izZDjOIUEmEKXLE9-6BeTUluDiz4zUn67kzebhPbShM,610
4
4
  dkist_processing_visp/fonts/Lato-Regular.ttf,sha256=1jbkaDIx-THtoiLViOlE0IK_0726AvkovuRhwPGFslE,656568
5
5
  dkist_processing_visp/models/__init__.py,sha256=z2nFVvvIzirxklQ9i5-F1nR-WOgcDttYtog_jx4yN5I,12
6
6
  dkist_processing_visp/models/constants.py,sha256=zfwmBW-DjeizMSeruFBJCabWU6cepKOk38M_C8kvArM,6933
@@ -91,7 +91,7 @@ docs/science_calibration.rst,sha256=VN_g7xSjN-nbXhlBaFnPCbNcsc_Qu0207jEUfRAjnBE,
91
91
  docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
92
92
  docs/wavelength_calibration.rst,sha256=OSGYAeR8Acns2ZUectHzRj2xcAsuNEMLejcYfPYu-vw,3674
93
93
  licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
94
- dkist_processing_visp-5.3.2.dist-info/METADATA,sha256=xhA6XNjOLD91EZuZyH-lQFXlNExY_ASpC8QISvGhUpk,29498
95
- dkist_processing_visp-5.3.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
96
- dkist_processing_visp-5.3.2.dist-info/top_level.txt,sha256=9GHSn-ZMGQxaRNGrPP3HNc5ZkE7ftzluO74Jz5vUSTE,46
97
- dkist_processing_visp-5.3.2.dist-info/RECORD,,
94
+ dkist_processing_visp-5.3.4.dist-info/METADATA,sha256=YEEVhnDC7FXpbWYO2Q6MxHijGs0usAwgnC0KvALwbK4,29496
95
+ dkist_processing_visp-5.3.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
96
+ dkist_processing_visp-5.3.4.dist-info/top_level.txt,sha256=9GHSn-ZMGQxaRNGrPP3HNc5ZkE7ftzluO74Jz5vUSTE,46
97
+ dkist_processing_visp-5.3.4.dist-info/RECORD,,