GtransfoLinRot

class lsst.jointcal.GtransfoLinRot

Bases: lsst.jointcal.GtransfoLin

Methods Summary

apply(*args, **kwargs) Overloaded function.
coeff(self, arg0, arg1, arg2)
computeDerivative(self, arg0, arg1)
determinant(self)
getNpar(self)
getOrder(self)
linearApproximation(self, arg0, arg1)
offsetParams(self, arg0, 1]])
read(self, arg0)
toAstMap(self, arg0)
write(self)

Methods Documentation

apply(*args, **kwargs)

Overloaded function.

  1. apply(self: lsst.jointcal.gtransfo.Gtransfo, inPos: lsst.jointcal.star.Point) -> lsst.jointcal.star.Point
  2. apply(self: lsst.jointcal.gtransfo.Gtransfo, inputframe: lsst.jointcal.frame.Frame, inscribed: bool) -> lsst.jointcal.frame.Frame
coeff(self: lsst.jointcal.gtransfo.GtransfoPoly, arg0: int, arg1: int, arg2: int) → float
computeDerivative(self: lsst.jointcal.gtransfo.Gtransfo, arg0: lsst.jointcal.star.Point, arg1: float) → lsst::jointcal::GtransfoLin
determinant(self: lsst.jointcal.gtransfo.GtransfoPoly) → float
getNpar(self: lsst.jointcal.gtransfo.GtransfoPoly) → int
getOrder(self: lsst.jointcal.gtransfo.GtransfoPoly) → int
linearApproximation(self: lsst.jointcal.gtransfo.Gtransfo, arg0: lsst.jointcal.star.Point, arg1: float) → lsst::jointcal::GtransfoLin
offsetParams(self: lsst.jointcal.gtransfo.Gtransfo, arg0: numpy.ndarray[float64[m, 1]]) → None
read(self: lsst.jointcal.gtransfo.GtransfoPoly, arg0: str) → None
toAstMap(self: lsst.jointcal.gtransfo.GtransfoPoly, arg0: lsst.jointcal.frame.Frame) → astshim.mapping.Mapping
write(self: lsst.jointcal.gtransfo.GtransfoPoly) → str