ChipVisitMagnitudeMapping¶
-
class
lsst.jointcal.
ChipVisitMagnitudeMapping
¶ Bases:
lsst.jointcal.ChipVisitPhotometryMapping
Methods Summary
computeParameterDerivatives
(self, arg0, arg1)getChipMapping
(self)getIndex
(self)getMappingIndices
(self)getNParChip
(self)getNParVisit
(self)getNpar
(self)getParameters
(self)getVisitMapping
(self)setIndex
(self, arg0)setWhatToFit
(self, arg0, arg1)transform
(self, arg0, arg1)transformError
(self, arg0, arg1, arg2)Methods Documentation
-
computeParameterDerivatives
(self:lsst.jointcal.PhotometryMappingBase
, arg0: lsst.jointcal.star.MeasuredStar, arg1: float) → numpy.ndarray[numpy.float64[m, 1]]¶
-
getChipMapping
(self:lsst.jointcal.ChipVisitPhotometryMapping
) →lsst.jointcal.PhotometryMapping
¶
-
getIndex
(self:lsst.jointcal.PhotometryMappingBase
) → int¶
-
getMappingIndices
(self:lsst.jointcal.PhotometryMappingBase
) → List[int]¶
-
getNParChip
(self:lsst.jointcal.ChipVisitPhotometryMapping
) → int¶
-
getNParVisit
(self:lsst.jointcal.ChipVisitPhotometryMapping
) → int¶
-
getNpar
(self:lsst.jointcal.PhotometryMappingBase
) → int¶
-
getParameters
(self:lsst.jointcal.PhotometryMappingBase
) → numpy.ndarray[numpy.float64[m, 1]]¶
-
getVisitMapping
(self:lsst.jointcal.ChipVisitPhotometryMapping
) →lsst.jointcal.PhotometryMapping
¶
-
setIndex
(self:lsst.jointcal.PhotometryMappingBase
, arg0: int) → None¶
-
setWhatToFit
(self:lsst.jointcal.ChipVisitPhotometryMapping
, arg0: bool, arg1: bool) → None¶
-
transform
(self:lsst.jointcal.PhotometryMappingBase
, arg0: lsst.jointcal.star.MeasuredStar, arg1: float) → float¶
-
transformError
(self:lsst.jointcal.PhotometryMappingBase
, arg0: lsst.jointcal.star.MeasuredStar, arg1: float, arg2: float) → float¶
-