Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Astrometry offset #193

Open
tboch opened this issue Aug 28, 2024 · 1 comment
Open

Astrometry offset #193

tboch opened this issue Aug 28, 2024 · 1 comment
Labels

Comments

@tboch
Copy link
Collaborator

tboch commented Aug 28, 2024

Astrometry accuracy is degraded in v3.4.5 wrt 3.2.0

Here are 2 examples illustrating the issue.

  1. Cassiopea constellation drawing (example https://aladin.cds.unistra.fr/AladinLite/doc/API/examples/polyline/ )

With v3.4.5:

image

With v3.2.0:

image

  1. Zooming on object * bet UMi ( 14 50 42.326 +74 09 19.81 )

Centering the current view on * bet UMi, with AITOFF projection (but the issue is present in all projections, as far as I can tell).

With a 10° FoV , the star is properly centered:

Capture d’écran 2024-08-28 à 11 32 23

With a 32° FoV, the shift is obvious:

Capture d’écran 2024-08-28 à 11 33 04

@bmatthieu3 : could this be linked with some of the astrometric computations having been offloaded to the GPU, when previously

done on the CPU?

@bmatthieu3
Copy link
Collaborator

The accuracy is enhanced since #180 but there is still some deformation present near the healpix poles. We could subdivide the cells but if we do that we must subdivide all the cells in the fov in the same way otherwise we would see frontiers between cells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants