dkist-processing-common 14.3.4__tar.gz → 14.3.5__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.5/.snyk +13 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/CHANGELOG.rst +9 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/PKG-INFO +4 -2
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/README.rst +2 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common.egg-info/PKG-INFO +4 -2
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common.egg-info/requires.txt +1 -1
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common.egg-info/scm_file_list.json +108 -108
- dkist_processing_common-14.3.5/dkist_processing_common.egg-info/scm_version.json +8 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/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.5}/.gitignore +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/.readthedocs.yml +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/changelog/.gitempty +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/_util/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/_util/constants.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/_util/graphql.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/_util/scratch.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/_util/tags.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/array.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/asdf.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/basemodel.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/bytes.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/fits.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/iobase.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/json.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/path.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/codecs/str.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/config.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/fonts/Lato-Regular.ttf +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/fonts/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/manual.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/constants.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/dkist_location.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/extras.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/flower_pot.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/fried_parameter.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/graphql.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/input_dataset.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/message.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/message_queue_binding.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/metric_code.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/parameters.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/tags.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/task_name.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/telemetry.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/models/wavelength.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/average_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/cs_step.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/dsps_repeat.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/experiment_id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/l0_fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/l1_fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/lookup_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/near_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/observing_program_id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/proposal_id_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/retarder.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/single_value_single_key_flower.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/task.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/time.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/unique_bud.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/parsers/wavelength.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/assemble_movie.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/l1_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/globus.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/interservice_bus.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/metadata_store.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/object_store.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/quality/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/quality/_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/mixin/quality/_metrics.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/output_data_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/parse_l0_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/quality_metrics.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/teardown.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/transfer_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/trial_catalog.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/trial_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/write_extra.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/write_l1.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tasks/write_l1_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/__init__.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/conftest.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/mock_metadata_store.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_assemble_movie.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_assemble_quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_codecs.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_constants.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_construct_dataset_extras.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_cs_step.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_dkist_location.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_fits_access.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_flower_pot.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_fried_parameter.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_input_dataset.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_interservice_bus.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_interservice_bus_mixin.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_manual_processing.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_output_data_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_parameters.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_parse_l0_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_publish_catalog_messages.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_quality.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_quality_mixin.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_scratch.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_stems.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_submit_dataset_metadata.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_tags.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_task_name.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_task_parsing.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_teardown.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_transfer_input_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_transfer_l1_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_trial_catalog.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_trial_output_data.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_workflow_task_base.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/tests/test_write_l1.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common.egg-info/SOURCES.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common.egg-info/dependency_links.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common.egg-info/top_level.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/Makefile +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/changelog.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/conf.py +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/index.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/landing_page.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/make.bat +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/docs/requirements.txt +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/licenses/LICENSE.rst +0 -0
- {dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/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,3 +1,12 @@
|
|
|
1
|
+
v14.3.5 (2026-08-10)
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
Misc
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
- Update `dkist-processing-core` to version 7.4.0 which includes support for multi-core and gpu resource queues. (`#349 <https://bitbucket.org/dkistdc/dkist-processing-common/pull-requests/349>`__)
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
v14.3.4 (2026-06-22)
|
|
2
11
|
====================
|
|
3
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 14.3.
|
|
3
|
+
Version: 14.3.5
|
|
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.0
|
|
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
|
|
@@ -152,6 +152,8 @@ Environment Variables
|
|
|
152
152
|
- annotation=int required=False default=5 description='Number of retries for pip installs.'
|
|
153
153
|
* - IS_NOTEBOOK_EXECUTION_ENVIRONMENT
|
|
154
154
|
- annotation=bool required=False default=False description='Indication of whether the code is running in a notebook execution environment.' examples=[True, False]
|
|
155
|
+
* - CPU_COUNT
|
|
156
|
+
- annotation=int required=False default=1 description='Number of CPUs available i.e. The maximum number of cores available for simultaneous execution.'
|
|
155
157
|
* - NOTEBOOK_SAVE_WAIT_ATTEMPTS
|
|
156
158
|
- annotation=int required=False default=120 description='Number of attempts to check for a saved notebook before raising an error.'
|
|
157
159
|
* - NOTEBOOK_SAVE_WAIT_DELAY
|
|
@@ -87,6 +87,8 @@ Environment Variables
|
|
|
87
87
|
- annotation=int required=False default=5 description='Number of retries for pip installs.'
|
|
88
88
|
* - IS_NOTEBOOK_EXECUTION_ENVIRONMENT
|
|
89
89
|
- annotation=bool required=False default=False description='Indication of whether the code is running in a notebook execution environment.' examples=[True, False]
|
|
90
|
+
* - CPU_COUNT
|
|
91
|
+
- annotation=int required=False default=1 description='Number of CPUs available i.e. The maximum number of cores available for simultaneous execution.'
|
|
90
92
|
* - NOTEBOOK_SAVE_WAIT_ATTEMPTS
|
|
91
93
|
- annotation=int required=False default=120 description='Number of attempts to check for a saved notebook before raising an error.'
|
|
92
94
|
* - NOTEBOOK_SAVE_WAIT_DELAY
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-common
|
|
3
|
-
Version: 14.3.
|
|
3
|
+
Version: 14.3.5
|
|
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.0
|
|
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
|
|
@@ -152,6 +152,8 @@ Environment Variables
|
|
|
152
152
|
- annotation=int required=False default=5 description='Number of retries for pip installs.'
|
|
153
153
|
* - IS_NOTEBOOK_EXECUTION_ENVIRONMENT
|
|
154
154
|
- annotation=bool required=False default=False description='Indication of whether the code is running in a notebook execution environment.' examples=[True, False]
|
|
155
|
+
* - CPU_COUNT
|
|
156
|
+
- annotation=int required=False default=1 description='Number of CPUs available i.e. The maximum number of cores available for simultaneous execution.'
|
|
155
157
|
* - NOTEBOOK_SAVE_WAIT_ATTEMPTS
|
|
156
158
|
- annotation=int required=False default=120 description='Number of attempts to check for a saved notebook before raising an error.'
|
|
157
159
|
* - NOTEBOOK_SAVE_WAIT_DELAY
|
|
@@ -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.0
|
|
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,139 @@
|
|
|
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",
|
|
13
12
|
"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",
|
|
13
|
+
"dkist_processing_common/_util/__init__.py",
|
|
14
|
+
"dkist_processing_common/_util/constants.py",
|
|
15
|
+
"dkist_processing_common/_util/graphql.py",
|
|
16
|
+
"dkist_processing_common/_util/scratch.py",
|
|
17
|
+
"dkist_processing_common/_util/tags.py",
|
|
78
18
|
"dkist_processing_common/codecs/__init__.py",
|
|
79
|
-
"dkist_processing_common/codecs/iobase.py",
|
|
80
19
|
"dkist_processing_common/codecs/array.py",
|
|
81
|
-
"dkist_processing_common/codecs/bytes.py",
|
|
82
20
|
"dkist_processing_common/codecs/asdf.py",
|
|
83
|
-
"dkist_processing_common/codecs/
|
|
21
|
+
"dkist_processing_common/codecs/basemodel.py",
|
|
22
|
+
"dkist_processing_common/codecs/bytes.py",
|
|
23
|
+
"dkist_processing_common/codecs/fits.py",
|
|
24
|
+
"dkist_processing_common/codecs/iobase.py",
|
|
25
|
+
"dkist_processing_common/codecs/json.py",
|
|
84
26
|
"dkist_processing_common/codecs/path.py",
|
|
27
|
+
"dkist_processing_common/codecs/quality.py",
|
|
85
28
|
"dkist_processing_common/codecs/str.py",
|
|
86
|
-
"dkist_processing_common/
|
|
87
|
-
"dkist_processing_common/
|
|
88
|
-
"dkist_processing_common/
|
|
29
|
+
"dkist_processing_common/config.py",
|
|
30
|
+
"dkist_processing_common/fonts/Lato-Regular.ttf",
|
|
31
|
+
"dkist_processing_common/fonts/__init__.py",
|
|
32
|
+
"dkist_processing_common/manual.py",
|
|
33
|
+
"dkist_processing_common/models/__init__.py",
|
|
89
34
|
"dkist_processing_common/models/constants.py",
|
|
90
|
-
"dkist_processing_common/models/
|
|
91
|
-
"dkist_processing_common/models/
|
|
35
|
+
"dkist_processing_common/models/dkist_location.py",
|
|
36
|
+
"dkist_processing_common/models/extras.py",
|
|
92
37
|
"dkist_processing_common/models/fits_access.py",
|
|
93
|
-
"dkist_processing_common/models/__init__.py",
|
|
94
|
-
"dkist_processing_common/models/fried_parameter.py",
|
|
95
38
|
"dkist_processing_common/models/flower_pot.py",
|
|
96
|
-
"dkist_processing_common/models/
|
|
39
|
+
"dkist_processing_common/models/fried_parameter.py",
|
|
40
|
+
"dkist_processing_common/models/graphql.py",
|
|
41
|
+
"dkist_processing_common/models/input_dataset.py",
|
|
42
|
+
"dkist_processing_common/models/message.py",
|
|
97
43
|
"dkist_processing_common/models/message_queue_binding.py",
|
|
98
|
-
"dkist_processing_common/models/
|
|
99
|
-
"dkist_processing_common/models/wavelength.py",
|
|
44
|
+
"dkist_processing_common/models/metric_code.py",
|
|
100
45
|
"dkist_processing_common/models/parameters.py",
|
|
101
|
-
"dkist_processing_common/models/message.py",
|
|
102
|
-
"dkist_processing_common/models/dkist_location.py",
|
|
103
46
|
"dkist_processing_common/models/quality.py",
|
|
104
|
-
"dkist_processing_common/
|
|
105
|
-
"dkist_processing_common/
|
|
106
|
-
"dkist_processing_common/
|
|
47
|
+
"dkist_processing_common/models/tags.py",
|
|
48
|
+
"dkist_processing_common/models/task_name.py",
|
|
49
|
+
"dkist_processing_common/models/telemetry.py",
|
|
50
|
+
"dkist_processing_common/models/wavelength.py",
|
|
51
|
+
"dkist_processing_common/parsers/__init__.py",
|
|
52
|
+
"dkist_processing_common/parsers/average_bud.py",
|
|
53
|
+
"dkist_processing_common/parsers/cs_step.py",
|
|
54
|
+
"dkist_processing_common/parsers/dsps_repeat.py",
|
|
55
|
+
"dkist_processing_common/parsers/experiment_id_bud.py",
|
|
107
56
|
"dkist_processing_common/parsers/id_bud.py",
|
|
57
|
+
"dkist_processing_common/parsers/l0_fits_access.py",
|
|
58
|
+
"dkist_processing_common/parsers/l1_fits_access.py",
|
|
108
59
|
"dkist_processing_common/parsers/lookup_bud.py",
|
|
60
|
+
"dkist_processing_common/parsers/near_bud.py",
|
|
61
|
+
"dkist_processing_common/parsers/observing_program_id_bud.py",
|
|
109
62
|
"dkist_processing_common/parsers/proposal_id_bud.py",
|
|
110
|
-
"dkist_processing_common/parsers/
|
|
63
|
+
"dkist_processing_common/parsers/quality.py",
|
|
64
|
+
"dkist_processing_common/parsers/retarder.py",
|
|
111
65
|
"dkist_processing_common/parsers/single_value_single_key_flower.py",
|
|
112
66
|
"dkist_processing_common/parsers/task.py",
|
|
113
67
|
"dkist_processing_common/parsers/time.py",
|
|
114
|
-
"dkist_processing_common/parsers/__init__.py",
|
|
115
|
-
"dkist_processing_common/parsers/cs_step.py",
|
|
116
68
|
"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
69
|
"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
|
-
"
|
|
70
|
+
"dkist_processing_common/tasks/__init__.py",
|
|
71
|
+
"dkist_processing_common/tasks/assemble_movie.py",
|
|
72
|
+
"dkist_processing_common/tasks/base.py",
|
|
73
|
+
"dkist_processing_common/tasks/l1_output_data.py",
|
|
74
|
+
"dkist_processing_common/tasks/mixin/__init__.py",
|
|
75
|
+
"dkist_processing_common/tasks/mixin/globus.py",
|
|
76
|
+
"dkist_processing_common/tasks/mixin/interservice_bus.py",
|
|
77
|
+
"dkist_processing_common/tasks/mixin/metadata_store.py",
|
|
78
|
+
"dkist_processing_common/tasks/mixin/object_store.py",
|
|
79
|
+
"dkist_processing_common/tasks/mixin/quality/__init__.py",
|
|
80
|
+
"dkist_processing_common/tasks/mixin/quality/_base.py",
|
|
81
|
+
"dkist_processing_common/tasks/mixin/quality/_metrics.py",
|
|
82
|
+
"dkist_processing_common/tasks/output_data_base.py",
|
|
83
|
+
"dkist_processing_common/tasks/parse_l0_input_data.py",
|
|
84
|
+
"dkist_processing_common/tasks/quality_metrics.py",
|
|
85
|
+
"dkist_processing_common/tasks/teardown.py",
|
|
86
|
+
"dkist_processing_common/tasks/transfer_input_data.py",
|
|
87
|
+
"dkist_processing_common/tasks/trial_catalog.py",
|
|
88
|
+
"dkist_processing_common/tasks/trial_output_data.py",
|
|
89
|
+
"dkist_processing_common/tasks/write_extra.py",
|
|
90
|
+
"dkist_processing_common/tasks/write_l1.py",
|
|
91
|
+
"dkist_processing_common/tasks/write_l1_base.py",
|
|
92
|
+
"dkist_processing_common/tests/__init__.py",
|
|
93
|
+
"dkist_processing_common/tests/conftest.py",
|
|
94
|
+
"dkist_processing_common/tests/mock_metadata_store.py",
|
|
95
|
+
"dkist_processing_common/tests/test_assemble_movie.py",
|
|
96
|
+
"dkist_processing_common/tests/test_assemble_quality.py",
|
|
97
|
+
"dkist_processing_common/tests/test_base.py",
|
|
98
|
+
"dkist_processing_common/tests/test_codecs.py",
|
|
99
|
+
"dkist_processing_common/tests/test_constants.py",
|
|
100
|
+
"dkist_processing_common/tests/test_construct_dataset_extras.py",
|
|
101
|
+
"dkist_processing_common/tests/test_cs_step.py",
|
|
102
|
+
"dkist_processing_common/tests/test_dkist_location.py",
|
|
103
|
+
"dkist_processing_common/tests/test_fits_access.py",
|
|
104
|
+
"dkist_processing_common/tests/test_flower_pot.py",
|
|
105
|
+
"dkist_processing_common/tests/test_fried_parameter.py",
|
|
106
|
+
"dkist_processing_common/tests/test_input_dataset.py",
|
|
107
|
+
"dkist_processing_common/tests/test_interservice_bus.py",
|
|
108
|
+
"dkist_processing_common/tests/test_interservice_bus_mixin.py",
|
|
109
|
+
"dkist_processing_common/tests/test_manual_processing.py",
|
|
110
|
+
"dkist_processing_common/tests/test_output_data_base.py",
|
|
111
|
+
"dkist_processing_common/tests/test_parameters.py",
|
|
112
|
+
"dkist_processing_common/tests/test_parse_l0_input_data.py",
|
|
113
|
+
"dkist_processing_common/tests/test_publish_catalog_messages.py",
|
|
114
|
+
"dkist_processing_common/tests/test_quality.py",
|
|
115
|
+
"dkist_processing_common/tests/test_quality_mixin.py",
|
|
116
|
+
"dkist_processing_common/tests/test_scratch.py",
|
|
117
|
+
"dkist_processing_common/tests/test_stems.py",
|
|
118
|
+
"dkist_processing_common/tests/test_submit_dataset_metadata.py",
|
|
119
|
+
"dkist_processing_common/tests/test_tags.py",
|
|
120
|
+
"dkist_processing_common/tests/test_task_name.py",
|
|
121
|
+
"dkist_processing_common/tests/test_task_parsing.py",
|
|
122
|
+
"dkist_processing_common/tests/test_teardown.py",
|
|
123
|
+
"dkist_processing_common/tests/test_transfer_input_data.py",
|
|
124
|
+
"dkist_processing_common/tests/test_transfer_l1_output_data.py",
|
|
125
|
+
"dkist_processing_common/tests/test_trial_catalog.py",
|
|
126
|
+
"dkist_processing_common/tests/test_trial_output_data.py",
|
|
127
|
+
"dkist_processing_common/tests/test_workflow_task_base.py",
|
|
128
|
+
"dkist_processing_common/tests/test_write_l1.py",
|
|
131
129
|
"docs/Makefile",
|
|
130
|
+
"docs/changelog.rst",
|
|
131
|
+
"docs/conf.py",
|
|
132
132
|
"docs/index.rst",
|
|
133
133
|
"docs/landing_page.rst",
|
|
134
|
-
"docs/conf.py",
|
|
135
134
|
"docs/make.bat",
|
|
136
|
-
"docs/
|
|
137
|
-
"
|
|
135
|
+
"docs/requirements.txt",
|
|
136
|
+
"licenses/LICENSE.rst",
|
|
137
|
+
"pyproject.toml"
|
|
138
138
|
]
|
|
139
139
|
}
|
|
@@ -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.0",
|
|
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
|
|
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
|
{dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_common-14.3.4 → dkist_processing_common-14.3.5}/dkist_processing_common/manual.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
|
|
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
|