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
Sipobjectorpython:None - cpdis(2,) 
python:tupleofDistortionLookupTableorpython:None - wcsprm
Wcsprm - det2im(2,) 
python:tupleofDistortionLookupTableorpython:None 
- sip
 
Attributes Summary
A
DistortionLookupTableobject for detector to image plane correction in the x-axis.A
DistortionLookupTableobject for detector to image plane correction in the y-axis.Get/set the
Sipobject for performing SIP distortion correction.A
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.