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

Set distance field in matches in matcher and WCS fitter #6

Merged
merged 2 commits into from
May 13, 2015

Commits on May 1, 2015

  1. Set distance field in matches in matcher and WCS fitter

    MatchOptimisticBTask and FitTanSipWcsTask both now set the distance field
    of their match lists. Further improvements:
    - FitTanSipWcsTask updates the reference centroid and source coord in the match list
      even if the reference catalog or source catalog are not provided.
    - FitTanSipWcsTask.updateRefCentroids and updateSourceCoords now can handle
      any collection of reference objects or sources.
    - Updated unit tests to check that the distance field of matches is correctly set.
    
    More work on setting distance in match lists
    r-owen committed May 1, 2015
    Configuration menu
    Copy the full SHA
    763c488 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Moved setMatchDistance function and test here from meas_algorithms

    Added missing files.
    r-owen committed May 13, 2015
    Configuration menu
    Copy the full SHA
    9ca8c56 View commit details
    Browse the repository at this point in the history