Thomas Boch

Results 31 issues of Thomas Boch

When asking for a specific set of fields, the resulting Astropy table has a different ordering of the columns. Example: ```python ds = cds.find_datasets(meta_data ="*", fields=['ID', 'moc_access_url', 'hips_creation_date', 'hips_creator']) ds.colnames...

cds
mocserver

I would like to easily create a MOC from a list of multi-extension FITS (each HDU being a FITS image). I suggest that *hdu_index* could be either: - a scalar...

enhancement

When in full screen mode in version released on 2024-03-27, if I press the ESCape key , the original size of Aladin Lite div is not restored. This was working...

bug
regression

If the initial viewport location (resp. zoom level) has not been changed yet, we should use values of hips_initial_ra|dec (resp. fov) to set location (resp. fov) at HiPS loading time.

new feature

Currently, we can only define source size in pixels. There are some use cases where one might want to give an angular size in degrees or arcmin

new feature

Rationale: currently, customizing the toolbar with new icons, or changing the order of current icons is cumbersome. Having a Toolbar object with methods to add/remove icons linked to specific actions...

new feature

This could be done globally, or on a per catalog basis.

new feature

Currently, onClick: showPopup will auto-generate the popup content from the catalogue content. Having an option to pass a function to customize this would be great.

enhancement