ComputePixelScale#
- class lsst.pipe.tasks.functors.ComputePixelScale(colCD_1_1, colCD_1_2, colCD_2_1, colCD_2_2, **kwargs)#
Bases:
LocalWcsCompute the local pixel scale from the stored CDMatrix.
Attributes Summary
Methods Summary
pixelScaleArcseconds(cd11, cd12, cd21, cd22)Compute the local pixel to scale conversion in arcseconds.
Attributes Documentation
- columns#
- name = 'PixelScale'#
Methods Documentation
- pixelScaleArcseconds(cd11, cd12, cd21, cd22)#
Compute the local pixel to scale conversion in arcseconds.
Parameters#
- cd11
Series [1, 1] element of the local Wcs affine transform in radians.
- cd11
Series [1, 1] element of the local Wcs affine transform in radians.
- cd12
Series [1, 2] element of the local Wcs affine transform in radians.
- cd21
Series [2, 1] element of the local Wcs affine transform in radians.
- cd22
Series [2, 2] element of the local Wcs affine transform in radians.
Returns#
- pixScale
Series Arcseconds per pixel at the location of the local WC.
- cd11