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-13243: PhotoCalTask must only match with DirectMatchTask #176

Merged
merged 2 commits into from Feb 1, 2018

Conversation

ctslater
Copy link
Member

Eliminates the possibility of retargeting matching to an incompatible matcher.

Copy link
Contributor

@PaulPrice PaulPrice left a comment

Choose a reason for hiding this comment

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

Nice solution!

PhotoCalTask uses a matcher API specific to DirectMatchTask, and the other stack
astrometric matchers are not suitable for this subtask. To prevent confusion
between these different types of matchers, this removes the ability to retarget
the PhotoCal matcher.
Since PhotoCalTask passes a refObjLoader directly to DirectMatchTask, the
DirecMatch's refObjLoader config settings do nothing. Switching to
DirectMatchConfigWithoutLoader eliminates these settings.
@ctslater ctslater merged commit 6c5987b into master Feb 1, 2018
@ktlim ktlim deleted the tickets/DM-13243 branch August 25, 2018 06:45
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.

None yet

2 participants