WCSBase¶
-
class
astropy.wcs.WCSBase(*sip, cpdis, wcsprm, det2im*)¶ Bases:
objectWcs objects amalgamate basic WCS (as provided by wcslib), with SIP and distortion paper operations.
To perform all distortion corrections and WCS transformation, use
all_pix2world.Parameters: - sip :
Sipobject orNone - cpdis : A pair of
DistortionLookupTableobjects, or (None, None).- wcsprm :
Wcsprmobject - det2im : A pair of
DistortionLookupTableobjects, or (None, None).
Attributes Summary
cpdis1DistortionLookupTablecpdis2DistortionLookupTabledet2im1A DistortionLookupTableobject for detector to image plane correction in the x-axis.det2im2A DistortionLookupTableobject for detector to image plane correction in the y-axis.sipGet/set the Sipobject for performing SIP distortion correction.wcsA Wcsprmobject to perform the basic wcslib WCS transformation.Attributes Documentation
-
cpdis1¶ -
The pre-linear transformation distortion lookup table,
CPDIS1.
-
cpdis2¶ -
The pre-linear transformation distortion lookup table,
CPDIS2.
-
det2im1¶ A
DistortionLookupTableobject for detector to image plane correction in the x-axis.
-
det2im2¶ A
DistortionLookupTableobject for detector to image plane correction in the y-axis.
- sip :