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
Asteroid 4077 in sector 2 was reported by @christinahedges to display a strange kink in its (col, row) trajectory, which is almost certainly incorrect because its (ra, dec) trajectory on the sky is a straight line. It looks like the WCS transform can yield incorrect (col, row) values after an object has moved off the ccd.
I'm in the process of debugging this and adding a unit test.
Example bug:
The text was updated successfully, but these errors were encountered:
I'm somewhat stuck with this issue because it looks like the FFI WCS truly thinks the straight (ra, dec) trajectory of the asteroids translates into a weird curved path in (col, row) pixel coordinate space.
I am starting to think that there is no bug in tess-locator, because I am able to reproduce the funny kink in the trajectory using tess-point. My leading suspicion is that the stretch on the Y limit in the screenshot posted at the top of this issue made led me astray into thinking there is an obvious error in the WCS transform, but in reality, the kink is very subtle and visible in both (ra, dec) and (col, row) space.
Asteroid 4077 in sector 2 was reported by @christinahedges to display a strange kink in its (col, row) trajectory, which is almost certainly incorrect because its (ra, dec) trajectory on the sky is a straight line. It looks like the WCS transform can yield incorrect (col, row) values after an object has moved off the ccd.
I'm in the process of debugging this and adding a unit test.
Example bug:
The text was updated successfully, but these errors were encountered: