lsst.meas.algorithms ge6526c86ff+fde82a80b9
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager Class Reference
Inheritance diagram for lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager:
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Public Attributes

 properMotionUnit
 
 parallaxUnit
 
 outputUnit
 

Protected Member Functions

 _getFluxes (self, input)
 
 _setCoordinateCovariance (self, record, row)
 

Detailed Description

Special-case convert manager to deal with Gaia fluxes.

Definition at line 464 of file convertRefcatManager.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.__init__ ( self,
* args,
** kwargs )

Member Function Documentation

◆ _getFluxes()

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager._getFluxes ( self,
inputData )
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.

◆ _setCoordinateCovariance()

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager._setCoordinateCovariance ( self,
record,
row )
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.

Member Data Documentation

◆ outputUnit

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.outputUnit

Definition at line 471 of file convertRefcatManager.py.

◆ parallaxUnit

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.parallaxUnit

Definition at line 470 of file convertRefcatManager.py.

◆ properMotionUnit

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaManager.properMotionUnit

Definition at line 469 of file convertRefcatManager.py.


The documentation for this class was generated from the following file: