emolter / pylanetary

data processing and modeling tools for ring, moon, and planet observations
GNU General Public License v3.0
8 stars 6 forks source link

Shifting navigated data introduces edge effects #47

Closed cmoeckel91 closed 1 year ago

cmoeckel91 commented 1 year ago

When navigated data are shifted to subpixel accuracy, sharp edges (Longitude: 359 -> 0) blow up.

Align model and observation

nav.xy_shift_model(np.round(dx), np.round(dy))

Options for fix: Replace shifting routine Force edge data to conform to mod 360 Shift data instead of model