seeing-things/track

In `plate_solve()` use new WCS API

Opened this issue · 0 comments

plate_solve() is using all_pix2world() which appears to be part of the legacy WCS API. I should probably be using pixel_to_world() from the new API.