SkyWcs¶
-
class
lsst.afw.geom.
SkyWcs
¶ Bases:
pybind11_builtins.pybind11_object
Attributes Summary
isFits
isFlipped
Methods Summary
copyAtShiftedPixelOrigin
(self, shift)getCdMatrix
(*args, **kwargs)Overloaded function. getFitsMetadata
(self, precise)getFrameDict
(self)getPixelOrigin
(self)getPixelScale
(*args, **kwargs)Overloaded function. getSkyOrigin
(self)getTanWcs
(self, pixel)getTransform
(self)isPersistable
(self)linearizePixelToSky
(*args, **kwargs)Overloaded function. linearizeSkyToPixel
(*args, **kwargs)Overloaded function. pixelToSky
(*args, **kwargs)Overloaded function. readFits
(*args, **kwargs)Overloaded function. readString
(arg0)skyToPixel
(*args, **kwargs)Overloaded function. writeFits
(*args, **kwargs)Overloaded function. writeString
(self)Attributes Documentation
-
isFits
¶
-
isFlipped
¶
Methods Documentation
-
copyAtShiftedPixelOrigin
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, shift: lsst.geom.coordinates.coordinates.Extent2D) → lsst.afw.geom.skyWcs.skyWcs.SkyWcs¶
-
getCdMatrix
(*args, **kwargs)¶ Overloaded function.
- getCdMatrix(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, pixel: lsst.geom.coordinates.coordinates.Point2D) -> numpy.ndarray[float64[2, 2]]
- getCdMatrix(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) -> numpy.ndarray[float64[2, 2]]
-
getFitsMetadata
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, precise: bool=False) → lsst.daf.base.propertyContainer.propertyList.PropertyList¶
-
getFrameDict
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) → astshim.frameDict.FrameDict¶
-
getPixelOrigin
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) → lsst.geom.coordinates.coordinates.Point2D¶
-
getPixelScale
(*args, **kwargs)¶ Overloaded function.
- getPixelScale(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, pixel: lsst.geom.coordinates.coordinates.Point2D) -> lsst.geom.angle.angle.Angle
- getPixelScale(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) -> lsst.geom.angle.angle.Angle
-
getSkyOrigin
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) → lsst.geom.spherePoint.spherePoint.SpherePoint¶
-
getTanWcs
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, pixel: lsst.geom.coordinates.coordinates.Point2D) → lsst.afw.geom.skyWcs.skyWcs.SkyWcs¶
-
getTransform
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) → lsst.afw.geom.transform.transform.TransformPoint2ToSpherePoint¶
-
isPersistable
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) → bool¶
-
linearizePixelToSky
(*args, **kwargs)¶ Overloaded function.
- linearizePixelToSky(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, coord: lsst.geom.spherePoint.spherePoint.SpherePoint, skyUnit: lsst.geom.angle.angle.AngleUnit) -> lsst.geom.affineTransform.AffineTransform
- linearizePixelToSky(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, coord: lsst.geom.coordinates.coordinates.Point2D, skyUnit: lsst.geom.angle.angle.AngleUnit) -> lsst.geom.affineTransform.AffineTransform
-
linearizeSkyToPixel
(*args, **kwargs)¶ Overloaded function.
- linearizeSkyToPixel(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, coord: lsst.geom.spherePoint.spherePoint.SpherePoint, skyUnit: lsst.geom.angle.angle.AngleUnit) -> lsst.geom.affineTransform.AffineTransform
- linearizeSkyToPixel(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, coord: lsst.geom.coordinates.coordinates.Point2D, skyUnit: lsst.geom.angle.angle.AngleUnit) -> lsst.geom.affineTransform.AffineTransform
-
pixelToSky
(*args, **kwargs)¶ Overloaded function.
- pixelToSky(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, pixel: lsst.geom.coordinates.coordinates.Point2D) -> lsst.geom.spherePoint.spherePoint.SpherePoint
- pixelToSky(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, x: float, y: float) -> lsst.geom.spherePoint.spherePoint.SpherePoint
- pixelToSky(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, pixel: List[lsst.geom.coordinates.coordinates.Point2D]) -> List[lsst.geom.spherePoint.spherePoint.SpherePoint]
-
readFits
(*args, **kwargs)¶ Overloaded function.
- readFits(fileName: str, hdu: int=-2147483648) -> lsst.afw.geom.skyWcs.skyWcs.SkyWcs
- readFits(manager: lsst::afw::fits::MemFileManager, hdu: int=-2147483648) -> lsst.afw.geom.skyWcs.skyWcs.SkyWcs
-
readString
(arg0: str) → lsst.afw.geom.skyWcs.skyWcs.SkyWcs¶
-
skyToPixel
(*args, **kwargs)¶ Overloaded function.
- skyToPixel(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, sky: lsst.geom.spherePoint.spherePoint.SpherePoint) -> lsst.geom.coordinates.coordinates.Point2D
- skyToPixel(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, sky: List[lsst.geom.spherePoint.spherePoint.SpherePoint]) -> List[lsst.geom.coordinates.coordinates.Point2D]
-
writeFits
(*args, **kwargs)¶ Overloaded function.
- writeFits(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, fileName: str, mode: str=’w’) -> None
- writeFits(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs, manager: lsst::afw::fits::MemFileManager, mode: str=’w’) -> None
-
writeString
(self: lsst.afw.geom.skyWcs.skyWcs.SkyWcs) → str¶
-