cfitsio
https://heasarc.gsfc.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.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / cfitsio
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout science/cfitsio && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
cfitsio-3.49.tar.gz | 0004934662 4.71 MB | |
cfitsio-zlib.patch | 0000002061 2.01 KB | |
cfitsio.changes | 0000043892 42.9 KB | |
cfitsio.spec | 0000004902 4.79 KB |
Revision 20 (latest revision is 37)
Asterios Dramis (adra)
accepted
request 827084
from
Dirk Mueller (dirkmueller)
(revision 20)
- update to 3.490: - Fix to imcompress.c. It now turns off quantization if ZSCALE and ZZERO columns are missing. Treatment will be the same as if ZQUANTIZ were set to 'NONE', even if ZQUANTIZ is present and set to something else. - Added mutex to fits_execute_template() function so that the creation of files using ASCII templates will be thread safe. - In fpack when using -table flag, replaced warning message with a more detailed description mentioning FITS format update. - Added flag to CMake builds to disable curl dependency. Also only add CURL_LIBRARIES to CMake link target if curl is found. - Minor adjustment to download progress output.
Comments 0