FITSTables.jl

Make FITS tables from FITSIO.jl conform to the Tables.jl interface
Author ajwheeler
Popularity
1 Star
Updated Last
1 Year Ago
Started In
March 2020

Deprecated: this package has been merged into FITSIO.jl

Build Status

Make FITS tables from FITSIO.jl conform to the Tables.jl interface.

With this package, you can do, e.g.

using FITSIO, FITSTables, DataFrames
df = FITS("table.fits") do f
    DataFrame(f[2])
end

Used By Packages

No packages found.