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-3.48.tar.gz | 0004928169 4.7 MB | |
cfitsio-zlib.patch | 0000002061 2.01 KB | |
cfitsio.changes | 0000043071 42.1 KB | |
cfitsio.spec | 0000004902 4.79 KB |
Revision 20 (latest revision is 29)
Dominique Leuenberger (dimstar_suse)
accepted
request 819076
from
Asterios Dramis (adra)
(revision 20)
- Update to version 3.480: * Now can handle parentheses in path names rather than automatically interpreting them as output file specifiers. * Fixed bug in imcompress.c that wasn't properly handling conversion between float and double types when reading from a gzip compressed float or double image. * Fixed bug that was preventing use of bracket and parentheses symbols in pathnames when opening multiple READWRITE files, even when requesting no-extended-syntax usage. *This fix necessitates a library interface version number change. * Fixed bug in ffmnhd / fits_movnam_hdu to properly handle wildcard syntax. * Fixed bug in fits_open_extlist to handle filename[EXT] syntax properly. The hdutype parameter may now be null. More documentaion for this function is in cfitsio.tex. * Added new function fits_copy_hdutab to create a new table with the same structure as an existing table. * fits_copy_col / ffcpcl handles long long integer data types more natively to prevent precision loss. * histo.c routines now recognize integer columns that have been scaled by TSCALn keywords and may be closer to floating point type. * Added backward compatibility for very old Rice compressed files which were not using the ZVAL2 keyword in the way that later became standard. * Change made to cfitsio.pc.in to prevent forcing downstream libraries to link against cfitsio's dependencies when using pkgconfig.
Comments 1
There is now version 4.3.0 in https://heasarc.gsfc.nasa.gov/fitsio/