lsst.meas.algorithms g6770999e7e+22d6ad778f
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
lsst.meas.algorithms.convertRefcatManager.ConvertGaiaXpManager Class Reference
Inheritance diagram for lsst.meas.algorithms.convertRefcatManager.ConvertGaiaXpManager:
lsst.meas.algorithms.convertRefcatManager.ConvertRefcatManager

Protected Member Functions

 _getFluxes (self, inputData)
 

Detailed Description

Special-case convert manager for Gaia XP spectrophotometry catalogs,
that have fluxes/flux errors, instead of magnitudes/mag errors.  The input
flux and error values are in units of  W/Hz/(m^2) (Gaia Collaboration, Montegriffo et al. 2022).
The the flux and fluxErr fields in the output catalog have units of nJy.

Definition at line 541 of file convertRefcatManager.py.

Member Function Documentation

◆ _getFluxes()

lsst.meas.algorithms.convertRefcatManager.ConvertGaiaXpManager._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 548 of file convertRefcatManager.py.


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