create_gaintable_from_rows

create_gaintable_from_rows(gt: GainTable, rows: ndarray, makecopy=True) Optional[GainTable][source]

Create a GainTable from selected rows

Parameters
  • gt – GainTable

  • rows – Boolean array of row selection

  • makecopy – Make a deep copy (True)

Returns

GainTable