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-48481: Add config overrides to maintain compatibility with current LATISS and ComCam calibs #598

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Jan 21, 2025

No description provided.

Copy link
Contributor

@czwa czwa left a comment

Choose a reason for hiding this comment

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

One question to make sure I'm following the logic correctly.

# Maintain compatibility with existing calibrations.
# TODO: Remove these for running new calibs with DM-48520.
poscan = config.overscanCamera.defaultDetectorConfig.defaultAmpConfig.parallelOverscanConfig
poscan.doAbsoluteMaxDeviation = True
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this True to protect against this parameter being changed to False? As is, this has no effect because doAbsoluteMaxDeviation=True by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is intentional, and is an override because the default is False in the parallel overscan task referenced here (but is True for the other overscan tasks).

@erykoff erykoff merged commit 1fc11a5 into main Jan 22, 2025
3 checks passed
@erykoff erykoff deleted the tickets/DM-48481 branch January 22, 2025 15:44
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.

2 participants