TransformSpherePointToGeneric#

class lsst.afw.geom.TransformSpherePointToGeneric#

Bases: Persistable

Attributes Summary

Methods Summary

applyForward(*args, **kwargs)

Overloaded function.

applyInverse(*args, **kwargs)

Overloaded function.

getJacobian(x)

getMapping(self)

inverted(self)

isPersistable(self)

readFits(*args, **kwargs)

Overloaded function.

readString(arg0)

then(next[, simplify])

Concatenate two transforms

writeFits(*args, **kwargs)

Overloaded function.

writeString(self)

Attributes Documentation

fromEndpoint#
hasForward#
hasInverse#
toEndpoint#

Methods Documentation

applyForward(*args, **kwargs)#

Overloaded function.

  1. applyForward(self: lsst.afw.geom.TransformSpherePointToGeneric, array: collections.abc.Sequence[lsst.geom.SpherePoint]) -> numpy.ndarray

  2. applyForward(self: lsst.afw.geom.TransformSpherePointToGeneric, point: lsst.geom.SpherePoint) -> list[float]

applyInverse(*args, **kwargs)#

Overloaded function.

  1. applyInverse(self: lsst.afw.geom.TransformSpherePointToGeneric, array: numpy.ndarray) -> list[lsst.geom.SpherePoint]

  2. applyInverse(self: lsst.afw.geom.TransformSpherePointToGeneric, point: collections.abc.Sequence[typing.SupportsFloat]) -> lsst.geom.SpherePoint

getJacobian(x)#
getMapping(self: lsst.afw.geom.TransformSpherePointToGeneric) astshim.Mapping#
inverted(self: lsst.afw.geom.TransformSpherePointToGeneric) lsst.afw.geom.TransformGenericToSpherePoint#
isPersistable(self: lsst.afw.geom.TransformSpherePointToGeneric) bool#
static readFits(*args, **kwargs)#

Overloaded function.

  1. readFits(fileName: str, hdu: typing.SupportsInt = -2147483648) -> lsst.afw.geom.TransformSpherePointToGeneric

  2. readFits(manager: lsst::afw::fits::MemFileManager, hdu: typing.SupportsInt = -2147483648) -> lsst.afw.geom.TransformSpherePointToGeneric

static readString(arg0: str) lsst.afw.geom.TransformSpherePointToGeneric#
then(next, simplify=True)#

Concatenate two transforms

The result of A.then(B) is is C(x) = B(A(x))

writeFits(*args, **kwargs)#

Overloaded function.

  1. writeFits(self: lsst.afw.geom.TransformSpherePointToGeneric, fileName: str, mode: str = ‘w’) -> None

  2. writeFits(self: lsst.afw.geom.TransformSpherePointToGeneric, manager: lsst::afw::fits::MemFileManager, mode: str = ‘w’) -> None

writeString(self: lsst.afw.geom.TransformSpherePointToGeneric) str#