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