Skip to content

DM-47738: Update for refactored meas_extensions_scarlet #405

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

Closed
wants to merge 2 commits into from

Conversation

fred3m
Copy link
Contributor

@fred3m fred3m commented Dec 24, 2024

No description provided.

isDeblendedModelSource = isLeaf & isChild
fromBlend = isDeblendedModelSource & isSibling
isIsolatedParent = (depth == 0) & (nPeaks == 1)
isIsolated = isIsolatedParent | ((depth == 1) & ~isSibling)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this generally be depth >= 1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, anything with depth > 1 came from a blend, so by definition it can't be a model of an isolated source. It would be a source that is isolated in the deconvolved frame but not the observed seeing.

@fred3m fred3m force-pushed the tickets/DM-47738 branch from 6b1587c to 41c4a60 Compare May 22, 2025 16:41
@fred3m
Copy link
Contributor Author

fred3m commented Jun 5, 2025

After a discussion with @TallJimbo we are simplifying the persistence model so that the intermediate parents do not have records in the source catalog, removing the need for this PR, as the main isPrimary algorithm will work again.

@fred3m fred3m closed this Jun 5, 2025
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