Special-case convert manager to deal with Gaia fluxes.
Definition at line 427 of file convertRefcatManager.py.
◆ computeCoord()
def lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.computeCoord |
( |
|
row, |
|
|
|
ra_name, |
|
|
|
dec_name |
|
) |
| |
|
staticinherited |
Create an ICRS coord. from a row of a catalog being converted.
Parameters
----------
row : `numpy.ndarray`
Row from catalog being converted.
ra_name : `str`
Name of RA key in catalog being converted.
dec_name : `str`
Name of Dec key in catalog being converted.
Returns
-------
coord : `lsst.geom.SpherePoint`
ICRS coordinate.
Definition at line 257 of file convertRefcatManager.py.
◆ getCatalog()
def lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.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 228 of file convertRefcatManager.py.
◆ run()
def lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.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.
Returns
-------
output : `dict` [`int`, `str`]
The htm ids and the filenames that were written to.
Definition at line 98 of file convertRefcatManager.py.
◆ addRefCatMetadata
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.addRefCatMetadata |
|
inherited |
◆ config
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.config |
|
inherited |
◆ ConfigClass
◆ coord_err_unit
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.coord_err_unit |
|
inherited |
◆ file_reader
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.file_reader |
|
inherited |
◆ filenames
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.filenames |
|
inherited |
◆ htmRange
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.htmRange |
|
inherited |
◆ indexer
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.indexer |
|
inherited |
◆ key_map
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.key_map |
|
inherited |
◆ log
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.log |
|
inherited |
◆ nInputFiles
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.nInputFiles |
|
inherited |
◆ schema
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.schema |
|
inherited |
The documentation for this class was generated from the following file: