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 notice that x_shift and y_shift always equal to 1 if dst_area_or_point == 'Point' and no matter what src_area_or_point is. This looks a little strange to me. Is it a typo? If there is some reason behind it, I will appreciate it if you let me know.
Thanks!
The text was updated successfully, but these errors were encountered:
Yes - this is not correct. It should be a half pixel shift. I am going to explain this in another issue ticket. Sorry for the late reply. I was on paternity leave. See #32
Hi,
Here is a slice of code in the stitcher.py:
I notice that
x_shift
andy_shift
always equal to 1 ifdst_area_or_point == 'Point'
and no matter whatsrc_area_or_point
is. This looks a little strange to me. Is it a typo? If there is some reason behind it, I will appreciate it if you let me know.Thanks!
The text was updated successfully, but these errors were encountered: