-
some links:
https://healpy.readthedocs.io/en/latest/install.html
https://healpix.sourceforge.io/
-
should we make available an exe packages for Windows users?
is anybody willing to help?
zonca updated
1 month ago
-
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-…
-
It would be great to have an option to convert a spectrum to absolute flux based on a distance input, and have the converted file as an output.
-
Is there an "official" highest-possible N_side value that is supported by the code? We tried making maps at N_side = 16384, but found that there was no pre-computed pixel window function available.…
-
Recently I am reinstalling python (3.10) and its packages with macport, hence I followed the healpy documentation :
sudo port install py310-healpy
The installation works fine. But when I import …
-
We can still add compatibility functions (just thin wrappers) for the following:
* [x] ``healpy.boundaries`` (using ``healpix_boundaries_lonlat``)
* [x] ``healpy.nest2ring`` (using ``nested_to_rin…
-
Currently, the `transform()` function requires fields and maps. However, the fields are only required to recover the mapper for each map, and call its `.transform()` method.
Alternatively, we could…
-
```
What steps will reproduce the problem?
1. python setup.py install --prefix ~/opt
2. import healpy
3.
What is the expected output? What do you see instead?
>>> import healpy
Traceback (most recen…
-
The density map generated with skymapper does not seem to follow the resolution set by the `nside` parameter with `healpy`.
I run the following code with `nside=32` (resolution of 110 arcmin) and `…