Downloadliste

Projektbeschreibung

CFITSIO is a library of C and Fortran subroutines for reading and writing data files in the FITS (Flexible Image Transport System) data format. It simplifies the task of writing software that deals with FITS files by providing an easy to use set of high-level routines that insulate the programmer from the internal complexities of the FITS file format.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-07-28 13:41
3.31.0

Eine 32-Bit-Beschränkung auf Low-Level-Tabelle lautet wurde entfernt. Viel schnellere Bytereihenfolge Algorithmen wurden implementiert, passend für little-Endian-Rechner beschleunigen. Datentypkonvertierung auf verlustfrei komprimierte Dateien wurde verbessert. Unterstützung für IBM System Z Mainframes wurde verbessert. Zahlreiche Bugs wurden behoben.
Tags: Enhancements, Bugfixes, Stable
A 32-bit limitation on low-level table reads was removed. Much faster byte-swapping algorithms were implemented, accelerating FITS on little-endian machines. Data type conversion on losslessly compressed files was improved. Support for IBM System Z mainframes was improved. Numerous bugs were fixed.

2011-12-15 07:42
3.29

Diese Version stellt Unterstützung für die Kachel Komprimierung der Bilder, die 1-Byte-Ganzzahl. Es ändert die Befehlszeile Parsen Routine ausführen strengere Kontrollen um festzustellen, ob das Token als Zahl kann oder nicht interpretiert werden. Es fügt Unterstützung für Lesen und schreiben großer FITS-Dateien (> 2,1 GB) beim Erstellen von CFITSIO mithilfe von Microsoft Visual C++ auf Windows-Plattformen. Es gibt zahlreiche Bugfixes.
Tags: Enhancements, Bugfixes, Stable
This release restores support for tile compression of 1-byte integer images. It modifies the command line parsing routine to perform more rigorous checks to determine if the token can be interpreted as a number or not. It adds support for reading and writing large FITS files (> 2.1 GB) when building CFITSIO using Microsoft Visual C++ on Windows platforms. There are numerous bugfixes.

2011-06-13 12:39
3.28

In Fällen, wo ein Bild Fliese nicht zu quantisiert wird die Floating-Point-Pixelwerte verlustfrei mit gzip werden, bevor sie zu schreiben, um die Fliese-komprimierte Datei komprimiert. Wesentliche interne Änderungen an der Struktur der Ziegel-Komprimierung und Dekomprimierung Routinen gemacht, damit sie mehr modular und einfacher zu pflegen. Die ffiter Funktion wurde geändert, um richtig aufzuräumen zugewiesenen Speicher, wenn ein Fehler auftritt.
In cases where an image tile cannot be quantized, the floating-point pixel values will be losslessly compressed with gzip before writing them to the tile-compressed file. Significant internal changes have been made to the structure of the tile compression and uncompression routines to make them more modular and easier to maintain. The ffiter function has been modified to properly clean up allocated memory if an error occurs.

2011-03-11 20:07
3.27

Bugfixes und kleinere Verbesserungen vorgenommen wurden.
Bugfixes and minor enhancements were made.

2010-08-12 07:06
3.25

Diese Version bietet die Möglichkeit, Bilder als Fliesen dekomprimieren. Es gibt kleinere Bugfixes.
Tags: Minor enhancement, Bugfixes
This release adds the ability to uncompress images as tiles. There are minor bugfixes.

Project Resources