add_column_table
- lstchain.io.io.add_column_table(table, ColClass, col_label, values)
Add a column to an pytable Table
- Parameters:
- table: `tables.table.Table`
- ColClass: `tables.atom.MetaAtom`
- col_label: str
- values: list or `numpy.ndarray`
- Returns:
- tables.table.Table