rta_to_lstchain_formator.utils.pytables.add_column_table

rta_to_lstchain_formator.utils.pytables.add_column_table(table, ColClass, col_label, values)[source]

Add a column to an pytable Table

Parameters:
  • table (tables.table.Table)

  • ColClass (tables.atom.MetaAtom)

  • col_label (str)

  • values (list or numpy.ndarray)

Return type:

tables.table.Table