create_pointingtable_from_rows
- create_pointingtable_from_rows(pt: PointingTable, rows: ndarray, makecopy=True) Optional[PointingTable] [source]
Create a PointingTable from selected rows
- Parameters
pt – PointingTable
rows – Boolean array of row selection
makecopy – Make a deep copy (True)
- Returns
PointingTable