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

Custom HiPS Survey for ipyaladin #19

Closed stvoutsin closed 1 year ago

stvoutsin commented 4 years ago

Is it possible to instantiate ipyaladin with a custom HiPS image survey that is not registered and part of the existing list?

Specifically, I'm looking for the functionality shown in the following example: https://jsbin.com/garodu/edit?html,output

Is there an equivalent python method for setImageSurvey & createImageSurvey, and if not any plans to add it?

If not, I was going to try running a JS snippet from a cell, which calls the above functions on the Javascript aladin object, but I haven't figured out what name the object would have.

tboch commented 4 years ago

Currently, this feature is not available in ipyaladin. I'll add it. My plan for the coming year is to reach feature-parity between Aladin Lite (the JS application) and ipyaladin.

JColl88 commented 3 years ago

Hi @tboch - is there any update on this? We were also looking at pointing to custom HiPS data - in the meantime I'll have a play with adding custom URLs to aladin_lib.js and install the package from source.

bmatthieu3 commented 1 year ago

Hi @stvoutsin ,

This is linked to #35 and it is currently possible in ipyaladin v0.2.0 and onward,

I will therefore close that issue.