python-fitsio 1.1.7+dfsg-1 source package in Ubuntu

Changelog

python-fitsio (1.1.7+dfsg-1) unstable; urgency=medium

  * New upstream version 1.1.7+dfsg
  * Rediff patches

 -- Ole Streicher <email address hidden>  Mon, 31 Jan 2022 12:34:52 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-fitsio_1.1.7+dfsg-1.dsc 2.1 KiB 5503baa86a4cfb8f769cc4e5e84619eecc746b89993182c206bf84b52dff7a1f
python-fitsio_1.1.7+dfsg.orig.tar.xz 94.5 KiB 5bdd75a98ae795a25efcb57aeda804243fc0883e1be967af3e337f9077510b12
python-fitsio_1.1.7+dfsg-1.debian.tar.xz 4.6 KiB 94b1e03c18a55f88fcb75014f13790fc42bfca909aa38de5ce18431d3a6c5b3d

Available diffs

No changes file available.

Binary packages built by this source

python3-fitsio: Python 3 library to read from and write to FITS files

 Fitsio provides an easy to use object-oriented API including
 providing a Numpy interface to FITS files read from CFITSIO. It
 allows direct access to the columns of a FITS binary table which can
 be useful for reading large fits files. Compared to astropy.io.fits,
 this package is closer to the underlying cfitsio library.
 .
 Fitsio also exposes a microlanguage (implemented in CFITSIO) for
 making efficient SQL-like queries of tables (single tables only
 though–no joins or anything like that).

python3-fitsio-dbgsym: debug symbols for python3-fitsio