-
I am getting today the following matplotlib error when running ```desi_pipe_run_mpi --first redshift --last redshift```.
We should avoid this, because we do not need to produce plots in the pipeline…
-
Hello, I think it would be usefull to add the "power" option to udgrade, similar to what healpy does: https://healpy.readthedocs.io/en/latest/generated/healpy.pixelfunc.ud_grade.html?highlight=ud_grad…
-
One of the issues trying to switch Gammapy over to using astropy-healpix is that we call `ang2pix` with an array of nside values:
https://gist.github.com/cdeil/754b76dc7f22511a5504fbbe74dccd62#file-g…
cdeil updated
5 years ago
-
Things that need updating and testing:
* Zeppelin 0.10.1
* Hadoop 3.3.3
* healpy 1.16.1
* numpy 1.23.1
* scipy 1.8.1
* matplotlib 3.5.2
* grpcio 1.47.0
* Cython 0.29.30
* protobuf 4.21.4
* …
-
Hi
Just wondering, if there is any example of model (or some tutorial) that works with spherical healpy data. How does flax deal with that? convolution layers or pooling layers etc. for classifica…
-
When trying to pass `nest=True` to `healpy.query_strip`, the Python interpreter crashes:
```python
>>> import healpy
>>> healpy.query_strip(2, 1, 2, nest=True)
Error encountered at /Users/runner…
-
Hey Everyone,
I have been trying to get the LSST Sims package installed locally on my workstation's iMac (since that seems to be the OS used by the group here) and have been having quite a lot of dif…
-
Can cfitsio be made to read data out of an AWS S3 location using the AWS SDK for C++? (https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/examples-s3.html) I mean, for example, that a user w…
-
Currently we offer the same functionality via three interfaces (see [API](https://astropy-healpix.readthedocs.io/en/latest/api.html)).
1. Functions that use Numpy arrays or Quantity for angles. E.…
cdeil updated
4 years ago
-
If you have a file with some empty radec values, an error bubbles up from the healpy library.
e.g.
```
id,ra,dec
701,,
702,310.5,-27.5
```
Results in an error like:
```
theta = array(…