-
Dear all,
I create fits file with the following (simplified) script:
```
import fitsio, numpy
from fitsio import FITS,FITSHDR
filename='test.fits'
fits = FITS(filename,'rw')
data = nump…
ghost updated
4 years ago
-
Something like the following would be a nice convenience function.
```
function wcsprm(header::FITSHeader)
naxis = header["NAXIS"]
equinox = header["EQUINOX"]
specsys = header["SPECSYS"…
-
I am able to open compressed FITS files with 1-3 dimension image data. However, for files with data cubes with more than 3 dimensions, trying to read the "image" produces `ERROR: error uncompressing …
-
Science exposure 165869 [failed to process at NERSC on 20230201](https://nightwatch.desi.lbl.gov/20230201/exposures.html) and needs to be processed manually.
-
Creating a new FITS file with mode `rw` and not doing anything with the file results in a corrupt FITS file:
```py
>>> from fitsio import FITS
>>> fits = FITS('test.fits', mode='rw')
>>> fits.cl…
-
@chinyeungli reported to me that in `pkg:alpine/cfitsio@3.48-r0?arch=x86_64` whose upstream is at http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources/cfitsio-3.48.tar.gz we get these detected:…
-
HEASARC finally decided to move their cfitsio development to Github: https://github.com/HEASARC/cfitsio .
If there are changes in fitsio, it would be great if they could be forwarded as Pull Requests…
-
Currently (in 0.9.8), there is a flag `--with-system-fitsio` that works for the `build_ext` argument of `setup.py`. This is not very useful, since when I do a `python setup.py build` or `python setup.…
-
Hi Healpix gurus,
I got this on my Mac under macOS 10.12.6 with julia 0.6.2, x86_64-apple-darwin14.5.0:
Pkg.build("LibHealpix")
INFO: Building Homebrew
Already up-to-date.
INFO: Building FITS…
-
@julienguy @sbailey I have noticed that in order to match the wavelength output from specsim simulations I need to provide an updated file of $DESIMODEL/data/specpsf/psf-quicksim.fits, is there a scri…