TransformSpherePointToGeneric

class lsst.afw.geom.TransformSpherePointToGeneric

Bases: lsst.afw.table.io.Persistable

Attributes Summary

fromEndpoint
hasForward
hasInverse
toEndpoint

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: List[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: List[float]) -> lsst.geom.SpherePoint
getJacobian(x)
getMapping(self: lsst.afw.geom.TransformSpherePointToGeneric) → astshim.mapping.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: int = -2147483648) -> lsst.afw.geom.TransformSpherePointToGeneric
  2. readFits(manager: lsst::afw::fits::MemFileManager, hdu: int = -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