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

Commits on Feb 1, 2018

  1. Prevent retargeting of PhotoCalConfig.match.

    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.
    ctslater committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    2f8d8ba View commit details
    Browse the repository at this point in the history
  2. Hide DirectMatch.refObjLoader configs in PhotoCal.

    Since PhotoCalTask passes a refObjLoader directly to DirectMatchTask, the
    DirecMatch's refObjLoader config settings do nothing. Switching to
    DirectMatchConfigWithoutLoader eliminates these settings.
    ctslater committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    6c5987b View commit details
    Browse the repository at this point in the history