dkist-processing-test 1.42.2__tar.gz → 1.42.3__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.42.2/dkist_processing_test.egg-info → dkist_processing_test-1.42.3}/PKG-INFO +2 -2
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/write_l1.py +5 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3/dkist_processing_test.egg-info}/PKG-INFO +2 -2
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/requires.txt +1 -1
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/pyproject.toml +3 -3
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/.gitignore +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/.snyk +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/README.rst +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.3
|
|
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
|
|
@@ -107,7 +107,7 @@ Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
|
107
107
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.3; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -41,6 +41,11 @@ class WriteL1Data(WriteL1Frame):
|
|
|
41
41
|
for i in range(1, header["NAXIS"] + 1):
|
|
42
42
|
header[f"NBIN{i}"] = 1
|
|
43
43
|
|
|
44
|
+
# VBI stats header
|
|
45
|
+
header["VBICRI"] = 0.5
|
|
46
|
+
header["VBICRLEN"] = 300
|
|
47
|
+
header["VBICRMSC"] = 0.25
|
|
48
|
+
|
|
44
49
|
return header
|
|
45
50
|
|
|
46
51
|
def calculate_date_end(self, header: fits.Header) -> str:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.3
|
|
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
|
|
@@ -107,7 +107,7 @@ Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
|
107
107
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.3; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
@@ -81,7 +81,7 @@ dkist-header-validator==5.3.1
|
|
|
81
81
|
dkist-processing-common==14.0.1
|
|
82
82
|
dkist-processing-core==7.2.1
|
|
83
83
|
dkist-processing-pac==3.1.2
|
|
84
|
-
dkist-processing-test==1.42.
|
|
84
|
+
dkist-processing-test==1.42.3
|
|
85
85
|
dkist-service-configuration==4.3.0
|
|
86
86
|
dkist-spectral-lines==3.0.1
|
|
87
87
|
dkist_fits_specifications==4.25.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.42.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.42.3"
|
|
13
|
+
date = 2026-04-27T16:38:07.813864
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -133,7 +133,7 @@ frozen = [
|
|
|
133
133
|
"dkist-processing-common == 14.0.1",
|
|
134
134
|
"dkist-processing-core == 7.2.1",
|
|
135
135
|
"dkist-processing-pac == 3.1.2",
|
|
136
|
-
"dkist-processing-test == 1.42.
|
|
136
|
+
"dkist-processing-test == 1.42.3",
|
|
137
137
|
"dkist-service-configuration == 4.3.0",
|
|
138
138
|
"dkist-spectral-lines == 3.0.1",
|
|
139
139
|
"dkist_fits_specifications == 4.25.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.2 → dkist_processing_test-1.42.3}/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
|