You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that I am getting different results for parallel and sequential implementations of find_transform. Please see the code below that reproduces the problem.
Hi,
I noticed that I am getting different results for parallel and sequential implementations of find_transform. Please see the code below that reproduces the problem.
It gives the output:
I also noticed that the problem disappears if I modify the
get_rigid_transform
function to include the lineaa.NUM_NEAREST_NEIGHBORS = 6
.I don't know if this is an Astroalign issue or something the user should take care of.
The text was updated successfully, but these errors were encountered: