dkist-processing-common 11.7.0rc1__tar.gz → 11.7.0rc3__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-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/PKG-INFO +1 -1
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/constants.py +8 -50
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/id_bud.py +0 -2
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/time.py +9 -3
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/parse_l0_input_data.py +18 -35
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_parse_l0_input_data.py +7 -7
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common.egg-info/PKG-INFO +1 -1
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/.gitignore +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/.readthedocs.yml +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/.snyk +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/CHANGELOG.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/README.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/.gitempty +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.feature.1.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.feature.2.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.feature.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.misc.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.removal.1.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.removal.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/_util/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/_util/constants.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/_util/graphql.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/_util/scratch.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/_util/tags.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/array.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/asdf.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/basemodel.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/bytes.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/fits.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/iobase.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/json.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/path.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/quality.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/codecs/str.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/config.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/fonts/Lato-Regular.ttf +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/fonts/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/manual.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/dkist_location.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/fits_access.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/flower_pot.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/fried_parameter.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/graphql.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/input_dataset.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/message.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/message_queue_binding.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/metric_code.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/parameters.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/quality.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/tags.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/task_name.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/telemetry.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/models/wavelength.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/average_bud.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/cs_step.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/dsps_repeat.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/experiment_id_bud.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/l0_fits_access.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/l1_fits_access.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/near_bud.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/proposal_id_bud.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/quality.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/retarder.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/single_value_single_key_flower.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/task.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/unique_bud.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/parsers/wavelength.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/assemble_movie.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/base.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/l1_output_data.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/globus.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/interservice_bus.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/metadata_store.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/object_store.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/quality/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/quality/_base.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/mixin/quality/_metrics.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/output_data_base.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/quality_metrics.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/teardown.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/transfer_input_data.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/trial_catalog.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/trial_output_data.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tasks/write_l1.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/__init__.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/conftest.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/mock_metadata_store.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_assemble_movie.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_assemble_quality.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_base.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_codecs.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_constants.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_cs_step.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_dkist_location.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_fits_access.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_flower_pot.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_fried_parameter.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_input_dataset.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_interservice_bus.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_interservice_bus_mixin.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_manual_processing.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_output_data_base.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_parameters.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_publish_catalog_messages.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_quality.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_quality_mixin.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_scratch.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_stems.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_submit_dataset_metadata.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_tags.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_task_name.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_task_parsing.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_teardown.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_transfer_input_data.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_transfer_l1_output_data.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_trial_catalog.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_trial_output_data.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_workflow_task_base.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common/tests/test_write_l1.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common.egg-info/SOURCES.txt +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common.egg-info/dependency_links.txt +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common.egg-info/requires.txt +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/dkist_processing_common.egg-info/top_level.txt +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/Makefile +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/changelog.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/conf.py +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/index.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/landing_page.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/make.bat +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/requirements.txt +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/licenses/LICENSE.rst +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/pyproject.toml +0 -0
- {dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/setup.cfg +0 -0
|
@@ -79,25 +79,18 @@ class BudName(StrEnum):
|
|
|
79
79
|
polcal_average_telescope_azimuth = "POLCAL_AVERAGE_TELESCOPE_AZIMUTH"
|
|
80
80
|
dark_gos_level3_status = "DARK_GOS_LEVEL3_STATUS"
|
|
81
81
|
solar_gain_gos_level3_status = "SOLAR_GAIN_GOS_LEVEL3_STATUS"
|
|
82
|
-
polcal_gos_level3_status = "POLCAL_GOS_LEVEL3_STATUS"
|
|
83
82
|
dark_gos_level3_lamp_status = "DARK_GOS_LEVEL3_LAMP_STATUS"
|
|
84
83
|
solar_gain_gos_level3_lamp_status = "SOLAR_GAIN_GOS_LEVEL3_LAMP_STATUS"
|
|
85
|
-
polcal_gos_level3_lamp_status = "POLCAL_GOS_LEVEL3_LAMP_STATUS"
|
|
86
84
|
dark_gos_polarizer_status = "DARK_GOS_POLARIZER_STATUS"
|
|
87
85
|
solar_gain_gos_polarizer_status = "SOLAR_GAIN_GOS_POLARIZER_STATUS"
|
|
88
|
-
polcal_gos_polarizer_status = "POLCAL_GOS_POLARIZER_STATUS"
|
|
89
86
|
dark_gos_polarizer_angle = "DARK_GOS_POLARIZER_ANGLE"
|
|
90
87
|
solar_gain_gos_polarizer_angle = "SOLAR_GAIN_GOS_POLARIZER_ANGLE"
|
|
91
|
-
polcal_gos_polarizer_angle = "POLCAL_GOS_POLARIZER_ANGLE"
|
|
92
88
|
dark_gos_retarder_status = "DARK_GOS_RETARDER_STATUS"
|
|
93
89
|
solar_gain_gos_retarder_status = "SOLAR_GAIN_GOS_RETARDER_STATUS"
|
|
94
|
-
polcal_gos_retarder_status = "POLCAL_GOS_RETARDER_STATUS"
|
|
95
90
|
dark_gos_retarder_angle = "DARK_GOS_RETARDER_ANGLE"
|
|
96
91
|
solar_gain_gos_retarder_angle = "SOLAR_GAIN_GOS_RETARDER_ANGLE"
|
|
97
|
-
polcal_gos_retarder_angle = "POLCAL_GOS_RETARDER_ANGLE"
|
|
98
92
|
dark_gos_level0_status = "DARK_GOS_LEVEL0_STATUS"
|
|
99
93
|
solar_gain_gos_level0_status = "SOLAR_GAIN_GOS_LEVEL0_STATUS"
|
|
100
|
-
polcal_gos_level0_status = "POLCAL_GOS_LEVEL0_STATUS"
|
|
101
94
|
|
|
102
95
|
|
|
103
96
|
class ConstantsBase:
|
|
@@ -156,7 +149,7 @@ class ConstantsBase:
|
|
|
156
149
|
return Sqids(min_length=6, alphabet=ascii_uppercase).encode([self._recipe_run_id])
|
|
157
150
|
|
|
158
151
|
@property
|
|
159
|
-
def stokes_params(self) -> [str]:
|
|
152
|
+
def stokes_params(self) -> list[str]:
|
|
160
153
|
"""Return the list of stokes parameter names."""
|
|
161
154
|
return ["I", "Q", "U", "V"]
|
|
162
155
|
|
|
@@ -186,7 +179,7 @@ class ConstantsBase:
|
|
|
186
179
|
return self._db_dict[BudName.proposal_id]
|
|
187
180
|
|
|
188
181
|
@property
|
|
189
|
-
def contributing_proposal_ids(self) -> [str]:
|
|
182
|
+
def contributing_proposal_ids(self) -> list[str]:
|
|
190
183
|
"""Return the list of contributing proposal IDs."""
|
|
191
184
|
proposal_ids = self._db_dict[BudName.contributing_proposal_ids]
|
|
192
185
|
return list(proposal_ids)
|
|
@@ -197,7 +190,7 @@ class ConstantsBase:
|
|
|
197
190
|
return self._db_dict[BudName.experiment_id]
|
|
198
191
|
|
|
199
192
|
@property
|
|
200
|
-
def contributing_experiment_ids(self) -> [str]:
|
|
193
|
+
def contributing_experiment_ids(self) -> list[str]:
|
|
201
194
|
"""Return the list of contributing experiment IDs."""
|
|
202
195
|
experiment_ids = self._db_dict[BudName.contributing_experiment_ids]
|
|
203
196
|
return list(experiment_ids)
|
|
@@ -233,13 +226,13 @@ class ConstantsBase:
|
|
|
233
226
|
return self._db_dict[BudName.num_dsps_repeats]
|
|
234
227
|
|
|
235
228
|
@property
|
|
236
|
-
def dark_exposure_times(self) -> [float]:
|
|
229
|
+
def dark_exposure_times(self) -> list[float]:
|
|
237
230
|
"""Get a list of exposure times used in the dark calibration."""
|
|
238
231
|
exposure_times = self._db_dict[BudName.dark_exposure_times]
|
|
239
232
|
return list(exposure_times)
|
|
240
233
|
|
|
241
234
|
@property
|
|
242
|
-
def dark_readout_exp_times(self) -> [float]:
|
|
235
|
+
def dark_readout_exp_times(self) -> list[float]:
|
|
243
236
|
"""Get a list of readout exp times for all dark frames."""
|
|
244
237
|
readout_times = self._db_dict[BudName.dark_readout_exp_times]
|
|
245
238
|
return list(readout_times)
|
|
@@ -292,19 +285,19 @@ class ConstantsBase:
|
|
|
292
285
|
# Multi-task constants start here:
|
|
293
286
|
|
|
294
287
|
@property
|
|
295
|
-
def dark_observing_program_execution_id(self) -> [str]:
|
|
288
|
+
def dark_observing_program_execution_id(self) -> list[str]:
|
|
296
289
|
"""Return the observing program execution id constant for the dark task."""
|
|
297
290
|
observing_programs = self._db_dict[BudName.dark_observing_program_execution_id]
|
|
298
291
|
return list(observing_programs)
|
|
299
292
|
|
|
300
293
|
@property
|
|
301
|
-
def solar_gain_observing_program_execution_id(self) -> [str]:
|
|
294
|
+
def solar_gain_observing_program_execution_id(self) -> list[str]:
|
|
302
295
|
"""Return the observing program execution id constant for the solar_gain task."""
|
|
303
296
|
observing_programs = self._db_dict[BudName.solar_gain_observing_program_execution_id]
|
|
304
297
|
return list(observing_programs)
|
|
305
298
|
|
|
306
299
|
@property
|
|
307
|
-
def polcal_observing_program_execution_id(self) -> [str]:
|
|
300
|
+
def polcal_observing_program_execution_id(self) -> list[str]:
|
|
308
301
|
"""Return the observing program execution id constant."""
|
|
309
302
|
observing_programs = self._db_dict[BudName.polcal_observing_program_execution_id]
|
|
310
303
|
return list(observing_programs)
|
|
@@ -469,11 +462,6 @@ class ConstantsBase:
|
|
|
469
462
|
"""Return the gos level3 status constant for the solar gain task."""
|
|
470
463
|
return self._db_dict[BudName.solar_gain_gos_level3_status]
|
|
471
464
|
|
|
472
|
-
@property
|
|
473
|
-
def polcal_gos_level3_status(self) -> str:
|
|
474
|
-
"""Return the gos level3 status constant for the polcal task."""
|
|
475
|
-
return self._db_dict[BudName.polcal_gos_level3_status]
|
|
476
|
-
|
|
477
465
|
@property
|
|
478
466
|
def dark_gos_level3_lamp_status(self) -> str:
|
|
479
467
|
"""Return the gos level3 lamp status constant for the dark task."""
|
|
@@ -484,11 +472,6 @@ class ConstantsBase:
|
|
|
484
472
|
"""Return the gos level3 lamp status constant for the solar gain task."""
|
|
485
473
|
return self._db_dict[BudName.solar_gain_gos_level3_lamp_status]
|
|
486
474
|
|
|
487
|
-
@property
|
|
488
|
-
def polcal_gos_level3_lamp_status(self) -> str:
|
|
489
|
-
"""Return the gos level3 lamp status constant for the polcal task."""
|
|
490
|
-
return self._db_dict[BudName.polcal_gos_level3_lamp_status]
|
|
491
|
-
|
|
492
475
|
@property
|
|
493
476
|
def dark_gos_polarizer_status(self) -> str:
|
|
494
477
|
"""Return the gos polarizer status constant for the dark task."""
|
|
@@ -499,11 +482,6 @@ class ConstantsBase:
|
|
|
499
482
|
"""Return the gos polarizer status constant for the solar gain task."""
|
|
500
483
|
return self._db_dict[BudName.solar_gain_gos_polarizer_status]
|
|
501
484
|
|
|
502
|
-
@property
|
|
503
|
-
def polcal_gos_polarizer_status(self) -> str:
|
|
504
|
-
"""Return the gos polarizer status constant for the polcal task."""
|
|
505
|
-
return self._db_dict[BudName.polcal_gos_polarizer_status]
|
|
506
|
-
|
|
507
485
|
@property
|
|
508
486
|
def dark_gos_polarizer_angle(self) -> float:
|
|
509
487
|
"""Return the gos polarizer angle constant for the dark task."""
|
|
@@ -514,11 +492,6 @@ class ConstantsBase:
|
|
|
514
492
|
"""Return the gos polarizer angle constant for the solar gain task."""
|
|
515
493
|
return self._db_dict[BudName.solar_gain_gos_polarizer_angle]
|
|
516
494
|
|
|
517
|
-
@property
|
|
518
|
-
def polcal_gos_polarizer_angle(self) -> float:
|
|
519
|
-
"""Return the gos polarizer angle constant for the polcal task."""
|
|
520
|
-
return self._db_dict[BudName.polcal_gos_polarizer_angle]
|
|
521
|
-
|
|
522
495
|
@property
|
|
523
496
|
def dark_gos_retarder_status(self) -> str:
|
|
524
497
|
"""Return the gos retarder status constant for the dark task."""
|
|
@@ -529,11 +502,6 @@ class ConstantsBase:
|
|
|
529
502
|
"""Return the gos retarder status constant for the solar gain task."""
|
|
530
503
|
return self._db_dict[BudName.solar_gain_gos_retarder_status]
|
|
531
504
|
|
|
532
|
-
@property
|
|
533
|
-
def polcal_gos_retarder_status(self) -> str:
|
|
534
|
-
"""Return the gos retarder status constant for the polcal task."""
|
|
535
|
-
return self._db_dict[BudName.polcal_gos_retarder_status]
|
|
536
|
-
|
|
537
505
|
@property
|
|
538
506
|
def dark_gos_retarder_angle(self) -> float:
|
|
539
507
|
"""Return the gos retarder angle constant for the dark task."""
|
|
@@ -544,11 +512,6 @@ class ConstantsBase:
|
|
|
544
512
|
"""Return the gos retarder angle constant for the solar gain task."""
|
|
545
513
|
return self._db_dict[BudName.solar_gain_gos_retarder_angle]
|
|
546
514
|
|
|
547
|
-
@property
|
|
548
|
-
def polcal_gos_retarder_angle(self) -> float:
|
|
549
|
-
"""Return the gos retarder angle constant for the polcal task."""
|
|
550
|
-
return self._db_dict[BudName.polcal_gos_retarder_angle]
|
|
551
|
-
|
|
552
515
|
@property
|
|
553
516
|
def dark_gos_level0_status(self) -> str:
|
|
554
517
|
"""Return the gos level0 status constant for the dark task."""
|
|
@@ -558,8 +521,3 @@ class ConstantsBase:
|
|
|
558
521
|
def solar_gain_gos_level0_status(self) -> str:
|
|
559
522
|
"""Return the gos level0 status constant for the solar gain task."""
|
|
560
523
|
return self._db_dict[BudName.solar_gain_gos_level0_status]
|
|
561
|
-
|
|
562
|
-
@property
|
|
563
|
-
def polcal_gos_level0_status(self) -> str:
|
|
564
|
-
"""Return the gos level0 status constant for the polcal task."""
|
|
565
|
-
return self._db_dict[BudName.polcal_gos_level0_status]
|
|
@@ -6,10 +6,8 @@ from typing import Type
|
|
|
6
6
|
|
|
7
7
|
from dkist_processing_common.models.flower_pot import SpilledDirt
|
|
8
8
|
from dkist_processing_common.models.flower_pot import Stem
|
|
9
|
-
from dkist_processing_common.models.task_name import TaskName
|
|
10
9
|
from dkist_processing_common.parsers.l0_fits_access import L0FitsAccess
|
|
11
10
|
from dkist_processing_common.parsers.task import passthrough_header_ip_task
|
|
12
|
-
from dkist_processing_common.parsers.unique_bud import TaskUniqueBud
|
|
13
11
|
|
|
14
12
|
|
|
15
13
|
class ContributingIdsBud(Stem):
|
|
@@ -66,7 +66,7 @@ class TaskDatetimeBudBase(Stem):
|
|
|
66
66
|
stem_name: str,
|
|
67
67
|
metadata_key: str | StrEnum,
|
|
68
68
|
ip_task_types: str | list[str],
|
|
69
|
-
|
|
69
|
+
task_type_parsing_function: Callable = passthrough_header_ip_task,
|
|
70
70
|
):
|
|
71
71
|
super().__init__(stem_name=stem_name)
|
|
72
72
|
|
|
@@ -76,7 +76,7 @@ class TaskDatetimeBudBase(Stem):
|
|
|
76
76
|
if isinstance(ip_task_types, str):
|
|
77
77
|
ip_task_types = [ip_task_types]
|
|
78
78
|
self.ip_task_types = [task.casefold() for task in ip_task_types]
|
|
79
|
-
self.header_parsing_function =
|
|
79
|
+
self.header_parsing_function = task_type_parsing_function
|
|
80
80
|
|
|
81
81
|
def setter(self, fits_obj: L0FitsAccess) -> float | Type[SpilledDirt]:
|
|
82
82
|
"""
|
|
@@ -218,11 +218,17 @@ class VarianceCadenceBud(CadenceBudBase):
|
|
|
218
218
|
class TaskDateBeginBud(TaskDatetimeBudBase):
|
|
219
219
|
"""Class for the date begin task Bud."""
|
|
220
220
|
|
|
221
|
-
def __init__(
|
|
221
|
+
def __init__(
|
|
222
|
+
self,
|
|
223
|
+
constant_name: str,
|
|
224
|
+
ip_task_types: str | list[str],
|
|
225
|
+
task_type_parsing_function: Callable = passthrough_header_ip_task,
|
|
226
|
+
):
|
|
222
227
|
super().__init__(
|
|
223
228
|
stem_name=constant_name,
|
|
224
229
|
metadata_key=MetadataKey.time_obs,
|
|
225
230
|
ip_task_types=ip_task_types,
|
|
231
|
+
task_type_parsing_function=task_type_parsing_function,
|
|
226
232
|
)
|
|
227
233
|
|
|
228
234
|
def getter(self, key) -> str:
|
|
@@ -40,6 +40,7 @@ from dkist_processing_common.parsers.experiment_id_bud import ExperimentIdBud
|
|
|
40
40
|
from dkist_processing_common.parsers.id_bud import TaskContributingIdsBud
|
|
41
41
|
from dkist_processing_common.parsers.proposal_id_bud import ContributingProposalIdsBud
|
|
42
42
|
from dkist_processing_common.parsers.proposal_id_bud import ProposalIdBud
|
|
43
|
+
from dkist_processing_common.parsers.task import parse_header_ip_task_with_gains
|
|
43
44
|
from dkist_processing_common.parsers.time import AverageCadenceBud
|
|
44
45
|
from dkist_processing_common.parsers.time import MaximumCadenceBud
|
|
45
46
|
from dkist_processing_common.parsers.time import MinimumCadenceBud
|
|
@@ -96,6 +97,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
96
97
|
constant_name=BudName.solar_gain_observing_program_execution_id,
|
|
97
98
|
metadata_key=MetadataKey.observing_program_execution_id,
|
|
98
99
|
ip_task_types=TaskName.solar_gain,
|
|
100
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
99
101
|
),
|
|
100
102
|
TaskContributingIdsBud(
|
|
101
103
|
constant_name=BudName.polcal_observing_program_execution_id,
|
|
@@ -111,6 +113,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
111
113
|
constant_name=BudName.solar_gain_num_raw_frames_per_fpa,
|
|
112
114
|
metadata_key=MetadataKey.num_raw_frames_per_fpa,
|
|
113
115
|
ip_task_types=TaskName.solar_gain,
|
|
116
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
114
117
|
),
|
|
115
118
|
TaskUniqueBud(
|
|
116
119
|
constant_name=BudName.polcal_num_raw_frames_per_fpa,
|
|
@@ -126,6 +129,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
126
129
|
constant_name=BudName.solar_gain_telescope_tracking_mode,
|
|
127
130
|
metadata_key=MetadataKey.telescope_tracking_mode,
|
|
128
131
|
ip_task_types=TaskName.solar_gain,
|
|
132
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
129
133
|
),
|
|
130
134
|
TaskUniqueBud(
|
|
131
135
|
constant_name=BudName.polcal_telescope_tracking_mode,
|
|
@@ -141,6 +145,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
141
145
|
constant_name=BudName.solar_gain_coude_table_tracking_mode,
|
|
142
146
|
metadata_key=MetadataKey.coude_table_tracking_mode,
|
|
143
147
|
ip_task_types=TaskName.solar_gain,
|
|
148
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
144
149
|
),
|
|
145
150
|
TaskUniqueBud(
|
|
146
151
|
constant_name=BudName.polcal_coude_table_tracking_mode,
|
|
@@ -156,6 +161,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
156
161
|
constant_name=BudName.solar_gain_telescope_scanning_mode,
|
|
157
162
|
metadata_key=MetadataKey.telescope_scanning_mode,
|
|
158
163
|
ip_task_types=TaskName.solar_gain,
|
|
164
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
159
165
|
),
|
|
160
166
|
TaskUniqueBud(
|
|
161
167
|
constant_name=BudName.polcal_telescope_scanning_mode,
|
|
@@ -171,11 +177,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
171
177
|
constant_name=BudName.solar_gain_gos_level3_status,
|
|
172
178
|
metadata_key=MetadataKey.gos_level3_status,
|
|
173
179
|
ip_task_types=TaskName.solar_gain,
|
|
174
|
-
|
|
175
|
-
TaskUniqueBud(
|
|
176
|
-
constant_name=BudName.polcal_gos_level3_status,
|
|
177
|
-
metadata_key=MetadataKey.gos_level3_status,
|
|
178
|
-
ip_task_types=TaskName.polcal,
|
|
180
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
179
181
|
),
|
|
180
182
|
TaskUniqueBud(
|
|
181
183
|
constant_name=BudName.dark_gos_level3_lamp_status,
|
|
@@ -186,11 +188,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
186
188
|
constant_name=BudName.solar_gain_gos_level3_lamp_status,
|
|
187
189
|
metadata_key=MetadataKey.gos_level3_lamp_status,
|
|
188
190
|
ip_task_types=TaskName.solar_gain,
|
|
189
|
-
|
|
190
|
-
TaskUniqueBud(
|
|
191
|
-
constant_name=BudName.polcal_gos_level3_lamp_status,
|
|
192
|
-
metadata_key=MetadataKey.gos_level3_lamp_status,
|
|
193
|
-
ip_task_types=TaskName.polcal,
|
|
191
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
194
192
|
),
|
|
195
193
|
TaskUniqueBud(
|
|
196
194
|
constant_name=BudName.dark_gos_polarizer_status,
|
|
@@ -201,11 +199,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
201
199
|
constant_name=BudName.solar_gain_gos_polarizer_status,
|
|
202
200
|
metadata_key=MetadataKey.gos_polarizer_status,
|
|
203
201
|
ip_task_types=TaskName.solar_gain,
|
|
204
|
-
|
|
205
|
-
TaskUniqueBud(
|
|
206
|
-
constant_name=BudName.polcal_gos_polarizer_status,
|
|
207
|
-
metadata_key=MetadataKey.gos_polarizer_status,
|
|
208
|
-
ip_task_types=TaskName.polcal,
|
|
202
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
209
203
|
),
|
|
210
204
|
TaskUniqueBud(
|
|
211
205
|
constant_name=BudName.dark_gos_polarizer_angle,
|
|
@@ -216,11 +210,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
216
210
|
constant_name=BudName.solar_gain_gos_polarizer_angle,
|
|
217
211
|
metadata_key=MetadataKey.gos_polarizer_angle,
|
|
218
212
|
ip_task_types=TaskName.solar_gain,
|
|
219
|
-
|
|
220
|
-
TaskUniqueBud(
|
|
221
|
-
constant_name=BudName.polcal_gos_polarizer_angle,
|
|
222
|
-
metadata_key=MetadataKey.gos_polarizer_angle,
|
|
223
|
-
ip_task_types=TaskName.polcal,
|
|
213
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
224
214
|
),
|
|
225
215
|
TaskUniqueBud(
|
|
226
216
|
constant_name=BudName.dark_gos_retarder_status,
|
|
@@ -231,11 +221,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
231
221
|
constant_name=BudName.solar_gain_gos_retarder_status,
|
|
232
222
|
metadata_key=MetadataKey.gos_retarder_status,
|
|
233
223
|
ip_task_types=TaskName.solar_gain,
|
|
234
|
-
|
|
235
|
-
TaskUniqueBud(
|
|
236
|
-
constant_name=BudName.polcal_gos_retarder_status,
|
|
237
|
-
metadata_key=MetadataKey.gos_retarder_status,
|
|
238
|
-
ip_task_types=TaskName.polcal,
|
|
224
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
239
225
|
),
|
|
240
226
|
TaskUniqueBud(
|
|
241
227
|
constant_name=BudName.dark_gos_retarder_angle,
|
|
@@ -246,11 +232,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
246
232
|
constant_name=BudName.solar_gain_gos_retarder_angle,
|
|
247
233
|
metadata_key=MetadataKey.gos_retarder_angle,
|
|
248
234
|
ip_task_types=TaskName.solar_gain,
|
|
249
|
-
|
|
250
|
-
TaskUniqueBud(
|
|
251
|
-
constant_name=BudName.polcal_gos_retarder_angle,
|
|
252
|
-
metadata_key=MetadataKey.gos_retarder_angle,
|
|
253
|
-
ip_task_types=TaskName.polcal,
|
|
235
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
254
236
|
),
|
|
255
237
|
TaskUniqueBud(
|
|
256
238
|
constant_name=BudName.dark_gos_level0_status,
|
|
@@ -261,11 +243,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
261
243
|
constant_name=BudName.solar_gain_gos_level0_status,
|
|
262
244
|
metadata_key=MetadataKey.gos_level0_status,
|
|
263
245
|
ip_task_types=TaskName.solar_gain,
|
|
264
|
-
|
|
265
|
-
TaskUniqueBud(
|
|
266
|
-
constant_name=BudName.polcal_gos_level0_status,
|
|
267
|
-
metadata_key=MetadataKey.gos_level0_status,
|
|
268
|
-
ip_task_types=TaskName.polcal,
|
|
246
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
269
247
|
),
|
|
270
248
|
TaskAverageBud(
|
|
271
249
|
constant_name=BudName.dark_average_light_level,
|
|
@@ -276,6 +254,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
276
254
|
constant_name=BudName.solar_gain_average_light_level,
|
|
277
255
|
metadata_key=MetadataKey.light_level,
|
|
278
256
|
ip_task_types=TaskName.solar_gain,
|
|
257
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
279
258
|
),
|
|
280
259
|
TaskAverageBud(
|
|
281
260
|
constant_name=BudName.polcal_average_light_level,
|
|
@@ -291,6 +270,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
291
270
|
constant_name=BudName.solar_gain_average_telescope_elevation,
|
|
292
271
|
metadata_key=MetadataKey.elevation,
|
|
293
272
|
ip_task_types=TaskName.solar_gain,
|
|
273
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
294
274
|
),
|
|
295
275
|
TaskAverageBud(
|
|
296
276
|
constant_name=BudName.polcal_average_telescope_elevation,
|
|
@@ -306,6 +286,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
306
286
|
constant_name=BudName.solar_gain_average_coude_table_angle,
|
|
307
287
|
metadata_key=MetadataKey.table_angle,
|
|
308
288
|
ip_task_types=TaskName.solar_gain,
|
|
289
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
309
290
|
),
|
|
310
291
|
TaskAverageBud(
|
|
311
292
|
constant_name=BudName.polcal_average_coude_table_angle,
|
|
@@ -321,6 +302,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
321
302
|
constant_name=BudName.solar_gain_average_telescope_azimuth,
|
|
322
303
|
metadata_key=MetadataKey.azimuth,
|
|
323
304
|
ip_task_types=TaskName.solar_gain,
|
|
305
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
324
306
|
),
|
|
325
307
|
TaskAverageBud(
|
|
326
308
|
constant_name=BudName.polcal_average_telescope_azimuth,
|
|
@@ -334,6 +316,7 @@ def dataset_extra_bud_factory() -> list[S]:
|
|
|
334
316
|
TaskDateBeginBud(
|
|
335
317
|
constant_name=BudName.solar_gain_date_begin,
|
|
336
318
|
ip_task_types=TaskName.solar_gain,
|
|
319
|
+
task_type_parsing_function=parse_header_ip_task_with_gains,
|
|
337
320
|
),
|
|
338
321
|
TaskDateBeginBud(
|
|
339
322
|
constant_name=BudName.polcal_date_begin,
|
|
@@ -260,7 +260,7 @@ def test_subclass_flowers(visp_parse_inputs_task, max_cs_step_time_sec):
|
|
|
260
260
|
tag_pot, constant_pot = visp_parse_inputs_task.make_flower_pots()
|
|
261
261
|
|
|
262
262
|
assert len(tag_pot.stems) == 1
|
|
263
|
-
assert len(constant_pot.stems) ==
|
|
263
|
+
assert len(constant_pot.stems) == 64
|
|
264
264
|
all_flower_names = [StemName.modstate]
|
|
265
265
|
assert sorted([f.stem_name for f in tag_pot.stems]) == sorted(all_flower_names)
|
|
266
266
|
all_bud_names = [b.stem_name for b in default_constant_bud_factory()] + [BudName.num_modstates]
|
|
@@ -271,7 +271,7 @@ def test_dataset_extra_bud_factory(visp_parse_inputs_task, max_cs_step_time_sec)
|
|
|
271
271
|
"""
|
|
272
272
|
Given: ParseInputData child class with custom stems
|
|
273
273
|
When: Making the constant pot
|
|
274
|
-
Then: The multi-task dataset extra buds are
|
|
274
|
+
Then: The multi-task dataset extra buds are created
|
|
275
275
|
"""
|
|
276
276
|
_, constant_pot = visp_parse_inputs_task.make_flower_pots()
|
|
277
277
|
stem_names = [f.stem_name.value for f in constant_pot.stems]
|
|
@@ -294,11 +294,11 @@ def test_dataset_extra_bud_factory(visp_parse_inputs_task, max_cs_step_time_sec)
|
|
|
294
294
|
"GOS_RETARDER_ANGLE",
|
|
295
295
|
"GOS_LEVEL0_STATUS",
|
|
296
296
|
]
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
assert
|
|
297
|
+
for base in bud_name_base:
|
|
298
|
+
assert "DARK_" + base in stem_names
|
|
299
|
+
assert "SOLAR_GAIN_" + base in stem_names
|
|
300
|
+
if "GOS" not in base:
|
|
301
|
+
assert "POLCAL_" + base in stem_names
|
|
302
302
|
|
|
303
303
|
|
|
304
304
|
def test_constants_correct(parse_inputs_task):
|
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/bitbucket-pipelines.yml
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.feature.1.rst
RENAMED
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.feature.2.rst
RENAMED
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.feature.rst
RENAMED
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.misc.rst
RENAMED
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.removal.1.rst
RENAMED
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/changelog/267.removal.rst
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
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/landing_page.rst
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/docs/requirements.txt
RENAMED
|
File without changes
|
{dkist_processing_common-11.7.0rc1 → dkist_processing_common-11.7.0rc3}/licenses/LICENSE.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|