lsst.meas.algorithms
22.0.1-29-g401bd7c4+74af3d55eb
|
Public Member Functions | |
def | __init__ (self, *args, butler=None, **kwargs) |
def | run (self, inputFiles) |
def | makeSchema (self, dtype) |
Public Attributes | |
butler | |
indexer | |
Static Public Attributes | |
RunnerClass = IngestReferenceRunner | |
ConfigClass = IngestIndexedReferenceConfig | |
bool | canMultiprocess = False |
Class for producing and loading indexed reference catalogs (gen2 version). Parameters ---------- butler : `lsst.daf.persistence.Butler` Data butler for reading and writing catalogs
Definition at line 497 of file ingestIndexReferenceTask.py.
def lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.__init__ | ( | self, | |
* | args, | ||
butler = None , |
|||
** | kwargs | ||
) |
Definition at line 519 of file ingestIndexReferenceTask.py.
|
inherited |
Make the schema to use in constructing the persisted catalogs. Parameters ---------- dtype : `numpy.dtype` Data type describing each entry in ``config.extra_col_names`` for the catalogs being ingested. Returns ------- schemaAndKeyMap : `tuple` of (`lsst.afw.table.Schema`, `dict`) A tuple containing two items: - The schema for the output source catalog. - A map of catalog keys to use in filling the record
Definition at line 400 of file ingestIndexReferenceTask.py.
|
inherited |
Index a set of files comprising a reference catalog. Outputs are persisted in the butler repository. Parameters ---------- inputFiles : `list` A list of file paths to read.
Definition at line 332 of file ingestIndexReferenceTask.py.
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.butler |
Definition at line 520 of file ingestIndexReferenceTask.py.
|
staticinherited |
Definition at line 323 of file ingestIndexReferenceTask.py.
|
static |
Definition at line 506 of file ingestIndexReferenceTask.py.
|
inherited |
Definition at line 328 of file ingestIndexReferenceTask.py.
|
static |
Definition at line 505 of file ingestIndexReferenceTask.py.