cmcbride / FITSIO.jl

FITS file package for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FITSIO.jl: Flexible Image Transport System (FITS) support for Julia

Installation

julia> Pkg.add("FITSIO")

Requires the cfitsio library to be installed on your system.

Simple Example

julia> require("FITSIO")
julia> using FITSIO
julia> x = fitsread("/path/to/file.fits")

Documentation

About

FITS file package for Julia

License:MIT License