-
Does enlib.lensing or enlib.curvedsky have the healpy equivalent of almxfl?
http://healpy.readthedocs.io/en/latest/generated/healpy.sphtfunc.almxfl.html
This would be useful. The specific use case…
-
Hey,
First, nice work with this package. Thanks for making HEALPix accessible in Julia.
As you've stated in the README, getting the neighbouring values in the NESTED scheme should be easy. Does …
-
```
Importing healpy before matplotlib.pyplot causes matplotlib.pyplot.imshow to
segfault.
=== What steps will reproduce the problem?
Run the attached script first with argument '1', then with argu…
-
```
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 …
-
```
with no cython healpy's setup.py defaults to use a pregenerated C version of
the extension pshyt.
but pshyt/pshyt.c was removed from the repository, so it fails to build.
```
Original issue re…
-
I am trying to read alms I created with `healpy` from disk and transform them in the format expected by libsharp.
However it seems there is a different normalization between the alm I create with hea…
zonca updated
5 years ago
-
hi!
the current 2.1.0 release tgz file at https://github.com/bthorne93/PySM_public/releases is 380MB.
This is quite big and is causing some random unit tests of TOAST to fail because the download fr…
zonca updated
6 years ago
-
The healpy documentation gives the following instructions to install w conda:
conda install -c openastronomy healpy
Unfortunately, that points to an old version, 1.9.1. conda thinks that nump…
-
I wish to rotate sky coordinates (`lon`, `lat`) between ecliptic, galactic and celestial coordinates. These are observercentric coordinates with origins given by a Cartesian heliocentric position `obs…
-
Installation fails due to the dependency of healpy on cfitsio. There's an issue on the healpy github about this that has been open since 2012, so a fix seems unlikely to be imminent.
If astropy_hea…