Matthieu Baumann

Results 121 comments of Matthieu Baumann

The api to do that is the following: ```js const pmCat = A.catalogFromURL('./data/proper_motion.xml', { onClick: 'showTable', name: 'mean pm over HPX cells around LMC from GaiaDR2', hoverColor: 'yellow', selectionColor: 'white',...

Maybe create a isoValueContour(val) object (like a readPixel(x, y)) on the ImageFITS object.

@gmantele - There is an example where you can give a render callback that will be called for each Source of a Catalog object and allows you to define what's...

Hello, What is the status of that issue, can we close it ?

This is just an idea I have that would allow the user to compose its HiPS stack fast with several HiPSes with colormap etc... It would be nice to have...

You could even put some astropy image HDU in that stack list: ```python aladin.stack = [ "CDS/P/2MASS/color", # or only the ID "https://mastimg.stsci.edu/surveys/hips/DSS/DSSColor/", # only an url pointing to the...

@ManonMarchand @Xen0Xys - I think we also need to consider sync the overlay_survey and overlay_survey_opacity traitlet. If you add a hips survey with the add_hips method we should update the...

addNewImageLayer adds a new overlay survey so I do not get your points. An overlay has a name, this name is called layer, that is maybe why it is confusing....

@ManonMarchand @tboch - I guess my point is: what do we want to do with the 'overlay_survey' traitlet since it is now possible to add multiple hips surveys with this...