Skip to content

Commit

Permalink
Reword iterative final verify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Feb 13, 2019
1 parent 3e7e564 commit d29698b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/lsst/meas/astrom/pessimistic_pattern_matcher_b_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,9 @@ def match(self, source_array, n_check, n_match, n_agree,
# Check that we have enough matches.
if n_matched >= min_matches:
# Refit the shift/rotation matrix using all of the best matches
# from results of "final verify". Recompute the matches to give
# more stable distances across the ccd.
# from results of "final verify". This results in a higher
# quality shift/rotation matrix across the ccd. Recompute the
# matches to give more stable matches across the ccd.
fit_shift_rot_matrix = least_squares(
_rotation_matrix_chi_sq,
x0=shift_rot_matrix.flatten(),
Expand Down

0 comments on commit d29698b

Please sign in to comment.