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

DM-41754: Check handling of gains in CTI code. #288

Merged
merged 3 commits into from Dec 4, 2023
Merged

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Nov 29, 2023

Enforce gain usage in CTI construction and application.

Copy link
Contributor

@erykoff erykoff left a comment

Choose a reason for hiding this comment

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

Minor suggestion on logging string.

self.log.info(f"useGains = {useGains} due to calibration")
else:
useGains = self.config.useGains
self.log.info(f"useGains = {useGains} due to config")
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this log could give more info that USEGAINS was not found in calibration metadata or something.

@czwa czwa merged commit ed8ae65 into main Dec 4, 2023
2 checks passed
@czwa czwa deleted the tickets/DM-41754 branch December 4, 2023 19:53
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.

None yet

2 participants