-
I propose supporting HDF5 along with FITS for map storage. We have implemented a thin wrapper around `healpy` read/write_map that uses `h5py` instead when the file suffix suggests HDF5: https://github…
-
```
What steps will reproduce the problem?
1.
doing 'import iocbio.ops'
What is the expected output? What do you see instead?
causes segmentation fault
What version of the product are you using? O…
-
When trying to call imSim, I get the error:
```
imsim.py v479028-i_grid/phosim_cat_479028.txt --sensor "R:2,2 S:1,1" --psf Atmospheric --outdir fits
CameraMapper INFO: Loading Posix exposure regist…
-
When running PySM, data files are downloaded using astropy.utils.data, which caches files in ~/.astropy. When multiple MPI groups are used in toast, there are multiple processes trying to download an…
-
the code in the seek repository is not maintained for over 2 years and is no longer numpy compatible, replace it with the fork https://github.com/astrojhgu/seek.git this repo worked for me.
-
Hi David,
I've been using your code to estimate how many FRBs we could detect with a new survey -- thank you very much for making this available, it is fantastic! (I will be in touch about the scie…
-
If I run the script scanSource.py present in the qubic/qubic/doc folder the script dies at line 139. The error message is:
Traceback (most recent call last):
File "scanSource.py", line 139, in
…
-
Hi,
I'm trying to use healpy to draw a mollweide projection (I found any other package to do that easily!) of the Galaxy and put some objects in the corresponding map, and some lines (like the celest…
-
1. If I understand correctly, a00, a01, a10, a11 in your example stand for alphax_x, alphax_y, alphay_x, alphay_y. Is it right? Thus:
* kappa = (a00+a11)/2
* shear1 = (a00-a11)/2
* …
-
It looks like `hp.anafast` returns all zeros on certain platforms.
```
=================================== FAILURES ===================================
__________________ test_rotate_map_polariza…