This package browser is in early development. Mind the rough edges.

cfitsio

Library for reading and writing FITS files

CFITSIO provides simple high-level routines for reading and writing Flexible Image Transport System 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.

Installation

Install the latest version of cfitsio as follows:

guix install cfitsio

Or install a particular version:

guix install cfitsio@4.4.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of cfitsio about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/cfitsio'><img src='https://packages.guix.gnu.org/packages/cfitsio/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cfitsio/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cfitsio)

Example Org:

[[https://packages.guix.gnu.org/packages/cfitsio][https://packages.guix.gnu.org/packages/cfitsio/badges/latest-version.svg]]