Manon Marchand
Manon Marchand
We should think about a strategy to switch between the two algos. @hombit benchmarked the small cone strategy (from MOC-cli) to be 7x faster for some use cases TODO before:...
We need it as it looks like it's making the conda release fail (no idea why, investigation needed)
It's been 5 years than the deprecated plot methods raise a warning. Removing them will allow to drop the dependency on `astropy-healpix`.
Hi! This is a documentation question. Are RectangleSkyRegion sides (and the cross from the middle) following great circles or small circles? This would help with the conversion to MOCs, to...
Hi here! There is a missing mandatory dependency in the recipe. I'm not sure whether it's as simple as adding it here? This should fix https://github.com/astropy/astropy/issues/16739 and https://github.com/emscripten-forge/recipes/issues/1226
oNow that MOCs can be drawn from the GUI, it'd be nice to be able to get them into python.
MOCpy
Submitting Author: (@ManonMarchand) All current maintainers: (@fxpineau, @tboch, @bmatthieu3, @ManonMarchand) Package Name: MOCPy One-Line Description of Package: MOCPy allows to read/write, and create Multi-Order Coverage Maps Repository Link: https://github.com/cds-astro/mocpy Version...
This occurs when trying to upload a table (eg: with TOPCAT) with two columns that are different, but only by case like `u` and `U`.
Got the following warning ``` DeprecationWarning: Passing unrecognized arguments to super(Aladin).__init__(target='20:15:0, +19:15:0', fov=150, height=600). object.__init__() takes exactly one argument (the instance to initialize) ``` when doing ```python from ipyaladin import...