TransformPoint2ToSpherePoint¶
- class lsst.afw.geom.TransformPoint2ToSpherePoint¶
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.
applyForward(self: lsst.afw.geom.TransformPoint2ToSpherePoint, array: List[lsst.geom.Point2D]) -> List[lsst.geom.SpherePoint]
applyForward(self: lsst.afw.geom.TransformPoint2ToSpherePoint, point: lsst.geom.Point2D) -> lsst.geom.SpherePoint
- applyInverse(*args, **kwargs)¶
Overloaded function.
applyInverse(self: lsst.afw.geom.TransformPoint2ToSpherePoint, array: List[lsst.geom.SpherePoint]) -> List[lsst.geom.Point2D]
applyInverse(self: lsst.afw.geom.TransformPoint2ToSpherePoint, point: lsst.geom.SpherePoint) -> lsst.geom.Point2D
- getJacobian(x)¶
- getMapping(self: lsst.afw.geom.TransformPoint2ToSpherePoint) astshim.Mapping ¶
- inverted(self: lsst.afw.geom.TransformPoint2ToSpherePoint) lsst.afw.geom.TransformSpherePointToPoint2 ¶
- isPersistable(self: lsst.afw.geom.TransformPoint2ToSpherePoint) bool ¶
- static readFits(*args, **kwargs)¶
Overloaded function.
readFits(fileName: str, hdu: int = -2147483648) -> lsst.afw.geom.TransformPoint2ToSpherePoint
readFits(manager: lsst::afw::fits::MemFileManager, hdu: int = -2147483648) -> lsst.afw.geom.TransformPoint2ToSpherePoint
- static readString(arg0: str) lsst.afw.geom.TransformPoint2ToSpherePoint ¶
- 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.
writeFits(self: lsst.afw.geom.TransformPoint2ToSpherePoint, fileName: str, mode: str = ‘w’) -> None
writeFits(self: lsst.afw.geom.TransformPoint2ToSpherePoint, manager: lsst::afw::fits::MemFileManager, mode: str = ‘w’) -> None
- writeString(self: lsst.afw.geom.TransformPoint2ToSpherePoint) str ¶