Template Function lsst::afw::table::python::_getArrayFromCatalog(CatalogT<Record> const&, Key<T> const&)

Function Documentation

template<typename T, typename Record>
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: Catalog

  • key: Key to column to extract