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

Astrometry fix #1018

Merged
merged 37 commits into from
Oct 18, 2024
Merged

Astrometry fix #1018

merged 37 commits into from
Oct 18, 2024

Conversation

virajkaram
Copy link
Collaborator

@virajkaram virajkaram commented Oct 17, 2024

  1. This updates how we do astrometry, by running scamp two times with MATCH=Y. This seems to improve the distortion corrections for cases where it would fail miserably previously. Additionally, Scamp processor now makes diagnostic checkplots.
  2. Fixes bug with candidates that introduced one pixel offset.
  3. Filters candidates with the bottom-most 10 percentile of stack weight values, to remove spurious sources that lie in regions where only some of the dithers overlap (near edges/outages). The goal is to remove the swiss-cheese like candidates that usually come from such sparse areas.

virajkaram and others added 30 commits September 11, 2024 14:19
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@coveralls
Copy link

coveralls commented Oct 18, 2024

Pull Request Test Coverage Report for Build 11397512216

Details

  • 23 of 24 (95.83%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 83.1%

Changes Missing Coverage Covered Lines Changed/Added Lines %
mirar/processors/astromatic/scamp/scamp.py 8 9 88.89%
Totals Coverage Status
Change from base Build 11116509911: 0.05%
Covered Lines: 11123
Relevant Lines: 13385

💛 - Coveralls

@robertdstein robertdstein merged commit 61a3d2e into main Oct 18, 2024
19 of 21 checks passed
@robertdstein robertdstein deleted the astrometryfix branch October 18, 2024 19:29
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.

3 participants