A special-cased version of the refcat ingester for Gaia DR2.
Definition at line 438 of file ingestIndexReferenceTask.py.
◆ __init__()
def lsst.meas.algorithms.ingestIndexReferenceTask.IngestGaiaReferenceTask.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ createIndexedCatalog()
def lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.createIndexedCatalog |
( |
|
self, |
|
|
|
inputFiles |
|
) |
| |
|
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.
◆ makeSchema()
def lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.makeSchema |
( |
|
self, |
|
|
|
dtype |
|
) |
| |
|
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 392 of file ingestIndexReferenceTask.py.
◆ butler
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.butler |
|
inherited |
◆ canMultiprocess
bool lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.canMultiprocess = False |
|
staticinherited |
◆ ConfigClass
◆ indexer
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.indexer |
|
inherited |
◆ IngestManager
lsst.meas.algorithms.ingestIndexReferenceTask.IngestGaiaReferenceTask.IngestManager |
◆ RunnerClass
lsst.meas.algorithms.ingestIndexReferenceTask.IngestIndexedReferenceTask.RunnerClass = IngestReferenceRunner |
|
staticinherited |
The documentation for this class was generated from the following file: