uvex_transients.simulation.photometry_catalog.PhotometryCatalog.column#
- PhotometryCatalog.column(name: str) ndarray[source]#
Return a table column as a plain array, rather than an astropy.table.Column/Quantity view.
- Parameters:
name (
str) – Column name; must be one of table.colnames.- Returns:
numpy.asarray of the column, preserving units/time if the column is a Quantity/Time column.
- Return type:
numpy.ndarrayorQuantityorTime