Class RFits::Table
In: lib/rfits/rfits.rb
Parent: HDU

A class representing a generic table extension. Is intended to be abstract.

Methods

new   to_csv   to_s  

Attributes

column_information  [R]  Metadata for each column.
data  [R]  Tabular data.

Public Class methods

Public Instance methods

Convert a table to CSV.

Convert a table to a string. Currently an alias for Table#to_csv.

[Validate]