ChipVisitMagnitudeMapping¶
- 
class 
lsst.jointcal.ChipVisitMagnitudeMapping¶ Bases:
lsst.jointcal.ChipVisitPhotometryMappingMethods 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.photometryMappings.PhotometryMappingBase, arg0: lsst.jointcal.star.MeasuredStar, arg1: float) → numpy.ndarray[float64[m, 1]]¶ 
- 
getChipMapping(self: lsst.jointcal.photometryMappings.ChipVisitPhotometryMapping) → lsst.jointcal.photometryMappings.PhotometryMapping¶ 
- 
getIndex(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → int¶ 
- 
getMappingIndices(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → List[int]¶ 
- 
getNParChip(self: lsst.jointcal.photometryMappings.ChipVisitPhotometryMapping) → int¶ 
- 
getNParVisit(self: lsst.jointcal.photometryMappings.ChipVisitPhotometryMapping) → int¶ 
- 
getNpar(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → int¶ 
- 
getParameters(self: lsst.jointcal.photometryMappings.PhotometryMappingBase) → numpy.ndarray[float64[m, 1]]¶ 
- 
getVisitMapping(self: lsst.jointcal.photometryMappings.ChipVisitPhotometryMapping) → lsst.jointcal.photometryMappings.PhotometryMapping¶ 
- 
setIndex(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: int) → None¶ 
- 
setWhatToFit(self: lsst.jointcal.photometryMappings.ChipVisitPhotometryMapping, arg0: bool, arg1: bool) → None¶ 
- 
transform(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: lsst.jointcal.star.MeasuredStar, arg1: float) → float¶ 
- 
transformError(self: lsst.jointcal.photometryMappings.PhotometryMappingBase, arg0: lsst.jointcal.star.MeasuredStar, arg1: float, arg2: float) → float¶ 
-