Skip to content

DM-54298: Fix fit failure in cpQuadnotch task#361

Merged
czwa merged 1 commit intomainfrom
tickets/DM-54298
Mar 13, 2026
Merged

DM-54298: Fix fit failure in cpQuadnotch task#361
czwa merged 1 commit intomainfrom
tickets/DM-54298

Conversation

@czwa
Copy link
Contributor

@czwa czwa commented Mar 13, 2026

No description provided.

@czwa czwa requested a review from fred3m March 13, 2026 19:59
Copy link

@fred3m fred3m left a comment

Choose a reason for hiding this comment

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

LGTM, one small comment

exposureCopy.image -= median

threshold = afwDetect.Threshold(self.config.nSigma, afwDetect.Threshold.STDEV)
stdev = np.nanstd(exposureCopy.image.array)
Copy link

Choose a reason for hiding this comment

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

A bit nitpicky but this can be moved inside the if block because it's only needed if detectionType == "VALUE".

@czwa czwa force-pushed the tickets/DM-54298 branch from 620abdb to 01fb2c9 Compare March 13, 2026 20:21
@czwa czwa merged commit d6f18ea into main Mar 13, 2026
4 checks passed
@czwa czwa deleted the tickets/DM-54298 branch March 13, 2026 21:59
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