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-13477: Move association math from DIAObjectCollection into AssociationTask #11

Merged
merged 2 commits into from
Feb 27, 2018

Commits on Feb 27, 2018

  1. Move score and match methods into AssoicationTask.

    Begining the redesign of DIAObjects into mor light weight afw.Table
    objects.
    
    Fix bugs in unittests.
    
    Changed afwImage.makeWcs to new SkyWcs.
    Removed cKDTree from association.py
    Changed test values in test_association_task.py
    morriscb committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    f6a5b90 View commit details
    Browse the repository at this point in the history
  2. Respond to code review.

    Added description of struct output to associate_sources method.
    Restructed score_and_match test case for clairity.
    morriscb committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    63015b1 View commit details
    Browse the repository at this point in the history