This toolkit provides GNU Octave with I/O routines to read and write FITS (Flexible Image Transport System) files.
It provides both high and low level functions similar to the Matlab FITS functions.
-
cfitsio library and dev files
-
Octave >= 4.0.0
To install, run the octave package manager:
-
If running Windows, the package may already be installed: type pkg list, to view the installed packages.
-
To install from internet: pkg install pkg install -forge cfitsio
-
To install from a local tarball. pkg install octave-cfitsio-XXXXXXX.tar.gz
Where XXXXXXX is the version of the package.
-
Load the package. pkg load cfitsio (Required each time Octave is started)
-
Use the high-level function calls fitsread, fitswrite, fitsinfo to read and write FITS files. or use the low-level functions for custom file manipulation.
Documentation of functions are available in octave after install and loading.
None provided