Template Function lsst::afw::table::python::_getArrayFromCatalog(CatalogT<Record> const&, Key<T> const&)¶
Function Documentation¶
- 
template<typename 
T, typenameRecord>
ndarray::Array<typename Field<T>::Value const, 1, 1>lsst::afw::table::python::_getArrayFromCatalog(CatalogT<Record> const &catalog, Key<T> const &key) Extract a column from a potentially non-contiguous Catalog.
- Parameters
 catalog: Catalogkey: Key to column to extract