fpack
CFITSIO based utilities
Install
- All systems
-
curl cmd.cat/fpack.sh
- Debian
-
apt-get install libcfitsio-bin
- Ubuntu
-
apt-get install libcfitsio-bin
- Arch Linux
-
pacman -S fpack
- Kali Linux
-
apt-get install libcfitsio-bin
- Fedora
-
dnf install fpack
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcfitsio-bin
- Raspbian
-
apt-get install libcfitsio-bin
- Dockerfile
- dockerfile.run/fpack
libcfitsio-bin
CFITSIO based utilities
FITS (Flexible Image Transport System) is a data format most used in astronomy. cfitsio is a library of ANSI C routines for reading and writing FITS format data files. A set of Fortran-callable wrapper routines are also included for the convenience of Fortran programmers. This package contains utility programs, based on CFITSIO, namely fitscopy, fpack and funpack.
fpack
FITS image compression and decompression utilities
cfitsio
CFITSIO is a library of C and FORTRAN subroutines for reading and
writing data files in FITS (Flexible Image Transport System) data format. CFITSIO 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. At the same time, CFITSIO provides many advanced features that have made it the most widely used FITS file programming interface in the astronomical community.