ccfits 2.7
C++ interface to the CFITSIO
CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++. It is written in ANSI C++ and implemented using the C++ Standard Library with namespaces, exception handling, and member template functions.
- Outputs:
out
- Website: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/
- Licenses: non-copyleft
- Package source: gnu/packages/astronomy.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ccfits 2.7
as follows:
guix install ccfits@2.7
Or install the latest version:
guix install ccfits
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.