-
Could `order2nside` and `nside2order` methods be added? The former is trivial (it's just `1
-
With the new pyfits release, the unit tests show errors like
```
________________________ TestFitsFunc.test_write_map_C _________________________
self =
def test_write_map_C(self):
> wri…
-
The C++, C and Java ports of Healpix allow arbitrary positive Nside values for RING ordering. Is there a reason for healpy to limit them to powers of 2 generally?
-
The documentation for [healpy.rotator.Rotator](http://healpy.readthedocs.org/en/latest/generated/healpy.rotator.Rotator.html) could be improved.
Specifically, `euler_matrix_new()` does not appear to…
-
Just a warning to all OSX users.
Currently this wrapper is not working on OSX. It is because gcc/g++ in OSX is actually clang which does not support some flags used in building Healpix 3.20.
Healpy…
-
I installed healpy using pip
the installation successfully completed, but when I import the package I get the following error:
> > > import healpy
> > > /Users/svalenti/anaconda/lib/python2.7/site-p…
-
After installing healpy with pip I had following message.
> > > import healpy
> > > /Users/yinanoom/anaconda2/lib/python2.7/site-packages/healpy/pixelfunc.py:105: UserWarning: Warning: cannot import …
-
![image](https://cloud.githubusercontent.com/assets/6649552/13564742/be361142-e400-11e5-8e13-2908cdc40290.png)
-
When attempting to read the IRAS/IRIS HEALPix maps with healpy.read_map, using the following commands:
``` python
import numpy as np
import healpy as np
map_in=hp.read_map("IRIS_nohole_1_1024.fits")
…
-
I am writing my own bit of code to do this in a seprate process,
but how about adding an option to import the input-map's header, along with the map itself, and then update the NSIDE keyword to re…