cds-astro / ipyaladin

An IPython Widget for Aladin Lite, the sky viewer.
https://cds-astro.github.io/ipyaladin/
BSD 3-Clause "New" or "Revised" License
126 stars 26 forks source link

Upload local FITS image #21

Closed tboch closed 3 months ago

informationcake commented 3 years ago

I couldn't find a way to do this either, so if it is currently not possible I'd love to see this implemented. Can one load local fits files in? target='some_local_path' would be great

bmatthieu3 commented 1 year ago

To add a description of what this could look like: load an astropy fits image hdu returning a Image object ipyaladin.add_fits_hdu(my_hdu)

The Image could have similar methods as ImageSuryey to set the colormap, opacity, stretch...

ManonMarchand commented 3 months ago

Fixed by #86