dkist-processing-common 14.3.4__tar.gz → 14.3.5rc1__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_common-14.3.5rc1/.snyk +13 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/PKG-INFO +2 -2
- dkist_processing_common-14.3.5rc1/changelog/349.misc.rst +1 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common.egg-info/PKG-INFO +2 -2
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common.egg-info/SOURCES.txt +1 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common.egg-info/requires.txt +1 -1
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common.egg-info/scm_file_list.json +109 -108
- dkist_processing_common-14.3.5rc1/dkist_processing_common.egg-info/scm_version.json +8 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/pyproject.toml +1 -1
- dkist_processing_common-14.3.4/.snyk +0 -2
- dkist_processing_common-14.3.4/dkist_processing_common.egg-info/scm_version.json +0 -8
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/.gitignore +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/.readthedocs.yml +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/CHANGELOG.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/README.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/changelog/.gitempty +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/_util/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/_util/constants.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/_util/graphql.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/_util/scratch.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/_util/tags.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/array.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/asdf.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/basemodel.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/bytes.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/fits.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/iobase.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/json.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/path.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/codecs/str.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/config.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/fonts/Lato-Regular.ttf +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/fonts/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/manual.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/constants.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/dkist_location.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/extras.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/flower_pot.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/fried_parameter.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/graphql.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/input_dataset.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/message.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/message_queue_binding.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/metric_code.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/parameters.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/tags.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/task_name.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/telemetry.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/models/wavelength.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/average_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/cs_step.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/dsps_repeat.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/experiment_id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/l0_fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/l1_fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/lookup_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/near_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/observing_program_id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/proposal_id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/retarder.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/single_value_single_key_flower.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/task.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/time.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/unique_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/parsers/wavelength.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/assemble_movie.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/l1_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/globus.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/interservice_bus.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/metadata_store.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/object_store.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/quality/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/quality/_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/mixin/quality/_metrics.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/output_data_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/parse_l0_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/quality_metrics.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/teardown.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/transfer_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/trial_catalog.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/trial_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/write_extra.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/write_l1.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tasks/write_l1_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/conftest.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/mock_metadata_store.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_assemble_movie.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_assemble_quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_codecs.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_constants.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_construct_dataset_extras.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_cs_step.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_dkist_location.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_flower_pot.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_fried_parameter.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_input_dataset.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_interservice_bus.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_interservice_bus_mixin.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_manual_processing.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_output_data_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_parameters.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_parse_l0_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_publish_catalog_messages.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_quality_mixin.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_scratch.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_stems.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_submit_dataset_metadata.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_tags.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_task_name.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_task_parsing.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_teardown.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_transfer_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_transfer_l1_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_trial_catalog.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_trial_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_workflow_task_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common/tests/test_write_l1.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common.egg-info/dependency_links.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/dkist_processing_common.egg-info/top_level.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/Makefile +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/changelog.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/conf.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/index.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/landing_page.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/make.bat +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/docs/requirements.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/licenses/LICENSE.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/setup.cfg +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
|
|
2
|
+
# https://docs.snyk.io/manage-risk/policies/the-.snyk-file#syntax-of-the-.snyk-file
|
|
3
|
+
version: v1.25.0
|
|
4
|
+
ignore:
|
|
5
|
+
SNYK-PYTHON-APACHEAIRFLOWCORE-17879182:
|
|
6
|
+
- "*" :
|
|
7
|
+
reason: 'Patched in Airflow 3.3.0, but we are not ready to upgrade till 3.3.1 or later'
|
|
8
|
+
expires: '2027-07-07T00:00:00.000Z'
|
|
9
|
+
SNYK-PYTHON-APACHEAIRFLOWCORE-17933331:
|
|
10
|
+
- '*':
|
|
11
|
+
reason: 'Ignored by bulk CI/CD Snyk policy update'
|
|
12
|
+
expires: '2099-12-31T23:59:59.999Z'
|
|
13
|
+
created: '2026-07-10T15:53:27.931Z'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 14.3.
|
|
3
|
+
Version: 14.3.5rc1
|
|
4
4
|
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: asdf<6.0,>=3.5.0
|
|
|
17
17
|
Requires-Dist: astropy>=7.0.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications<5.0,>=4.24.0
|
|
19
19
|
Requires-Dist: dkist-header-validator<6.0,>=5.3.0
|
|
20
|
-
Requires-Dist: dkist-processing-core==7.
|
|
20
|
+
Requires-Dist: dkist-processing-core==7.4.0rc1
|
|
21
21
|
Requires-Dist: dkist-processing-pac<4.0,>=3.1
|
|
22
22
|
Requires-Dist: dkist-service-configuration<5.0,>=4.3.0
|
|
23
23
|
Requires-Dist: dkist-spectral-lines<4.0,>=3.0.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Update `dkist-processing-core` to version 7.4.0 which includes support for multi-core and gpu resource queues.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 14.3.
|
|
3
|
+
Version: 14.3.5rc1
|
|
4
4
|
Summary: Common task classes used by the DKIST science data processing pipelines
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: asdf<6.0,>=3.5.0
|
|
|
17
17
|
Requires-Dist: astropy>=7.0.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications<5.0,>=4.24.0
|
|
19
19
|
Requires-Dist: dkist-header-validator<6.0,>=5.3.0
|
|
20
|
-
Requires-Dist: dkist-processing-core==7.
|
|
20
|
+
Requires-Dist: dkist-processing-core==7.4.0rc1
|
|
21
21
|
Requires-Dist: dkist-processing-pac<4.0,>=3.1
|
|
22
22
|
Requires-Dist: dkist-service-configuration<5.0,>=4.3.0
|
|
23
23
|
Requires-Dist: dkist-spectral-lines<4.0,>=3.0.0
|
|
@@ -2,7 +2,7 @@ asdf<6.0,>=3.5.0
|
|
|
2
2
|
astropy>=7.0.0
|
|
3
3
|
dkist-fits-specifications<5.0,>=4.24.0
|
|
4
4
|
dkist-header-validator<6.0,>=5.3.0
|
|
5
|
-
dkist-processing-core==7.
|
|
5
|
+
dkist-processing-core==7.4.0rc1
|
|
6
6
|
dkist-processing-pac<4.0,>=3.1
|
|
7
7
|
dkist-service-configuration<5.0,>=4.3.0
|
|
8
8
|
dkist-spectral-lines<4.0,>=3.0.0
|
|
@@ -1,139 +1,140 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": [
|
|
3
|
-
"
|
|
4
|
-
"bitbucket-pipelines.yml",
|
|
3
|
+
".gitignore",
|
|
5
4
|
".pre-commit-config.yaml",
|
|
6
|
-
"pyproject.toml",
|
|
7
|
-
".snyk",
|
|
8
|
-
"CHANGELOG.rst",
|
|
9
5
|
".readthedocs.yml",
|
|
10
|
-
".gitignore",
|
|
11
|
-
"licenses/LICENSE.rst",
|
|
12
6
|
".rovodev/.review-agent.md",
|
|
7
|
+
".snyk",
|
|
8
|
+
"CHANGELOG.rst",
|
|
9
|
+
"README.rst",
|
|
10
|
+
"bitbucket-pipelines.yml",
|
|
11
|
+
"changelog/.gitempty",
|
|
12
|
+
"changelog/349.misc.rst",
|
|
13
13
|
"dkist_processing_common/__init__.py",
|
|
14
|
-
"dkist_processing_common/
|
|
15
|
-
"dkist_processing_common/
|
|
16
|
-
"dkist_processing_common/
|
|
17
|
-
"dkist_processing_common/
|
|
18
|
-
"dkist_processing_common/
|
|
19
|
-
"dkist_processing_common/tests/test_assemble_quality.py",
|
|
20
|
-
"dkist_processing_common/tests/test_constants.py",
|
|
21
|
-
"dkist_processing_common/tests/test_tags.py",
|
|
22
|
-
"dkist_processing_common/tests/test_parse_l0_input_data.py",
|
|
23
|
-
"dkist_processing_common/tests/test_interservice_bus_mixin.py",
|
|
24
|
-
"dkist_processing_common/tests/test_trial_catalog.py",
|
|
25
|
-
"dkist_processing_common/tests/test_stems.py",
|
|
26
|
-
"dkist_processing_common/tests/test_codecs.py",
|
|
27
|
-
"dkist_processing_common/tests/test_publish_catalog_messages.py",
|
|
28
|
-
"dkist_processing_common/tests/test_interservice_bus.py",
|
|
29
|
-
"dkist_processing_common/tests/__init__.py",
|
|
30
|
-
"dkist_processing_common/tests/test_base.py",
|
|
31
|
-
"dkist_processing_common/tests/test_parameters.py",
|
|
32
|
-
"dkist_processing_common/tests/conftest.py",
|
|
33
|
-
"dkist_processing_common/tests/test_construct_dataset_extras.py",
|
|
34
|
-
"dkist_processing_common/tests/test_write_l1.py",
|
|
35
|
-
"dkist_processing_common/tests/test_task_parsing.py",
|
|
36
|
-
"dkist_processing_common/tests/test_manual_processing.py",
|
|
37
|
-
"dkist_processing_common/tests/test_fits_access.py",
|
|
38
|
-
"dkist_processing_common/tests/test_teardown.py",
|
|
39
|
-
"dkist_processing_common/tests/mock_metadata_store.py",
|
|
40
|
-
"dkist_processing_common/tests/test_task_name.py",
|
|
41
|
-
"dkist_processing_common/tests/test_scratch.py",
|
|
42
|
-
"dkist_processing_common/tests/test_flower_pot.py",
|
|
43
|
-
"dkist_processing_common/tests/test_cs_step.py",
|
|
44
|
-
"dkist_processing_common/tests/test_input_dataset.py",
|
|
45
|
-
"dkist_processing_common/tests/test_submit_dataset_metadata.py",
|
|
46
|
-
"dkist_processing_common/tests/test_transfer_input_data.py",
|
|
47
|
-
"dkist_processing_common/tests/test_quality.py",
|
|
48
|
-
"dkist_processing_common/tests/test_dkist_location.py",
|
|
49
|
-
"dkist_processing_common/tests/test_fried_parameter.py",
|
|
50
|
-
"dkist_processing_common/tests/test_transfer_l1_output_data.py",
|
|
51
|
-
"dkist_processing_common/tests/test_output_data_base.py",
|
|
52
|
-
"dkist_processing_common/tests/test_assemble_movie.py",
|
|
53
|
-
"dkist_processing_common/tasks/parse_l0_input_data.py",
|
|
54
|
-
"dkist_processing_common/tasks/write_l1.py",
|
|
55
|
-
"dkist_processing_common/tasks/assemble_movie.py",
|
|
56
|
-
"dkist_processing_common/tasks/output_data_base.py",
|
|
57
|
-
"dkist_processing_common/tasks/write_extra.py",
|
|
58
|
-
"dkist_processing_common/tasks/__init__.py",
|
|
59
|
-
"dkist_processing_common/tasks/quality_metrics.py",
|
|
60
|
-
"dkist_processing_common/tasks/trial_output_data.py",
|
|
61
|
-
"dkist_processing_common/tasks/write_l1_base.py",
|
|
62
|
-
"dkist_processing_common/tasks/trial_catalog.py",
|
|
63
|
-
"dkist_processing_common/tasks/l1_output_data.py",
|
|
64
|
-
"dkist_processing_common/tasks/base.py",
|
|
65
|
-
"dkist_processing_common/tasks/transfer_input_data.py",
|
|
66
|
-
"dkist_processing_common/tasks/teardown.py",
|
|
67
|
-
"dkist_processing_common/tasks/mixin/interservice_bus.py",
|
|
68
|
-
"dkist_processing_common/tasks/mixin/globus.py",
|
|
69
|
-
"dkist_processing_common/tasks/mixin/__init__.py",
|
|
70
|
-
"dkist_processing_common/tasks/mixin/object_store.py",
|
|
71
|
-
"dkist_processing_common/tasks/mixin/metadata_store.py",
|
|
72
|
-
"dkist_processing_common/tasks/mixin/quality/__init__.py",
|
|
73
|
-
"dkist_processing_common/tasks/mixin/quality/_base.py",
|
|
74
|
-
"dkist_processing_common/tasks/mixin/quality/_metrics.py",
|
|
75
|
-
"dkist_processing_common/codecs/json.py",
|
|
76
|
-
"dkist_processing_common/codecs/basemodel.py",
|
|
77
|
-
"dkist_processing_common/codecs/fits.py",
|
|
14
|
+
"dkist_processing_common/_util/__init__.py",
|
|
15
|
+
"dkist_processing_common/_util/constants.py",
|
|
16
|
+
"dkist_processing_common/_util/graphql.py",
|
|
17
|
+
"dkist_processing_common/_util/scratch.py",
|
|
18
|
+
"dkist_processing_common/_util/tags.py",
|
|
78
19
|
"dkist_processing_common/codecs/__init__.py",
|
|
79
|
-
"dkist_processing_common/codecs/iobase.py",
|
|
80
20
|
"dkist_processing_common/codecs/array.py",
|
|
81
|
-
"dkist_processing_common/codecs/bytes.py",
|
|
82
21
|
"dkist_processing_common/codecs/asdf.py",
|
|
83
|
-
"dkist_processing_common/codecs/
|
|
22
|
+
"dkist_processing_common/codecs/basemodel.py",
|
|
23
|
+
"dkist_processing_common/codecs/bytes.py",
|
|
24
|
+
"dkist_processing_common/codecs/fits.py",
|
|
25
|
+
"dkist_processing_common/codecs/iobase.py",
|
|
26
|
+
"dkist_processing_common/codecs/json.py",
|
|
84
27
|
"dkist_processing_common/codecs/path.py",
|
|
28
|
+
"dkist_processing_common/codecs/quality.py",
|
|
85
29
|
"dkist_processing_common/codecs/str.py",
|
|
86
|
-
"dkist_processing_common/
|
|
87
|
-
"dkist_processing_common/
|
|
88
|
-
"dkist_processing_common/
|
|
30
|
+
"dkist_processing_common/config.py",
|
|
31
|
+
"dkist_processing_common/fonts/Lato-Regular.ttf",
|
|
32
|
+
"dkist_processing_common/fonts/__init__.py",
|
|
33
|
+
"dkist_processing_common/manual.py",
|
|
34
|
+
"dkist_processing_common/models/__init__.py",
|
|
89
35
|
"dkist_processing_common/models/constants.py",
|
|
90
|
-
"dkist_processing_common/models/
|
|
91
|
-
"dkist_processing_common/models/
|
|
36
|
+
"dkist_processing_common/models/dkist_location.py",
|
|
37
|
+
"dkist_processing_common/models/extras.py",
|
|
92
38
|
"dkist_processing_common/models/fits_access.py",
|
|
93
|
-
"dkist_processing_common/models/__init__.py",
|
|
94
|
-
"dkist_processing_common/models/fried_parameter.py",
|
|
95
39
|
"dkist_processing_common/models/flower_pot.py",
|
|
96
|
-
"dkist_processing_common/models/
|
|
40
|
+
"dkist_processing_common/models/fried_parameter.py",
|
|
41
|
+
"dkist_processing_common/models/graphql.py",
|
|
42
|
+
"dkist_processing_common/models/input_dataset.py",
|
|
43
|
+
"dkist_processing_common/models/message.py",
|
|
97
44
|
"dkist_processing_common/models/message_queue_binding.py",
|
|
98
|
-
"dkist_processing_common/models/
|
|
99
|
-
"dkist_processing_common/models/wavelength.py",
|
|
45
|
+
"dkist_processing_common/models/metric_code.py",
|
|
100
46
|
"dkist_processing_common/models/parameters.py",
|
|
101
|
-
"dkist_processing_common/models/message.py",
|
|
102
|
-
"dkist_processing_common/models/dkist_location.py",
|
|
103
47
|
"dkist_processing_common/models/quality.py",
|
|
104
|
-
"dkist_processing_common/
|
|
105
|
-
"dkist_processing_common/
|
|
106
|
-
"dkist_processing_common/
|
|
48
|
+
"dkist_processing_common/models/tags.py",
|
|
49
|
+
"dkist_processing_common/models/task_name.py",
|
|
50
|
+
"dkist_processing_common/models/telemetry.py",
|
|
51
|
+
"dkist_processing_common/models/wavelength.py",
|
|
52
|
+
"dkist_processing_common/parsers/__init__.py",
|
|
53
|
+
"dkist_processing_common/parsers/average_bud.py",
|
|
54
|
+
"dkist_processing_common/parsers/cs_step.py",
|
|
55
|
+
"dkist_processing_common/parsers/dsps_repeat.py",
|
|
56
|
+
"dkist_processing_common/parsers/experiment_id_bud.py",
|
|
107
57
|
"dkist_processing_common/parsers/id_bud.py",
|
|
58
|
+
"dkist_processing_common/parsers/l0_fits_access.py",
|
|
59
|
+
"dkist_processing_common/parsers/l1_fits_access.py",
|
|
108
60
|
"dkist_processing_common/parsers/lookup_bud.py",
|
|
61
|
+
"dkist_processing_common/parsers/near_bud.py",
|
|
62
|
+
"dkist_processing_common/parsers/observing_program_id_bud.py",
|
|
109
63
|
"dkist_processing_common/parsers/proposal_id_bud.py",
|
|
110
|
-
"dkist_processing_common/parsers/
|
|
64
|
+
"dkist_processing_common/parsers/quality.py",
|
|
65
|
+
"dkist_processing_common/parsers/retarder.py",
|
|
111
66
|
"dkist_processing_common/parsers/single_value_single_key_flower.py",
|
|
112
67
|
"dkist_processing_common/parsers/task.py",
|
|
113
68
|
"dkist_processing_common/parsers/time.py",
|
|
114
|
-
"dkist_processing_common/parsers/__init__.py",
|
|
115
|
-
"dkist_processing_common/parsers/cs_step.py",
|
|
116
69
|
"dkist_processing_common/parsers/unique_bud.py",
|
|
117
|
-
"dkist_processing_common/parsers/observing_program_id_bud.py",
|
|
118
|
-
"dkist_processing_common/parsers/dsps_repeat.py",
|
|
119
|
-
"dkist_processing_common/parsers/near_bud.py",
|
|
120
70
|
"dkist_processing_common/parsers/wavelength.py",
|
|
121
|
-
"dkist_processing_common/
|
|
122
|
-
"dkist_processing_common/
|
|
123
|
-
"dkist_processing_common/
|
|
124
|
-
"dkist_processing_common/
|
|
125
|
-
"dkist_processing_common/
|
|
126
|
-
"dkist_processing_common/
|
|
127
|
-
"dkist_processing_common/
|
|
128
|
-
"dkist_processing_common/
|
|
129
|
-
"dkist_processing_common/
|
|
130
|
-
"
|
|
71
|
+
"dkist_processing_common/tasks/__init__.py",
|
|
72
|
+
"dkist_processing_common/tasks/assemble_movie.py",
|
|
73
|
+
"dkist_processing_common/tasks/base.py",
|
|
74
|
+
"dkist_processing_common/tasks/l1_output_data.py",
|
|
75
|
+
"dkist_processing_common/tasks/mixin/__init__.py",
|
|
76
|
+
"dkist_processing_common/tasks/mixin/globus.py",
|
|
77
|
+
"dkist_processing_common/tasks/mixin/interservice_bus.py",
|
|
78
|
+
"dkist_processing_common/tasks/mixin/metadata_store.py",
|
|
79
|
+
"dkist_processing_common/tasks/mixin/object_store.py",
|
|
80
|
+
"dkist_processing_common/tasks/mixin/quality/__init__.py",
|
|
81
|
+
"dkist_processing_common/tasks/mixin/quality/_base.py",
|
|
82
|
+
"dkist_processing_common/tasks/mixin/quality/_metrics.py",
|
|
83
|
+
"dkist_processing_common/tasks/output_data_base.py",
|
|
84
|
+
"dkist_processing_common/tasks/parse_l0_input_data.py",
|
|
85
|
+
"dkist_processing_common/tasks/quality_metrics.py",
|
|
86
|
+
"dkist_processing_common/tasks/teardown.py",
|
|
87
|
+
"dkist_processing_common/tasks/transfer_input_data.py",
|
|
88
|
+
"dkist_processing_common/tasks/trial_catalog.py",
|
|
89
|
+
"dkist_processing_common/tasks/trial_output_data.py",
|
|
90
|
+
"dkist_processing_common/tasks/write_extra.py",
|
|
91
|
+
"dkist_processing_common/tasks/write_l1.py",
|
|
92
|
+
"dkist_processing_common/tasks/write_l1_base.py",
|
|
93
|
+
"dkist_processing_common/tests/__init__.py",
|
|
94
|
+
"dkist_processing_common/tests/conftest.py",
|
|
95
|
+
"dkist_processing_common/tests/mock_metadata_store.py",
|
|
96
|
+
"dkist_processing_common/tests/test_assemble_movie.py",
|
|
97
|
+
"dkist_processing_common/tests/test_assemble_quality.py",
|
|
98
|
+
"dkist_processing_common/tests/test_base.py",
|
|
99
|
+
"dkist_processing_common/tests/test_codecs.py",
|
|
100
|
+
"dkist_processing_common/tests/test_constants.py",
|
|
101
|
+
"dkist_processing_common/tests/test_construct_dataset_extras.py",
|
|
102
|
+
"dkist_processing_common/tests/test_cs_step.py",
|
|
103
|
+
"dkist_processing_common/tests/test_dkist_location.py",
|
|
104
|
+
"dkist_processing_common/tests/test_fits_access.py",
|
|
105
|
+
"dkist_processing_common/tests/test_flower_pot.py",
|
|
106
|
+
"dkist_processing_common/tests/test_fried_parameter.py",
|
|
107
|
+
"dkist_processing_common/tests/test_input_dataset.py",
|
|
108
|
+
"dkist_processing_common/tests/test_interservice_bus.py",
|
|
109
|
+
"dkist_processing_common/tests/test_interservice_bus_mixin.py",
|
|
110
|
+
"dkist_processing_common/tests/test_manual_processing.py",
|
|
111
|
+
"dkist_processing_common/tests/test_output_data_base.py",
|
|
112
|
+
"dkist_processing_common/tests/test_parameters.py",
|
|
113
|
+
"dkist_processing_common/tests/test_parse_l0_input_data.py",
|
|
114
|
+
"dkist_processing_common/tests/test_publish_catalog_messages.py",
|
|
115
|
+
"dkist_processing_common/tests/test_quality.py",
|
|
116
|
+
"dkist_processing_common/tests/test_quality_mixin.py",
|
|
117
|
+
"dkist_processing_common/tests/test_scratch.py",
|
|
118
|
+
"dkist_processing_common/tests/test_stems.py",
|
|
119
|
+
"dkist_processing_common/tests/test_submit_dataset_metadata.py",
|
|
120
|
+
"dkist_processing_common/tests/test_tags.py",
|
|
121
|
+
"dkist_processing_common/tests/test_task_name.py",
|
|
122
|
+
"dkist_processing_common/tests/test_task_parsing.py",
|
|
123
|
+
"dkist_processing_common/tests/test_teardown.py",
|
|
124
|
+
"dkist_processing_common/tests/test_transfer_input_data.py",
|
|
125
|
+
"dkist_processing_common/tests/test_transfer_l1_output_data.py",
|
|
126
|
+
"dkist_processing_common/tests/test_trial_catalog.py",
|
|
127
|
+
"dkist_processing_common/tests/test_trial_output_data.py",
|
|
128
|
+
"dkist_processing_common/tests/test_workflow_task_base.py",
|
|
129
|
+
"dkist_processing_common/tests/test_write_l1.py",
|
|
131
130
|
"docs/Makefile",
|
|
131
|
+
"docs/changelog.rst",
|
|
132
|
+
"docs/conf.py",
|
|
132
133
|
"docs/index.rst",
|
|
133
134
|
"docs/landing_page.rst",
|
|
134
|
-
"docs/conf.py",
|
|
135
135
|
"docs/make.bat",
|
|
136
|
-
"docs/
|
|
137
|
-
"
|
|
136
|
+
"docs/requirements.txt",
|
|
137
|
+
"licenses/LICENSE.rst",
|
|
138
|
+
"pyproject.toml"
|
|
138
139
|
]
|
|
139
140
|
}
|
|
@@ -25,7 +25,7 @@ dependencies = [
|
|
|
25
25
|
"astropy >= 7.0.0",
|
|
26
26
|
"dkist-fits-specifications >= 4.24.0, <5.0",
|
|
27
27
|
"dkist-header-validator >= 5.3.0, <6.0",
|
|
28
|
-
"dkist-processing-core == 7.
|
|
28
|
+
"dkist-processing-core == 7.4.0rc1",
|
|
29
29
|
"dkist-processing-pac >= 3.1, <4.0",
|
|
30
30
|
"dkist-service-configuration >= 4.3.0, <5.0",
|
|
31
31
|
"dkist-spectral-lines >= 3.0.0, <4.0",
|
|
File without changes
|
{dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/.rovodev/.review-agent.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5rc1}/bitbucket-pipelines.yml
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|