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

WIP: HLA-1251: Include "modest" sized sources on the deblend list #1801

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mdlpstsci
Copy link
Collaborator

Resolves HLA-1251

Closes #

This PR addresses ...
Added the "modest" sized sources (segments < kernel size) to the
deblending list as these sources need deblending too. During the update to ease the burden of deblending enormously large sources where the largest sources are ignored, the modest sized sources did not get added to the deblending list as an oversight.

Checklist for maintainers

  • added entry in CHANGELOG.rst within the relevant release section
  • updated or added relevant tests
  • updated relevant documentation
  • added relevant label(s)
  • ran regression tests, post a link to the Jenkins job below.
    How to run regression tests on a PR

deblending list as these sources need deblending too.  During the
update to ease the burden of deblending enormously large sources
where the largest sources are ignored, the modest sized sources
did not get added to the deblending list as an oversight.
@mdlpstsci mdlpstsci added bug jirahub-ignore Avoid linking to Jira labels May 16, 2024
@mdlpstsci mdlpstsci self-assigned this May 16, 2024
@mdlpstsci mdlpstsci requested a review from a team as a code owner May 16, 2024 13:22
@mdlpstsci mdlpstsci changed the title Added the "modest" sized sources (segments < kernel size) to the HLA-1251: Added the "modest" sized sources (segments < kernel size) to the May 16, 2024
@mdlpstsci mdlpstsci changed the title HLA-1251: Added the "modest" sized sources (segments < kernel size) to the HLA-1251: Include "modest" sized sources on the deblend list May 16, 2024
Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.46%. Comparing base (8fc110f) to head (8fd0c3c).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1801      +/-   ##
==========================================
- Coverage   33.32%   31.46%   -1.86%     
==========================================
  Files         126      160      +34     
  Lines       31201    35173    +3972     
  Branches     5775        0    -5775     
==========================================
+ Hits        10398    11068     +670     
- Misses      19641    24105    +4464     
+ Partials     1162        0    -1162     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

testing as it can take too much time to execute. Further, the test
was designed for generating statistics, after the fact, on the
quality of the alignment (via RMS) during the processing.
@mdlpstsci mdlpstsci requested a review from rlwastro May 16, 2024 17:32
@rlwastro
Copy link
Collaborator

rlwastro commented May 16, 2024

I added a comment on the Jira ticket with a different approach to this problem. I suspect that the deb_limit value is not computed correctly. My change would be much simpler.

@s-goldman
Copy link
Collaborator

This question is for either of you (@mdlpstsci or @rlwastro)

You may have already tested the results of this code change, but if not, can you recommend a good dataset to test this PR with?

@mdlpstsci
Copy link
Collaborator Author

@s-goldman @rlwastro I am still working this issue as I am not necessarily in full agreement with Rick's suggestion. I have moved it to lower priority as a Jira ticket.

@mdlpstsci mdlpstsci added the Do Not Merge PR which should not be merged label Jun 7, 2024
@mdlpstsci mdlpstsci changed the title HLA-1251: Include "modest" sized sources on the deblend list WIP: HLA-1251: Include "modest" sized sources on the deblend list Jun 7, 2024
Copy link
Collaborator

@s-goldman s-goldman left a comment

Choose a reason for hiding this comment

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

approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Do Not Merge PR which should not be merged jirahub-ignore Avoid linking to Jira
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants