-
The `query_polygon` docstring note says "This method is more efficient in the RING scheme." (similar to `query_disc`). However, this is only true for very simple polygons when `inclusive=False`. I w…
-
```
I'm working on implementing "zoom" functionality based on healpix maps, so my
datasets are usually a small fraction of the full sphere. I encountered
problems when trying to pass a dict to cart…
-
I am having trouble to find out how to get the pixel coordinates for a given angle.
```julia
julia> using Plots
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
julia> m = He…
-
As requested by @milankl, here's a dump of the profiling I did of the `run!` function. All of the profiling was done on the current main branch (210bd22e7b04c41cb647fdf8c5b046cff6074ac6).
Running
…
-
Running `tests/test_spherical_precompute.py::test_transform_inverse_healpix` on a MacOS (`arm64`) runner with Python 3.9 or above generates a segmentation fault [with output](https://github.com/astro-…
-
At the moment, our longitude/latitude to pixel conversion has a lower precision than that of the official HEALPix library close to the poles. This is visible when making a map of pixel values for ``2*…
-
@adl1995 and I started to play with `healpy.boundaries` and try to prototype the affine transformation drawing method (see end of this notebook):
https://github.com/adl1995/HIPS-to-Py/blob/master/exa…
cdeil updated
7 years ago
-
```
What steps will reproduce the problem?
-> see attached script
What is the expected output? What do you see instead?
Output of the two implementations should be equal
What version of the product …
-
I have been using astroquery's wrapper around X-Match to run crossmatches against big surveys, and strangely it fails for certain surveys which is new behaviour. I see the following error:
` d = …
-
It looks like `hp.anafast` returns all zeros on certain platforms.
```
=================================== FAILURES ===================================
__________________ test_rotate_map_polariza…