Menu

Tree [95176d] default tip /
 History

Read Only access


File Date Author Commit
 doc 2022-10-13 John Donoghue John Donoghue [8e53d4] * doc/octave-cfitsio.texi, inst/+matlab/+io/+fi...
 inst 2022-10-13 John Donoghue John Donoghue [8e53d4] * doc/octave-cfitsio.texi, inst/+matlab/+io/+fi...
 src 2023-05-01 John Donoghue John Donoghue [95176d] * src/configure.ac: dont use pkg-config if it w...
 testdata 2022-03-14 John Donoghue John Donoghue [84fe26] Add local test data
 .hgtags 2022-09-21 John Donoghue John Donoghue [4d54d9] Added tag v0.0.4 for changeset dd8c3396f59c
 COPYING 2020-12-13 John Donoghue John Donoghue [8edbe9] Initial import of files
 DESCRIPTION 2022-09-21 John Donoghue John Donoghue [dd8c33] * DESCRIPTION, NEWS, README.md, doc/octave-cfit...
 INDEX 2022-09-21 John Donoghue John Donoghue [9a5bc4] Spell check
 Makefile 2022-07-18 John Donoghue John Donoghue [29a50c] * Makefile: generate html doc page
 NEWS 2022-09-21 John Donoghue John Donoghue [dd8c33] * DESCRIPTION, NEWS, README.md, doc/octave-cfit...
 README.md 2022-09-21 John Donoghue John Donoghue [dd8c33] * DESCRIPTION, NEWS, README.md, doc/octave-cfit...

Read Me

octave-cfitsio

Introduction

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.

Requirements

  • cfitsio library and dev files

  • Octave >= 4.0.0

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed:
    type pkg list, to view the installed packages.

  2. To install from internet:
    pkg install pkg install https://sourceforge.net/projects/octave-cfitsio/files/vXXXXXX/raspi-XXXXXX.tar.gz/download

  3. To install from a local tarball.
    pkg install octave-cfitsio-XXXXXXX.tar.gz

Where XXXXXXX is the version of the package.

Usage:

  1. Load the package.
    pkg load cfitsio
    (Required each time Octave is started)

  2. 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.

Known limitations and bugs

None provided