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++.
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++.
To install ccfits, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ccfits
To see what files were installed by ccfits, run:
port contents ccfits
To later upgrade ccfits, run:
sudo port selfupdate && sudo port upgrade ccfits
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.