-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce MSTx-NectarCam and MSTx-FlashCam #1362
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 30 out of 45 changed files in this pull request and generated no comments.
Files not reviewed (15)
- src/simtools/layout/array_layout.py: Evaluated as low risk
- src/simtools/visualization/legend_handlers.py: Evaluated as low risk
- tests/integration_tests/config/derive_mirror_rnda_psf_random_flen.yml: Evaluated as low risk
- tests/conftest.py: Evaluated as low risk
- tests/integration_tests/config/derive_mirror_rnda_psf_no_tuning.yml: Evaluated as low risk
- tests/integration_tests/config/validate_camera_efficiency_msts.yml: Evaluated as low risk
- tests/integration_tests/config/submit_model_parameter_from_external_submit_mirror_list.yml: Evaluated as low risk
- tests/integration_tests/config/db_get_parameter_from_db_telescope_parameter_version.yml: Evaluated as low risk
- tests/integration_tests/config/validate_camera_efficiency_mstn.yml: Evaluated as low risk
- tests/integration_tests/config/derive_mirror_rnda_psf_measurement.yml: Evaluated as low risk
- src/simtools/schemas/array_elements.yml: Evaluated as low risk
- src/simtools/applications/validate_file_using_schema.py: Evaluated as low risk
- tests/integration_tests/config/db_get_parameter_from_db_array_element_position_ground.yml: Evaluated as low risk
- src/simtools/db/db_handler.py: Evaluated as low risk
- src/simtools/utils/names.py: Evaluated as low risk
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I have a few minor comments.
tests/integration_tests/config/validate_camera_efficiency_mstn.yml
Outdated
Show resolved
Hide resolved
tests/integration_tests/config/validate_camera_efficiency_msts.yml
Outdated
Show resolved
Hide resolved
@@ -3,9 +3,9 @@ CTA_SIMPIPE: | |||
TEST_NAME: fov-run | |||
CONFIGURATION: | |||
SITE: North | |||
TELESCOPE: MSTN-design | |||
TELESCOPE: MSTx-NectarCam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also be validating the fov for FlashCam?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really necessary, we are validating the 'validate_camera_fov' application and not the the FOV of all telescope types. But I see that this is not consistent with the earlier validate_camera_efficiency tests.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Analysis Details0 IssuesCoverage and DuplicationsProject ID: gammasim_simtools_AY_ssha9WiFxsX-2oy_w |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Thanks @EshitaJoshi for reviewing this large PR! |
This PR introduces functionality to handle design models located on several sites. This mostly required changes in the validation modules:
MSTN-design
byMSTx-NectarCam
andMSTS-design
byMSTx-FlashCam
. This requires to introduce in the list of array elements the following new entry:names.array_element_design_types
Requires a simulation model database >0.3.0