cfitsio
http://heasarc.nasa.gov/fitsio/
CFITSIO is a library of C and Fortran subroutines for reading and writing data
files in FITS (Flexible Image Transport System) data format. CFITSIO provides
simple high-level routines for reading and writing FITS files that insulate the
programmer from the internal complexities of the FITS format. CFITSIO also
provides many advanced features for manipulating and filtering the information
in FITS files.
- Developed at science
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/cfitsio && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cfitsio-zlib.patch | 0000001875 1.83 KB | |
cfitsio.changes | 0000037399 36.5 KB | |
cfitsio.spec | 0000005146 5.03 KB | |
cfitsio3430.tar.gz | 0004696821 4.48 MB |
Revision 16 (latest revision is 29)
Yuchen Lin (maxlin_factory)
accepted
request 595795
from
Asterios Dramis (adra)
(revision 16)
- Update to version 3.430: * Fixed security vulnerabilities (bsc#1088590, CVE-2018-1000166). * Calls to https driver functions in cfileio.c need to be macro- protected by the HAVE_NET_SERVICES variable (as are the http and ftp driver function calls). Otherwise CMake builds on native Windows will fail since drvrnet.o is left empty. * Bug fix to ffmvec function. Should be resetting a local colptr variable after making a call to ffiblk (which can reallocate Ftpr->tableptr). * Ignore any attempted request to not quantize an image before compressing it if the image has integer datatype pixels. * Improved error message construction throughout CFITSIO. - Package licence file as license, not doc (boo#1082318).
Comments 1
There is now version 4.3.0 in https://heasarc.gsfc.nasa.gov/fitsio/