-
**Feature description**
`dysh` is slow (as of 0.4.0). We need to make `dysh` faster.
Could switching to [`fitsio`](https://github.com/esheldon/fitsio/) help with some of that?
Also, `fitsio` supp…
-
Hi! I had trouble installing lkprf due to fitsio - I run Linux, and the issue is in how my Anaconda set-up speaks to my C backend (this is a [known issue](https://github.com/ContinuumIO/anaconda-issue…
-
Hi, I'm trying to install the most recent version of fitsio using pip, but I'm getting errors related to compiling C fitsio code. Could I get some insights into how to resolve this?
Here are some s…
-
As noted in https://github.com/mg5amcnlo/mg5amcnlo/issues/156 mg5amcnlo vendors lots of software without including their licenses and also has multiple external dependencies.
All of these would ne…
-
In the test suite we currently skip some tests due to issues in fitsio - we should report these upstream if possible.
-
Library name: cfitsio
New version number: 4.4.1
Other information that may be useful (release notes, etc...)
https://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
-
I get an error when i run ./configure. The error is-
`configure: error: Cannot find fitsio.h. See ./configure --help to know how to set a proper cfitsio include directory`
This is after I run the req…
-
1. Firstly, I used the 'pip install fitsio', failed.
Collecting fitsio
Downloading fitsio-1.2.4.tar.gz (4.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 8.6 MB/s eta 0:00:00
Pr…
-
This test using a i8 results in an unaligned pointer read...
https://github.com/simonrw/rust-fitsio/blob/1972db698dac94440f11e201eccbebe95ec9dace/fitsio/src/headers.rs#L246
... due to
```
&…
-
On a Linux Ubuntu system (33~22.04.1-Ubuntu) in Python 3.11, I am encountering an error with, 'pip install fitsio', which is trying to install fitsio 1.2.0. The error is below.
```
Collecting fits…