lsst.meas.extensions.piff g2aea266057+187b81d5d6
|
Public Member Functions | |
def | __init__ (self, pix_to_sky, origin=None) |
def | origin (self) |
Protected Member Functions | |
def | _radec (self, x, y, color=None) |
def | _xy (self, ra, dec, color=None) |
def | _newOrigin (self, origin) |
Protected Attributes | |
_pix_to_sky | |
_origin | |
_color | |
Wrap a `lsst.afw.geom.SkyWcs` in a GalSim WCS. Parameters ---------- pix_to_sky : `lsst.afw.geom.SkyWcs` WCS to wrap. origin : `galsim.PositionD`, optional Origin in image coordinates.
|
protected |
Return a new CelestialWcsWrapper with new origin. Parameters ---------- origin : `galsim.PositionD`, optional Origin in image coordinates. Returns ------- ret : `CelestialWcsWrapper` Transformed WCS.
def lsst.meas.extensions.piff.wcs_wrapper.CelestialWcsWrapper.origin | ( | self | ) |
The image coordinate position to use as the origin.