-
It can't find libbz2
It is probably related to this issue:
https://github.com/ContinuumIO/anaconda-issues/issues/2441
-
- rho-statistics is missing `fitsio`
-
Running pip install on the latest version crashes.
`python -m pip install fitsio --upgrade`, but not on version 1.0.5.
```
Collecting fitsio
Using cached https://files.pythonhosted.org/packages/…
-
I cannot open a zipped FITS file (astropy has no problem, though).
```julia
julia> using FITSIO, PyCall
julia> download("https://www.spacetelescope.org/static/projects/fits_liberator/datasets/e…
-
It would be nice to carry around the WCS information from the original FITS files. This would allow you to reconstruct the WCS if/when you create individual images. This will be useful if/when we want…
-
Hi Erin,
With fitsio 1.1.4 (and python 3.8.10), I'm trying to read an image header from the Canada-France-Hawaii Telescope's MegaPrime camera, and I'm getting weird behavior.
There are a couple …
-
After compiling fitsio from source (no errors at this point), I tried to import it in a python script and encountered the following error :
`ImportError : /fitsio-1.1.3-py3.7-linux-x86_64.egg/fitsio…
-
Running on `fitsio.__version__ = 0.9.11` and on `sp.__version__ = 1.2.0`, with the minimalist example bellow. This code shows that fitsio can't write large arrays but does not raise any error.
In the…
-
It would be really useful to be able to use:
```python
import fitsio
from io import BytesIO
from sys import stdout
output = BytesIO()
fitsio.write(output)
# OR
fitsio.write(stdout)
```
…
-
Hello,
Many thanks for providing this crate!
Works fine under Linux (Fedora x86-64), but it fails when trying to use as a dependency (v. 0.15.0) under MSW 64-bit (MSYS2/MinGW, `rustc` 1.42.0, `cfi…