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

Allow the list of keyword options (CatalogOptions, HiPSOptions, MOCOptions, ...) passed to be case insensitive #77

Closed bmatthieu3 closed 5 months ago

bmatthieu3 commented 6 months ago

To be more pythonic friendly. Example: Python users would be able to pass min_cut (python way) and/or minCut (js way) https://cds-astro.github.io/aladin-lite/global.html#ImageSurveyOptions through ipyaladin API

ManonMarchand commented 6 months ago

See the implementation of add_table where the options are not snakecase. Also, maybe see if we could support both camelcase and snakecase?