I generated a healpix fits file (nside 1024) using the healpy.write_map function.
I can open with success the generated file on the Aladin desktop application.
I run this cell in a jupyter lab notebook:
from ipyaladin import Aladin, Marker
from pathlib import Path
aladin = Aladin()
aladin
Aladin is displayed correctly.
Followed is this cell:
fits = Path("/path/to/the/file")
aladin.add_fits(Path(fits), name="nightskycam")
(I saw something similar being done here: https://youtu.be/E98vouSlbU4?si=imWYcjPuuaSC3KWa&t=434)
But when running this, nothing seems to get displayed. I see no error message (including in the jupyter lab terminal) or any change in the aladin widget.
Ideally I would like the content of the file, and only the content of the file.
Any pointer on what the issue could be would be welcome.
In case this is useful, the file I am trying to display: https://owncloud.tuebingen.mpg.de/index.php/s/sdxfNgcEaaXoBp7
I generated a healpix fits file (nside 1024) using the healpy.write_map function.
I can open with success the generated file on the Aladin desktop application.
I run this cell in a jupyter lab notebook:
Aladin is displayed correctly.
Followed is this cell:
(I saw something similar being done here:
https://youtu.be/E98vouSlbU4?si=imWYcjPuuaSC3KWa&t=434)But when running this, nothing seems to get displayed. I see no error message (including in the jupyter lab terminal) or any change in the aladin widget.
Ideally I would like the content of the file, and only the content of the file.
Any pointer on what the issue could be would be welcome.
In case this is useful, the file I am trying to display: https://owncloud.tuebingen.mpg.de/index.php/s/sdxfNgcEaaXoBp7