-
Since the install instructions got set up, it looks there's a bunch of things that have changed.
One is buried kind of down, but this changed since numba 0.48 (workaround is just to have number 0…
-
I had a halfsky plot working with the old orthoview - is it possible to plot only half sky with the new visufunc?
-
Cannot add a legend to a plot made using the new mpl-backend functions
Consider e.g:
```
import healpy as hp
import numpy as np
hp.newvisufunc.projview(
np.random.random(12*16**2)
)…
-
Implement functionality in `mapsims` to compute effective sky fractions for signal and noise dominated maps as defined below.
> I would actually say that a more "standard" definition would be eithe…
zonca updated
5 years ago
-
Hello!
Love the module, thanks for working on it. I have one peeve I want to share with you, because it cost me two hours of debugging today:
I would be very happy if you could make the document…
-
* Covert the template to a higher Nside resolution;
* Add automatic conversion when dealing with higher Nside (N>2048)
-
Hi!
I work for the MAST archive at STScI, and we're ingesting contributed small-satellite mission products with an unusual data structure: a HEALPixel map in which we have an ultraviolet spectrum f…
-
I'm thinking about contributing a test which computes the measured detector signal for a single sample by brute force, according to the following recipe:
- given: `s_lm` and `b_lm` (T,E,B,V compone…
-
Currently, there is a base 12 / base 16 geohash implemented. First it determines which bin of 12 a coordinate falls in, and then the "remainder" healpix, each is converted into hex and concatenated t…
-
Hi,
I am having an issue when trying to plot a map that contains nans when I want to have a colorbar displaying the under and over color.
with healpy v 1.15.0, if I do
```import healpy as hp
imp…