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
Refactor source position calculation in map_operation
by flooring it would break reading in deswizzled files from maps that were offset. bdifirit1 is offset by (0 px, 8 px) so we'd do the division and divide and floor causing it all to be off by 8 px.
0 commit comments