dkist-processing-test 1.0.16__tar.gz → 1.0.18__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist-processing-test-1.0.16/dkist_processing_test.egg-info → dkist-processing-test-1.0.18}/PKG-INFO +1 -1
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/bitbucket-pipelines.yml +0 -2
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/write_l1.py +5 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18/dkist_processing_test.egg-info}/PKG-INFO +1 -1
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test.egg-info/requires.txt +2 -1
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/setup.cfg +2 -1
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/.gitignore +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/.pre-commit-config.yaml +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/README.rst +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/__init__.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/models/__init__.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/models/parameters.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.18
|
|
4
4
|
Summary: Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-test/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -34,7 +34,6 @@ definitions:
|
|
|
34
34
|
name: Test
|
|
35
35
|
script:
|
|
36
36
|
- pip install .[test]
|
|
37
|
-
- pip install -U dkist-processing-core
|
|
38
37
|
- pytest -v -n auto -m "not development" --cov dkist_processing_test
|
|
39
38
|
services:
|
|
40
39
|
- redis
|
|
@@ -44,7 +43,6 @@ definitions:
|
|
|
44
43
|
name: Push Workflow
|
|
45
44
|
script:
|
|
46
45
|
- pip install .
|
|
47
|
-
- pip install -U dkist-processing-core
|
|
48
46
|
- export BUILD_VERSION="${BITBUCKET_TAG:1}"
|
|
49
47
|
- export ARTIFACT_FOLDER="${BITBUCKET_REPO_SLUG}_${BUILD_VERSION}/"
|
|
50
48
|
- python -c "from dkist_processing_core.build_utils import export; import dkist_processing_test.workflows as workflow_package; export(workflow_package, '${ARTIFACT_FOLDER}')"
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
from typing import Literal
|
|
2
2
|
|
|
3
|
+
import astropy.units as u
|
|
3
4
|
from astropy.io import fits
|
|
4
5
|
from astropy.time import Time
|
|
5
6
|
from astropy.time import TimeDelta
|
|
7
|
+
from dkist_processing_common.models.wavelength import WavelengthRange
|
|
6
8
|
from dkist_processing_common.tasks import WriteL1Frame
|
|
7
9
|
|
|
8
10
|
|
|
@@ -57,3 +59,6 @@ class WriteL1Data(WriteL1Frame):
|
|
|
57
59
|
Time(header["DATE-BEG"], format="isot", precision=6)
|
|
58
60
|
+ TimeDelta(float(header["TEXPOSUR"]) / 1000, format="sec")
|
|
59
61
|
).to_value("isot")
|
|
62
|
+
|
|
63
|
+
def get_wavelength_range(self, header: fits.Header) -> WavelengthRange:
|
|
64
|
+
return WavelengthRange(min=1075.0 * u.nm, max=1085.0 * u.nm)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.18
|
|
4
4
|
Summary: Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-test/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -17,12 +17,13 @@ setup_requires = setuptools_scm
|
|
|
17
17
|
packages = find:
|
|
18
18
|
include_package_data = True
|
|
19
19
|
install_requires =
|
|
20
|
-
dkist-processing-common == 2.
|
|
20
|
+
dkist-processing-common == 2.4.1
|
|
21
21
|
dkist-header-validator == 3.0.5
|
|
22
22
|
dkist-fits-specifications == 3.5.0
|
|
23
23
|
numba == 0.56.0
|
|
24
24
|
astropy == 5.1.1
|
|
25
25
|
numpy == 1.22.4
|
|
26
|
+
dkist-spectral-lines == 1.0.0
|
|
26
27
|
|
|
27
28
|
[options.extras_require]
|
|
28
29
|
test =
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist-processing-test-1.0.16 → dkist-processing-test-1.0.18}/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
|