|
lsst.meas.algorithms g33a09d4741+106f42d13d
|
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
Public Attributes | |
| properMotionUnit | |
| parallaxUnit | |
| outputUnit | |
Protected Member Functions | |
| _getFluxes (self, input) | |
| _setCoordinateCovariance (self, record, row) | |
Special-case convert manager to deal with Gaia fluxes.
Definition at line 464 of file convertRefcatManager.py.
| lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.
Definition at line 467 of file convertRefcatManager.py.
|
protected |
Compute the flux fields that will go into the output catalog.
Parameters
----------
inputData : `numpy.ndarray`
The input data to compute fluxes for.
Returns
-------
fluxes : `dict` [`str`, `numpy.ndarray`]
The values that will go into the flux and fluxErr fields in the
output catalog.
Reimplemented from lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.
Definition at line 473 of file convertRefcatManager.py.
|
protected |
Set the off-diagonal position covariance in a record of an indexed
catalog.
Convert the Gaia coordinate correlations into covariances.
Parameters
----------
record : `lsst.afw.table.SimpleRecord`
Row from indexed catalog to modify.
row : structured `numpy.array`
Row from catalog being converted.
Reimplemented from lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager.
Definition at line 501 of file convertRefcatManager.py.
| lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.outputUnit |
Definition at line 471 of file convertRefcatManager.py.
| lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.parallaxUnit |
Definition at line 470 of file convertRefcatManager.py.
| lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.properMotionUnit |
Definition at line 469 of file convertRefcatManager.py.