uvex_transients.simulation.exposure_catalog.ExposureCatalog.column#
- ExposureCatalog.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 if the column is a Quantity/Time column.
- Return type: