Deprecated: this package has been merged into FITSIO.jl
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