-
Set `DATAPATH` for tests as an easily accessible variable somewhere, so it doesn't have to be re-defined in all the tests.
_Originally posted by @DanielLenz in https://github.com/healpy/healpy/pul…
zonca updated
5 years ago
-
It would be great to have the native ability to produce vector-field plots in a quiver style. This funcationality looks to already exist in the IDL Healpix routines, e.g. [in mollview, polarization=3]…
-
We should do performance benchmarks of the functionality that also exists in healpy/HEALPIX and make sure that we get comparable results (and improve performance if not).
-
This is a feature request to add a flux-conserving (and equivalently count-conserving) reprojection method to / from HEALPIX.
For HEALPIX HEALPIX it would be trivial, just multiply / divide by 4 to …
cdeil updated
2 years ago
-
Let's merge dev into master and do a new Enterprise release. @AaronDJohnson, @vallis, others, what would you like to get added/modified before then?
-
Since some days, the Debian package fails to build with the message
```
running build_ext
Traceback (most recent call last):
File "/build/healpy-1.16.1/setup.py", line 323, in
setup(
Fi…
-
Hi,
If I need to smooth a simulated map, is there any function that smooths out the map when given as input, or I need to take in account for the beam in the input cl for synfast itself?
-
[healpy](https://healpy.readthedocs.io/en/latest/index.html) has support for rotations through the [Rotator](https://healpy.readthedocs.io/en/latest/generated/healpy.rotator.Rotator.html) class. Are t…
-
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*…
-
Hi healpy developers,
Thanks for all your hard work on maintaining such an essential package for the scientific community!
I was wondering if there are any plans to migrate `healpy` to use [ducc…