lsst.afw.table#
The lsst.afw.table module provides handlers for tables of data,
catalogs, and data records that comprise both for the LSST Science
Pipelines.
This module is a part of the larger lsst.afw package that provides the
foundation of the pipelines.
Contributing#
lsst.afw.table is developed at lsst/afw.
You can find Jira issues for this module under the afw component.
Python API reference#
lsst.afw.table Package#
Functions#
|
|
|
Copy an alias map from one schema into another. |
|
Copy entries from one Catalog into another. |
|
Return a schema that is a deep copy of a mapping between source and target schemas. |
|
Overloaded function. |
|
Overloaded function. |
|
Generate a list of ReferenceMatches from a Catalog of "unpacked matches". |
|
Denormalise matches into a Catalog of "unpacked matches". |
|
Make a catalog of matches from a sequence of matches. |
|
Apply a numpy index array to an afw Catalog |
|
Overloaded function. |
|
Overloaded function. |
|
Overloaded function. |
Classes#
|
|
|
|
Members: |
|
|
|
|
|
|
A mapping (i.e. dict-like object) that provides convenient operations on the concatenated catalogs returned by a MultiMatch object. |
|
|
|
Initialize a multi-catalog match. |
|
|
|
|
alias of |
Class Inheritance Diagram#

lsst.afw.table.io Package#
Functions#
Classes#
Class Inheritance Diagram#

lsst.afw.table.testUtils Module#
Functions#
|
Assert that two Schemas are equal. |
|
Return a string diff of two schemas. |
|
Join a sequence of words into a comma-separated, 'and'-finalized string with correct English syntax. |