Base.write
— Methodwrite(f::FITS, colnames, coldata;
hdutype=TableHDU, name=nothing, ver=nothing,
- header=nothing, units=nothing, varcols=nothing)
Same as write(f::FITS, data::Dict; ...)
but providing column names and column data as a separate arrays. This is useful for specifying the order of the columns. Column names must be Vector{String}
and column data must be a vector of arrays.