dkist-processing-test 1.40.0__tar.gz → 1.41.0__tar.gz
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_test-1.40.0/dkist_processing_test.egg-info → dkist_processing_test-1.41.0}/PKG-INFO +10 -10
- dkist_processing_test-1.41.0/dkist_processing_test/parsers/__init__.py +1 -0
- dkist_processing_test-1.41.0/dkist_processing_test/parsers/test_l0_fits_access.py +31 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/parse.py +4 -4
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0/dkist_processing_test.egg-info}/PKG-INFO +10 -10
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test.egg-info/SOURCES.txt +2 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test.egg-info/requires.txt +9 -9
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/pyproject.toml +11 -11
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/.gitignore +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/.snyk +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/README.rst +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.41.0
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.23.0
|
|
@@ -47,7 +47,7 @@ Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
|
47
47
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
48
48
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
50
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
50
|
+
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
51
51
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
52
52
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
53
53
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -84,14 +84,14 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.83; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.83; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
92
92
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
94
|
-
Requires-Dist: click==8.3.
|
|
94
|
+
Requires-Dist: click==8.3.2; extra == "frozen"
|
|
95
95
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
96
96
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
97
97
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -105,10 +105,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
105
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
|
|
@@ -250,14 +250,14 @@ Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
|
250
250
|
Requires-Dist: typer==0.24.1; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
253
|
-
Requires-Dist: tzdata==
|
|
253
|
+
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
254
254
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
255
255
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
257
257
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
258
258
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
259
259
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
260
|
-
Requires-Dist: uvicorn==0.
|
|
260
|
+
Requires-Dist: uvicorn==0.43.0; extra == "frozen"
|
|
261
261
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
262
262
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
263
263
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""init"""
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"""Test FITS access for L0 data."""
|
|
2
|
+
|
|
3
|
+
from astropy.io import fits
|
|
4
|
+
from dkist_processing_common.parsers.l0_fits_access import L0FitsAccess
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class TestL0FitsAccess(L0FitsAccess):
|
|
8
|
+
"""
|
|
9
|
+
Class to provide easy access to L0 headers.
|
|
10
|
+
|
|
11
|
+
Parameters
|
|
12
|
+
----------
|
|
13
|
+
hdu :
|
|
14
|
+
Fits L0 header object
|
|
15
|
+
|
|
16
|
+
name : str
|
|
17
|
+
The name of the file that was loaded into this FitsAccess object
|
|
18
|
+
|
|
19
|
+
auto_squeeze : bool
|
|
20
|
+
When set to True, dimensions of length 1 will be removed from the array
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
def __init__(
|
|
24
|
+
self,
|
|
25
|
+
hdu: fits.ImageHDU | fits.PrimaryHDU | fits.CompImageHDU,
|
|
26
|
+
name: str | None = None,
|
|
27
|
+
auto_squeeze: bool = True,
|
|
28
|
+
):
|
|
29
|
+
super().__init__(hdu=hdu, name=name, auto_squeeze=auto_squeeze)
|
|
30
|
+
|
|
31
|
+
self.modulator_state: int = -1
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/parse.py
RENAMED
|
@@ -9,7 +9,6 @@ from dkist_processing_common.models.flower_pot import Stem
|
|
|
9
9
|
from dkist_processing_common.models.flower_pot import Thorn
|
|
10
10
|
from dkist_processing_common.models.tags import StemName
|
|
11
11
|
from dkist_processing_common.models.task_name import TaskName
|
|
12
|
-
from dkist_processing_common.parsers.l0_fits_access import L0FitsAccess
|
|
13
12
|
from dkist_processing_common.parsers.single_value_single_key_flower import (
|
|
14
13
|
SingleValueSingleKeyFlower,
|
|
15
14
|
)
|
|
@@ -20,6 +19,7 @@ from dkist_processing_common.tasks import ParseL0InputDataBase
|
|
|
20
19
|
|
|
21
20
|
__all__ = ["ParseL0TestInputData"]
|
|
22
21
|
|
|
22
|
+
from dkist_processing_test.parsers.test_l0_fits_access import TestL0FitsAccess
|
|
23
23
|
from dkist_processing_test.parsers.time import TaskDateEndBud
|
|
24
24
|
|
|
25
25
|
S = TypeVar("S", bound=Stem)
|
|
@@ -31,7 +31,7 @@ class DspsRepeatNumberFlower(SingleValueSingleKeyFlower):
|
|
|
31
31
|
tag_stem_name=StemName.dsps_repeat, metadata_key=MetadataKey.current_dsps_repeat
|
|
32
32
|
)
|
|
33
33
|
|
|
34
|
-
def setter(self, fits_obj:
|
|
34
|
+
def setter(self, fits_obj: TestL0FitsAccess):
|
|
35
35
|
if fits_obj.ip_task_type != "observe":
|
|
36
36
|
return SpilledDirt
|
|
37
37
|
return super().setter(fits_obj)
|
|
@@ -40,7 +40,7 @@ class DspsRepeatNumberFlower(SingleValueSingleKeyFlower):
|
|
|
40
40
|
class PickyDummyBud(Stem):
|
|
41
41
|
"""Exists to do literally nothing"""
|
|
42
42
|
|
|
43
|
-
def setter(self, fits_obj:
|
|
43
|
+
def setter(self, fits_obj: TestL0FitsAccess):
|
|
44
44
|
if fits_obj.ip_task_type == "bad value":
|
|
45
45
|
raise ValueError("This task type is bad!")
|
|
46
46
|
|
|
@@ -51,7 +51,7 @@ class PickyDummyBud(Stem):
|
|
|
51
51
|
class ParseL0TestInputData(ParseL0InputDataBase):
|
|
52
52
|
@property
|
|
53
53
|
def fits_parsing_class(self):
|
|
54
|
-
return
|
|
54
|
+
return TestL0FitsAccess
|
|
55
55
|
|
|
56
56
|
@property
|
|
57
57
|
def tag_flowers(self) -> list[S]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.41.0
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.23.0
|
|
@@ -47,7 +47,7 @@ Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
|
47
47
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
48
48
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
50
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
50
|
+
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
51
51
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
52
52
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
53
53
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -84,14 +84,14 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.83; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.83; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
92
92
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
94
|
-
Requires-Dist: click==8.3.
|
|
94
|
+
Requires-Dist: click==8.3.2; extra == "frozen"
|
|
95
95
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
96
96
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
97
97
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -105,10 +105,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
105
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
114
114
|
Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
|
|
@@ -250,14 +250,14 @@ Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
|
250
250
|
Requires-Dist: typer==0.24.1; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
253
|
-
Requires-Dist: tzdata==
|
|
253
|
+
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
254
254
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
255
255
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
257
257
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
258
258
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
259
259
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
260
|
-
Requires-Dist: uvicorn==0.
|
|
260
|
+
Requires-Dist: uvicorn==0.43.0; extra == "frozen"
|
|
261
261
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
262
262
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
263
263
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -14,6 +14,8 @@ dkist_processing_test.egg-info/top_level.txt
|
|
|
14
14
|
dkist_processing_test/models/__init__.py
|
|
15
15
|
dkist_processing_test/models/constants.py
|
|
16
16
|
dkist_processing_test/models/parameters.py
|
|
17
|
+
dkist_processing_test/parsers/__init__.py
|
|
18
|
+
dkist_processing_test/parsers/test_l0_fits_access.py
|
|
17
19
|
dkist_processing_test/parsers/time.py
|
|
18
20
|
dkist_processing_test/tasks/__init__.py
|
|
19
21
|
dkist_processing_test/tasks/construct_dataset_extras.py
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==
|
|
1
|
+
dkist-processing-common==13.0.0
|
|
2
2
|
dkist-header-validator==5.3.0
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.23.0
|
|
@@ -21,7 +21,7 @@ PyJWT==2.12.1
|
|
|
21
21
|
PyYAML==6.0.3
|
|
22
22
|
PyYAML-ft==8.0.0
|
|
23
23
|
Pygments==2.20.0
|
|
24
|
-
SQLAlchemy==2.0.
|
|
24
|
+
SQLAlchemy==2.0.49
|
|
25
25
|
SQLAlchemy-JSONField==1.0.2
|
|
26
26
|
SQLAlchemy-Utils==0.42.1
|
|
27
27
|
a2wsgi==1.10.10
|
|
@@ -58,14 +58,14 @@ asyncpg==0.31.0
|
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
61
|
+
boto3==1.42.83
|
|
62
|
+
botocore==1.42.83
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.2.25
|
|
66
66
|
cffi==2.0.0
|
|
67
67
|
charset-normalizer==3.4.7
|
|
68
|
-
click==8.3.
|
|
68
|
+
click==8.3.2
|
|
69
69
|
click-didyoumean==0.3.1
|
|
70
70
|
click-plugins==1.1.1.2
|
|
71
71
|
click-repl==0.3.0
|
|
@@ -79,10 +79,10 @@ dacite==1.9.2
|
|
|
79
79
|
decorator==5.2.1
|
|
80
80
|
dill==0.4.1
|
|
81
81
|
dkist-header-validator==5.3.0
|
|
82
|
-
dkist-processing-common==
|
|
82
|
+
dkist-processing-common==13.0.0
|
|
83
83
|
dkist-processing-core==7.1.0
|
|
84
84
|
dkist-processing-pac==3.1.1
|
|
85
|
-
dkist-processing-test==1.
|
|
85
|
+
dkist-processing-test==1.41.0
|
|
86
86
|
dkist-service-configuration==4.3.0
|
|
87
87
|
dkist-spectral-lines==3.0.0
|
|
88
88
|
dkist_fits_specifications==4.23.0
|
|
@@ -224,14 +224,14 @@ traitlets==5.14.3
|
|
|
224
224
|
typer==0.24.1
|
|
225
225
|
typing-inspection==0.4.2
|
|
226
226
|
typing_extensions==4.15.0
|
|
227
|
-
tzdata==
|
|
227
|
+
tzdata==2026.1
|
|
228
228
|
tzlocal==5.3.1
|
|
229
229
|
uc-micro-py==2.0.0
|
|
230
230
|
uncertainties==3.2.3
|
|
231
231
|
universal_pathlib==0.2.6
|
|
232
232
|
urllib3==2.6.3
|
|
233
233
|
uuid6==2025.0.1
|
|
234
|
-
uvicorn==0.
|
|
234
|
+
uvicorn==0.43.0
|
|
235
235
|
uvloop==0.22.1
|
|
236
236
|
vine==5.1.0
|
|
237
237
|
voluptuous==0.16.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.41.0"
|
|
13
|
+
date = 2026-04-03T14:05:14.763855
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common ==
|
|
29
|
+
"dkist-processing-common == 13.0.0",
|
|
30
30
|
"dkist-header-validator == 5.3.0",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.23.0",
|
|
@@ -73,7 +73,7 @@ frozen = [
|
|
|
73
73
|
"PyYAML == 6.0.3",
|
|
74
74
|
"PyYAML-ft == 8.0.0",
|
|
75
75
|
"Pygments == 2.20.0",
|
|
76
|
-
"SQLAlchemy == 2.0.
|
|
76
|
+
"SQLAlchemy == 2.0.49",
|
|
77
77
|
"SQLAlchemy-JSONField == 1.0.2",
|
|
78
78
|
"SQLAlchemy-Utils == 0.42.1",
|
|
79
79
|
"a2wsgi == 1.10.10",
|
|
@@ -110,14 +110,14 @@ frozen = [
|
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
113
|
+
"boto3 == 1.42.83",
|
|
114
|
+
"botocore == 1.42.83",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.2.25",
|
|
118
118
|
"cffi == 2.0.0",
|
|
119
119
|
"charset-normalizer == 3.4.7",
|
|
120
|
-
"click == 8.3.
|
|
120
|
+
"click == 8.3.2",
|
|
121
121
|
"click-didyoumean == 0.3.1",
|
|
122
122
|
"click-plugins == 1.1.1.2",
|
|
123
123
|
"click-repl == 0.3.0",
|
|
@@ -131,10 +131,10 @@ frozen = [
|
|
|
131
131
|
"decorator == 5.2.1",
|
|
132
132
|
"dill == 0.4.1",
|
|
133
133
|
"dkist-header-validator == 5.3.0",
|
|
134
|
-
"dkist-processing-common ==
|
|
134
|
+
"dkist-processing-common == 13.0.0",
|
|
135
135
|
"dkist-processing-core == 7.1.0",
|
|
136
136
|
"dkist-processing-pac == 3.1.1",
|
|
137
|
-
"dkist-processing-test == 1.
|
|
137
|
+
"dkist-processing-test == 1.41.0",
|
|
138
138
|
"dkist-service-configuration == 4.3.0",
|
|
139
139
|
"dkist-spectral-lines == 3.0.0",
|
|
140
140
|
"dkist_fits_specifications == 4.23.0",
|
|
@@ -276,14 +276,14 @@ frozen = [
|
|
|
276
276
|
"typer == 0.24.1",
|
|
277
277
|
"typing-inspection == 0.4.2",
|
|
278
278
|
"typing_extensions == 4.15.0",
|
|
279
|
-
"tzdata ==
|
|
279
|
+
"tzdata == 2026.1",
|
|
280
280
|
"tzlocal == 5.3.1",
|
|
281
281
|
"uc-micro-py == 2.0.0",
|
|
282
282
|
"uncertainties == 3.2.3",
|
|
283
283
|
"universal_pathlib == 0.2.6",
|
|
284
284
|
"urllib3 == 2.6.3",
|
|
285
285
|
"uuid6 == 2025.0.1",
|
|
286
|
-
"uvicorn == 0.
|
|
286
|
+
"uvicorn == 0.43.0",
|
|
287
287
|
"uvloop == 0.22.1",
|
|
288
288
|
"vine == 5.1.0",
|
|
289
289
|
"voluptuous == 0.16.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.40.0 → dkist_processing_test-1.41.0}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|