Open mfouesneau opened 7 years ago
Hi Morgan,
the default healpix expression is different in master, since it was indeed really gaia specific. However, the default for nested or not i'm not sure about, I have a preference for it since it is easy to go to coarser level by simply dividing. (I don't think you can do that for ring right?).
There is a method for this already I hope that suits your needs. Thanks anyway!
cheers,
Maarten
Hi Maarten, I found my way with the methods. I suggests to update the documentation and make the healpix_plot expression more standard or a necessary argument.
I also prefer the nested structure. But that's something I did not see obvious when I made some data.
Thanks
I'm actually just playing with the healpix_plot, and indeed it is still set to the gaia values, which does not make sense, I need to change that.
The current API is based on Gaia defaults which are not obvious outside Gaia:
healpix_expression='source_id/34359738368', ... nest=True, ...
These are not the defaults in healpy. Healpy by defaults does
nest=False
for instance.Maybe providing a virtual column that does the healpix calculations from RA, DEC columns similarly to the coordinate conversions?
maybe adapting properly something like: