ConstrainedAstrometryModel¶
- class lsst.jointcal.ConstrainedAstrometryModel¶
Bases:
AstrometryModelMethods Summary
assignIndices(self, arg0, arg1)getChipTransform(self, arg0)getMapping(self, arg0)getNpar(self, arg0)getSkyToTangentPlane(self, arg0)getTotalParameters(self)getVisitTransform(self, arg0)makeSkyWcs(self, arg0)offsetParams(self, arg0)validate(self, arg0, arg1)Methods Documentation
- assignIndices(self: lsst.jointcal.AstrometryModel, arg0: str, arg1: SupportsInt) int¶
- getChipTransform(self: lsst.jointcal.ConstrainedAstrometryModel, arg0: SupportsInt) lsst.jointcal.AstrometryTransform¶
- getMapping(self: lsst.jointcal.AstrometryModel, arg0: lsst.jointcal.CcdImage) lsst.jointcal.AstrometryMapping¶
- getNpar(self: lsst.jointcal.AstrometryModel, arg0: lsst.jointcal.CcdImage) int¶
- getSkyToTangentPlane(self: lsst.jointcal.AstrometryModel, arg0: lsst.jointcal.CcdImage) lsst.jointcal.AstrometryTransform¶
- getTotalParameters(self: lsst.jointcal.AstrometryModel) int¶
- getVisitTransform(self: lsst.jointcal.ConstrainedAstrometryModel, arg0: SupportsInt) lsst.jointcal.AstrometryTransform¶
- makeSkyWcs(self: lsst.jointcal.AstrometryModel, arg0: lsst.jointcal.CcdImage) lsst.afw.geom.SkyWcs¶
- offsetParams(self: lsst.jointcal.AstrometryModel, arg0: Annotated[numpy.typing.ArrayLike, numpy.float64, '[m, 1]']) None¶
- validate(self: lsst.jointcal.AstrometryModel, arg0: collections.abc.Sequence[lsst.jointcal.CcdImage], arg1: SupportsInt) bool¶