Skip to content
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

Added configuration file for parameters #10

Merged
merged 4 commits into from
Nov 14, 2023
Merged

Conversation

hansenms
Copy link
Contributor

Changes in this pull request

Adding a configuration (JSON) file for all the geometry parameters to avoid hard coding them in the main.cpp

Testing performed

Manual testing

Related issues

closes #8

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have added docstrings/doxygen in line with the guidance in the developer guide
  • The code builds and runs on my machine

Contribution Notes

Please read and adhere to the contribution guidelines.

Please tick the following:

  • The content of this Pull Request (the Contribution) is intentionally submitted for inclusion in the ETSI software (the Work) under the terms and conditions of the Apache-2.0 License.

@hansenms hansenms marked this pull request as ready for review November 14, 2023 23:42
justfile Outdated
Comment on lines 22 to 23
dvc pull data/root/ETSIPETscanner_mIEC_1.root
dvc pull data/root/scanner_geometry.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we write
dvc pull data/root/ETSIPETscanner_mIEC_1.root data/root/scanner_geometry.json?

@hansenms hansenms merged commit f149e8b into main Nov 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move configuration values to configuration file
2 participants