Special-case ingest manager to deal with Gaia fluxes.
Definition at line 402 of file ingestIndexManager.py.
◆ computeCoord()
| def lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.computeCoord |
( |
|
row, |
|
|
|
ra_name, |
|
|
|
dec_name |
|
) |
| |
|
staticinherited |
Create an ICRS coord. from a row of a catalog being ingested.
Parameters
----------
row : `numpy.ndarray`
Row from catalog being ingested.
ra_name : `str`
Name of RA key in catalog being ingested.
dec_name : `str`
Name of Dec key in catalog being ingested.
Returns
-------
coord : `lsst.geom.SpherePoint`
ICRS coordinate.
Definition at line 233 of file ingestIndexManager.py.
◆ getCatalog()
| def lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.getCatalog |
( |
|
self, |
|
|
|
pixelId, |
|
|
|
schema, |
|
|
|
nNewElements |
|
) |
| |
|
inherited |
Get a catalog from disk or create it if it doesn't exist.
Parameters
----------
pixelId : `dict`
Identifier for catalog to retrieve
schema : `lsst.afw.table.Schema`
Schema to use in catalog creation it does not exist.
nNewElements : `int`
The number of new elements that will be added to the catalog,
so space can be preallocated.
Returns
-------
catalog : `lsst.afw.table.SimpleCatalog`
The new or read-and-resized catalog specified by `dataId`.
Definition at line 204 of file ingestIndexManager.py.
◆ run()
| def lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.run |
( |
|
self, |
|
|
|
inputFiles |
|
) |
| |
|
inherited |
Index a set of input files from a reference catalog, and write the
output to the appropriate filenames, in parallel.
Parameters
----------
inputFiles : `list`
A list of file paths to read data from.
Definition at line 86 of file ingestIndexManager.py.
◆ addRefCatMetadata
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.addRefCatMetadata |
|
inherited |
◆ config
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.config |
|
inherited |
◆ coord_err_unit
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.coord_err_unit |
|
inherited |
◆ file_reader
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.file_reader |
|
inherited |
◆ filenames
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.filenames |
|
inherited |
◆ htmRange
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.htmRange |
|
inherited |
◆ indexer
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.indexer |
|
inherited |
◆ key_map
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.key_map |
|
inherited |
◆ log
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.log |
|
inherited |
◆ nInputFiles
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.nInputFiles |
|
inherited |
◆ schema
| lsst.meas.algorithms.ingestIndexManager.IngestIndexManager.schema |
|
inherited |
The documentation for this class was generated from the following file: